Searched refs:set_new_count (Results 1 – 3 of 3) sorted by relevance
217 rc = atomic_read(&src->set_new_count); in ptlrpcd_steal_rqset()219 atomic_set(&src->set_new_count, 0); in ptlrpcd_steal_rqset()285 if (atomic_read(&set->set_new_count)) { in ptlrpcd_check()290 atomic_add(atomic_read(&set->set_new_count), in ptlrpcd_check()292 atomic_set(&set->set_new_count, 0); in ptlrpcd_check()339 rc = atomic_read(&set->set_new_count); in ptlrpcd_check()365 if (atomic_read(&ps->set_new_count)) { in ptlrpcd_check()
841 atomic_set(&set->set_new_count, 0); in ptlrpc_prep_set()985 count = atomic_inc_return(&set->set_new_count); in ptlrpc_set_add_new_req()
334 atomic_t set_new_count; member