Home
last modified time | relevance | path

Searched refs:xpt_users (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/sunrpc/
H A Dsvc_xprt.h75 struct list_head xpt_users; /* callbacks on free */ member
141 * already notified the xpt_users). in register_xpt_user()
146 list_add(&u->list, &xpt->xpt_users); in register_xpt_user()
/linux/net/sunrpc/
H A Dsvc_xprt.c205 INIT_LIST_HEAD(&xprt->xpt_users); in svc_xprt_init()
1001 while (!list_empty(&xprt->xpt_users)) { in call_xpt_users()
1002 u = list_first_entry(&xprt->xpt_users, struct svc_xpt_user, list); in call_xpt_users()