Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/kasan/
H A Dquarantine.c104 static struct qlist_head global_quarantine[QUARANTINE_BATCHES]; variable
107 /* Total size of all objects in global_quarantine across all batches. */
116 * Target size of a batch in global_quarantine.
203 qlist_move_all(&temp, &global_quarantine[quarantine_tail]); in quarantine_put()
204 if (global_quarantine[quarantine_tail].bytes >= in quarantine_put()
258 qlist_move_all(&global_quarantine[quarantine_head], &to_free); in quarantine_reduce()
330 if (qlist_empty(&global_quarantine[i])) in quarantine_remove_cache()
332 qlist_move_cache(&global_quarantine[i], &to_free, cache); in quarantine_remove_cache()
/kernel/linux/linux-6.6/mm/kasan/
H A Dquarantine.c94 static struct qlist_head global_quarantine[QUARANTINE_BATCHES]; variable
97 /* Total size of all objects in global_quarantine across all batches. */
115 * Target size of a batch in global_quarantine.
226 qlist_move_all(&temp, &global_quarantine[quarantine_tail]); in kasan_quarantine_put()
227 if (global_quarantine[quarantine_tail].bytes >= in kasan_quarantine_put()
283 qlist_move_all(&global_quarantine[quarantine_head], &to_free); in kasan_quarantine_reduce()
374 if (qlist_empty(&global_quarantine[i])) in kasan_quarantine_remove_cache()
376 qlist_move_cache(&global_quarantine[i], &to_free, cache); in kasan_quarantine_remove_cache()

Completed in 2 milliseconds