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

/linux-master/mm/kasan/
H A Dquarantine.c241 size_t total_size, new_quarantine_size, percpu_quarantines; local
268 percpu_quarantines = QUARANTINE_PERCPU_SIZE * num_online_cpus();
269 new_quarantine_size = (total_size < percpu_quarantines) ?
270 0 : total_size - percpu_quarantines;

Completed in 168 milliseconds