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

/linux-master/include/linux/sunrpc/
H A Dsvc_xprt.h74 struct list_head xpt_users; /* callbacks on free */ member in struct:svc_xprt
118 * already notified the xpt_users).
123 list_add(&u->list, &xpt->xpt_users);
/linux-master/net/sunrpc/
H A Dsvc_xprt.c205 INIT_LIST_HEAD(&xprt->xpt_users);
1008 while (!list_empty(&xprt->xpt_users)) {
1009 u = list_first_entry(&xprt->xpt_users, struct svc_xpt_user, list);

Completed in 195 milliseconds