Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/sunrpc/
A Dsvc_xprt.h88 struct list_head xpt_users; /* callbacks on free */ member
116 list_add(&u->list, &xpt->xpt_users); in register_xpt_user()
/linux-6.3-rc2/net/sunrpc/
A Dsvc_xprt.c197 INIT_LIST_HEAD(&xprt->xpt_users); in svc_xprt_init()
1026 while (!list_empty(&xprt->xpt_users)) { in call_xpt_users()
1027 u = list_first_entry(&xprt->xpt_users, struct svc_xpt_user, list); in call_xpt_users()

Completed in 6 milliseconds