Searched refs:xp_req_head (Results 1 – 5 of 5) sorted by relevance
1851 if (xprt && xprt->xp_req_head && (!pool->p_qoverflow || in svc_poll()1854 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()2393 while ((mp = xprt->xp_req_head) != NULL) { in svc_queueclean()2395 xprt->xp_req_head = mp->b_next; in svc_queueclean()[all …]
179 xprt->xp_req_head = (mblk_t *)0; in svc_tli_kcreate()
427 mblk_t *xp_req_head; /* Request queue head */ member
263 xprt->xp_req_head = (mblk_t *)0; in svc_rdma_kcreate()
176 mdb_printf("Request queue head = %p\n", xprt->xp_req_head); in svc_print_masterxprt()