Home
last modified time | relevance | path

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

/mm/kasan/
Dquarantine.c102 static int quarantine_head; variable
203 if (new_tail != quarantine_head) in quarantine_put()
250 qlist_move_all(&global_quarantine[quarantine_head], &to_free); in quarantine_reduce()
252 quarantine_head++; in quarantine_reduce()
253 if (quarantine_head == QUARANTINE_BATCHES) in quarantine_reduce()
254 quarantine_head = 0; in quarantine_reduce()