bc_slot_count 257 include/linux/sunrpc/xprt.h atomic_t bc_slot_count; /* Number of allocated slots */ bc_slot_count 175 net/sunrpc/backchannel_rqst.c atomic_add(min_reqs, &xprt->bc_slot_count); bc_slot_count 229 net/sunrpc/backchannel_rqst.c atomic_dec(&xprt->bc_slot_count); bc_slot_count 249 net/sunrpc/backchannel_rqst.c if (atomic_read(&xprt->bc_slot_count) >= BC_MAX_SLOTS) bc_slot_count 253 net/sunrpc/backchannel_rqst.c atomic_inc(&xprt->bc_slot_count); bc_slot_count 297 net/sunrpc/backchannel_rqst.c atomic_inc(&xprt->bc_slot_count); bc_slot_count 1598 net/sunrpc/svc.c atomic_dec(&req->rq_xprt->bc_slot_count);