Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/rpc/
H A Dsvc.c1869 if (xprt && xprt->xp_req_head && (!pool->p_qoverflow || in svc_poll()
1872 if (xprt->xp_req_head) in svc_poll()
1909 if (hint && hint->xp_req_head) { in svc_poll()
1911 if (hint->xp_req_head) { in svc_poll()
1976 if (next->xp_req_head) { in svc_poll()
1981 if (next->xp_req_head) { in svc_poll()
2288 mp = next->xp_req_head; in svc_run()
2289 next->xp_req_head = mp->b_next; in svc_run()
2411 while ((mp = xprt->xp_req_head) != NULL) { in svc_queueclean()
2413 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.h421 mblk_t *xp_req_head; /* Request queue head */ member
H A Dsvc_rdma.c258 xprt->xp_req_head = (mblk_t *)0; in svc_rdma_kcreate()