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.c1859 if (xprt && xprt->xp_req_head && (!pool->p_qoverflow || in svc_poll()
1862 if (xprt->xp_req_head) in svc_poll()
1899 if (hint && hint->xp_req_head) { in svc_poll()
1901 if (hint->xp_req_head) { in svc_poll()
1966 if (next->xp_req_head) { in svc_poll()
1971 if (next->xp_req_head) { in svc_poll()
2278 mp = next->xp_req_head; in svc_run()
2279 next->xp_req_head = mp->b_next; in svc_run()
2401 while ((mp = xprt->xp_req_head) != NULL) { in svc_queueclean()
2403 xprt->xp_req_head = mp->b_next; in svc_queueclean()
[all …]
H A Dsvc_gen.c179 xprt->xp_req_head = (mblk_t *)0; in svc_tli_kcreate()
H A Dsvc.h442 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()