Home
last modified time | relevance | path

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

/Linux-v5.4/mm/kasan/
Dquarantine.c102 static struct qlist_head global_quarantine[QUARANTINE_BATCHES]; variable
196 qlist_move_all(&temp, &global_quarantine[quarantine_tail]); in quarantine_put()
197 if (global_quarantine[quarantine_tail].bytes >= in quarantine_put()
251 qlist_move_all(&global_quarantine[quarantine_head], &to_free); in quarantine_reduce()
316 if (qlist_empty(&global_quarantine[i])) in quarantine_remove_cache()
318 qlist_move_cache(&global_quarantine[i], &to_free, cache); in quarantine_remove_cache()