qlist_node
struct qlist_node *next;
struct qlist_node quarantine_link;
static struct kmem_cache *qlink_to_cache(struct qlist_node *qlink)
static void *qlink_to_object(struct qlist_node *qlink, struct kmem_cache *cache)
static void qlink_free(struct qlist_node *qlink, struct kmem_cache *cache)
struct qlist_node *qlink;
struct qlist_node *next = qlink->next;
struct qlist_node *curr;
struct qlist_node *next = curr->next;
struct qlist_node *head;
struct qlist_node *tail;
static void qlist_put(struct qlist_head *q, struct qlist_node *qlink,