Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.c1854 if (xprt->xp_req_head) in svc_poll()
1891 if (hint && hint->xp_req_head) { in svc_poll()
1893 if (hint->xp_req_head) { in svc_poll()
1958 if (next->xp_req_head) { in svc_poll()
1963 if (next->xp_req_head) { in svc_poll()
2270 mp = next->xp_req_head; in svc_run()
2271 next->xp_req_head = mp->b_next; in svc_run()
2395 xprt->xp_req_head = mp->b_next; in svc_queueclean()
2526 if (xprt->xp_req_head == NULL) in svc_queuereq()
2527 xprt->xp_req_head = mp; in svc_queuereq()
[all …]
H A Dsvc_gen.c179 xprt->xp_req_head = (mblk_t *)0; in svc_tli_kcreate()
H A Dsvc.h427 mblk_t *xp_req_head; /* Request queue head */ member
H A Dsvc_rdma.c263 xprt->xp_req_head = (mblk_t *)0; in svc_rdma_kcreate()
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Dsvc.c176 mdb_printf("Request queue head = %p\n", xprt->xp_req_head); in svc_print_masterxprt()