Home
last modified time | relevance | path

Searched refs:qlist_node (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/mm/kasan/
H A Dquarantine.c34 struct qlist_node *head;
35 struct qlist_node *tail;
53 static void qlist_put(struct qlist_head *q, struct qlist_node *qlink, in qlist_put()
127 static struct kmem_cache *qlink_to_cache(struct qlist_node *qlink) in qlink_to_cache()
132 static void *qlink_to_object(struct qlist_node *qlink, struct kmem_cache *cache) in qlink_to_object()
141 static void qlink_free(struct qlist_node *qlink, struct kmem_cache *cache) in qlink_free()
174 struct qlist_node *qlink; in qlist_free_all()
183 struct qlist_node *next = qlink->next; in qlist_free_all()
300 struct qlist_node *curr; in qlist_move_cache()
308 struct qlist_node *next = curr->next; in qlist_move_cache()
H A Dkasan.h251 struct qlist_node { struct
252 struct qlist_node *next; argument
267 struct qlist_node quarantine_link;