Lines Matching defs:qlist_head
33 struct qlist_head {
42 static bool qlist_empty(struct qlist_head *q)
47 static void qlist_init(struct qlist_head *q)
53 static void qlist_put(struct qlist_head *q, struct qlist_node *qlink,
65 static void qlist_move_all(struct qlist_head *from, struct qlist_head *to)
91 static DEFINE_PER_CPU(struct qlist_head, cpu_quarantine);
94 static struct qlist_head global_quarantine[QUARANTINE_BATCHES];
104 struct qlist_head qlist;
172 static void qlist_free_all(struct qlist_head *q, struct kmem_cache *cache)
194 struct qlist_head *q;
195 struct qlist_head temp = QLIST_INIT;
250 struct qlist_head to_free = QLIST_INIT;
296 static void qlist_move_cache(struct qlist_head *from,
297 struct qlist_head *to,
320 static void __per_cpu_remove_cache(struct qlist_head *q, void *arg)
334 struct qlist_head *q;
351 struct qlist_head to_free = QLIST_INIT;
397 struct qlist_head *q;