lwq
static inline bool lwq_enqueue(struct lwq_node *n, struct lwq *q)
static inline bool lwq_enqueue_batch(struct llist_node *n, struct lwq *q)
static inline void lwq_init(struct lwq *q)
static inline bool lwq_empty(struct lwq *q)
struct llist_node *__lwq_dequeue(struct lwq *q);
struct llist_node *lwq_dequeue_all(struct lwq *q);
struct lwq sp_xprts; /* pending transports */
struct lwq sv_cb_list; /* queue for callback requests
struct lwq q;
struct llist_node *__lwq_dequeue(struct lwq *q)
struct llist_node *lwq_dequeue_all(struct lwq *q)
struct lwq *q = qv;