Searched refs:xps_queuelen (Results 1 – 3 of 3) sorted by relevance
107 atomic_long_set(&xps->xps_queuelen, 0); in xprt_switch_alloc()338 unsigned long xprt_queuelen, xps_queuelen; in xprt_switch_find_next_entry_roundrobin() local344 xps_queuelen = atomic_long_read(&xps->xps_queuelen); in xprt_switch_find_next_entry_roundrobin()347 if (xprt_queuelen * nactive <= xps_queuelen) in xprt_switch_find_next_entry_roundrobin()
993 atomic_long_inc(&xps->xps_queuelen); in rpc_task_get_xprt()1008 atomic_long_dec(&xps->xps_queuelen); in rpc_task_release_xprt()
19 atomic_long_t xps_queuelen; member