Home
last modified time | relevance | path

Searched refs:lwq_dequeue (Results 1 – 3 of 3) sorted by relevance

/linux/lib/
H A Dlwq.c89 wait_var_event(q, (t = lwq_dequeue(q, struct tnode, n)) != NULL); in lwq_exercise()
131 t = lwq_dequeue(&q, struct tnode, n); in lwq_test()
149 while ((t = lwq_dequeue(&q, struct tnode, n)) != NULL) { in lwq_test()
/linux/include/linux/
H A Dlwq.h65 #define lwq_dequeue(q, type, member) \ macro
/linux/net/sunrpc/
H A Dsvc_xprt.c504 xprt = lwq_dequeue(&pool->sp_xprts, struct svc_xprt, xpt_ready); in svc_xprt_dequeue()
897 req = lwq_dequeue(&serv->sv_cb_list, in svc_recv()