Home
last modified time | relevance | path

Searched refs:lwq_enqueue (Results 1 – 4 of 4) sorted by relevance

/linux/lib/
H A Dlwq.c91 if (lwq_enqueue(&t->n, q)) in lwq_exercise()
118 if (lwq_enqueue(&t->n, &q)) in lwq_test()
/linux/include/linux/
H A Dlwq.h100 static inline bool lwq_enqueue(struct lwq_node *n, struct lwq *q) in lwq_enqueue() function
/linux/net/sunrpc/
H A Dbackchannel_rqst.c395 lwq_enqueue(&req->rq_bc_list, &bc_serv->sv_cb_list); in xprt_enqueue_bc_request()
H A Dsvc_xprt.c492 lwq_enqueue(&xprt->xpt_ready, &pool->sp_xprts); in svc_xprt_enqueue()