Searched defs:user_setup (Results 1 - 1 of 1) sorted by relevance

/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c2560 static atomic_t user_setup = ATOMIC_INIT(0); variable
2582 atomic_set(&user_setup, 1);
2606 if (atomic_read(&user_setup) == 0)
2612 atomic_set(&user_setup, 0);

Completed in 251 milliseconds