Home
last modified time | relevance | path

Searched refs:bc_serv (Results 1 – 5 of 5) sorted by relevance

/linux/net/sunrpc/
H A Dbackchannel_rqst.c38 xprt->bc_serv = NULL; in xprt_svc_destroy_nullify_bc()
389 struct svc_serv *bc_serv; in xprt_enqueue_bc_request() local
393 bc_serv = xprt->bc_serv; in xprt_enqueue_bc_request()
394 if (bc_serv) { in xprt_enqueue_bc_request()
395 lwq_enqueue(&req->rq_bc_list, &bc_serv->sv_cb_list); in xprt_enqueue_bc_request()
396 svc_pool_wake_idle_thread(&bc_serv->sv_pools[0]); in xprt_enqueue_bc_request()
H A Dxprtsock.c640 if (!xprt->bc_serv) in xs_read_stream_call()
/linux/fs/nfs/
H A Dcallback.c99 xprt->bc_serv = serv; in nfs_callback_bc_serv()
/linux/include/linux/sunrpc/
H A Dxprt.h284 struct svc_serv *bc_serv; /* The RPC service which will */ member
/linux/net/sunrpc/xprtrdma/
H A Drpc_rdma.c1149 if (xprt->bc_serv == NULL) in rpcrdma_is_bcall()