Home
last modified time | relevance | path

Searched refs:set_new_count (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dptlrpcd.c217 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()
Dclient.c841 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()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_net.h334 atomic_t set_new_count; member