Searched refs:my_xlist (Results 1 – 4 of 4) sorted by relevance
847 SVCXPRT_LIST *xlist = SVCEXT(parent)->my_xlist; in make_xprt_copy()890 xhead = SVCEXT(parent)->my_xlist; in _svc_done_private()892 xlist = SVCEXT(xprt)->my_xlist; in _svc_done_private()
497 SVCXPRT_LIST *xlist = SVCEXT(parent)->my_xlist; in get_xprt_copy()538 xhead = SVCEXT(parent)->my_xlist; in return_xprt_copy()540 xlist = SVCEXT(xprt)->my_xlist; in return_xprt_copy()
1508 xt->my_xlist = xlist; in svc_xprt_alloc()1541 SVCXPRT_LIST *my_xlist = xt ? xt->my_xlist: NULL; in svc_xprt_free() local1550 if (my_xlist) in svc_xprt_free()1551 free(my_xlist); in svc_xprt_free()1577 for (xlist = SVCEXT(xprt)->my_xlist; xlist != NULL; xlist = xnext) { in svc_xprt_destroy()
105 SVCXPRT_LIST *my_xlist; /* list header for this copy */ member