Home
last modified time | relevance | path

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

/Linux-v4.19/mm/kasan/
Dquarantine.c72 static void qlist_move_all(struct qlist_head *from, struct qlist_head *to) in qlist_move_all() function
191 qlist_move_all(q, &temp); in quarantine_put()
195 qlist_move_all(&temp, &global_quarantine[quarantine_tail]); in quarantine_put()
250 qlist_move_all(&global_quarantine[quarantine_head], &to_free); in quarantine_reduce()