Searched refs:lwq_dequeue_all (Results 1 - 3 of 3) sorted by relevance

/linux-master/lib/
H A Dlwq.c42 * lwq_dequeue_all - dequeue all currently enqueued objects
49 struct llist_node *lwq_dequeue_all(struct lwq *q) function
67 EXPORT_SYMBOL_GPL(lwq_dequeue_all); variable
137 l = lwq_dequeue_all(&q);
/linux-master/include/linux/
H A Dlwq.h69 struct llist_node *lwq_dequeue_all(struct lwq *q);
76 * @_l: address of llist_node pointer from lwq_dequeue_all()
/linux-master/net/sunrpc/
H A Dsvc_xprt.c1093 q = lwq_dequeue_all(&pool->sp_xprts);

Completed in 299 milliseconds