Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dptlrpcd.c169 count = atomic_add_return(i, &new->set_new_count); in ptlrpcd_add_rqset()
203 rc = atomic_read(&src->set_new_count); in ptlrpcd_steal_rqset()
205 atomic_set(&src->set_new_count, 0); in ptlrpcd_steal_rqset()
271 if (atomic_read(&set->set_new_count)) { in ptlrpcd_check()
276 atomic_add(atomic_read(&set->set_new_count), in ptlrpcd_check()
278 atomic_set(&set->set_new_count, 0); in ptlrpcd_check()
325 rc = atomic_read(&set->set_new_count); in ptlrpcd_check()
351 if (atomic_read(&ps->set_new_count)) { in ptlrpcd_check()
Dclient.c865 atomic_set(&set->set_new_count, 0); in ptlrpc_prep_set()
1031 count = atomic_inc_return(&set->set_new_count); in ptlrpc_set_add_new_req()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h335 atomic_t set_new_count; member