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

/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c2559 static atomic_t user_count = ATOMIC_INIT(0); variable
2567 if (atomic_inc_return(&user_count) == 1) {
2605 if (atomic_dec_return(&user_count) == 0) {
/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c2275 static atomic_t user_count = ATOMIC_INIT(0); variable
2279 if (atomic_dec_return(&user_count) == 0)
2290 if (atomic_inc_return(&user_count) == 1) {

Completed in 45 milliseconds