qlist_head
struct qlist_head qlist;
static void qlist_free_all(struct qlist_head *q, struct kmem_cache *cache)
struct qlist_head *q;
struct qlist_head temp = QLIST_INIT;
struct qlist_head to_free = QLIST_INIT;
static void qlist_move_cache(struct qlist_head *from,
struct qlist_head *to,
static void __per_cpu_remove_cache(struct qlist_head *q, void *arg)
struct qlist_head *q;
struct qlist_head to_free = QLIST_INIT;
struct qlist_head *q;
static bool qlist_empty(struct qlist_head *q)
static void qlist_init(struct qlist_head *q)
static void qlist_put(struct qlist_head *q, struct qlist_node *qlink,
static void qlist_move_all(struct qlist_head *from, struct qlist_head *to)
static DEFINE_PER_CPU(struct qlist_head, cpu_quarantine);
static struct qlist_head global_quarantine[QUARANTINE_BATCHES];