Searched refs:lwq (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dlwq.h23 struct lwq { struct
30 * lwq_init - initialise a lwq
31 * @q: the lwq object
33 static inline void lwq_init(struct lwq *q)
41 * lwq_empty - test if lwq contains any entry
42 * @q: the lwq object
48 static inline bool lwq_empty(struct lwq *q)
54 struct llist_node *__lwq_dequeue(struct lwq *q);
56 * lwq_dequeue - dequeue first (oldest) entry from lwq
61 * Remove a single object from the lwq an
[all...]
/linux-master/lib/
H A Dlwq.c17 #include <linux/lwq.h>
19 struct llist_node *__lwq_dequeue(struct lwq *q)
49 struct llist_node *lwq_dequeue_all(struct lwq *q)
84 struct lwq *q = qv;
102 struct lwq q;
107 printk(KERN_INFO "testing lwq....\n");
109 printk(KERN_INFO " lwq: run some threads\n");
111 threads[i] = kthread_run(lwq_exercise, &q, "lwq-test-%d", i);
125 printk(KERN_INFO " lwq: dequeue first 50:");
129 printk(KERN_INFO " lwq
[all...]
H A DMakefile48 bsearch.o find_bit.o llist.o lwq.o memweight.o kfifo.o \
/linux-master/include/linux/sunrpc/
H A Dsvc.h20 #include <linux/lwq.h>
37 struct lwq sp_xprts; /* pending transports */
92 struct lwq sv_cb_list; /* queue for callback requests
H A Dxprt.h49 #include <linux/lwq.h>

Completed in 134 milliseconds