Home
last modified time | relevance | path

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

/Linux-v5.4/mm/kasan/
Dquarantine.c73 static void qlist_move_all(struct qlist_head *from, struct qlist_head *to) in qlist_move_all() function
192 qlist_move_all(q, &temp); in quarantine_put()
196 qlist_move_all(&temp, &global_quarantine[quarantine_tail]); in quarantine_put()
251 qlist_move_all(&global_quarantine[quarantine_head], &to_free); in quarantine_reduce()