lwq_dequeue_all
struct llist_node *lwq_dequeue_all(struct lwq *q);
l = lwq_dequeue_all(&q);
EXPORT_SYMBOL_GPL(lwq_dequeue_all);
q = lwq_dequeue_all(&pool->sp_xprts);