Home
last modified time | relevance | path

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

/linux-6.12.1/mm/kfence/
Dcore.c1070 int allocation_gate; in __kfence_alloc() local
1099 allocation_gate = atomic_inc_return(&kfence_allocation_gate); in __kfence_alloc()
1100 if (allocation_gate > 1) in __kfence_alloc()
1107 if (allocation_gate == 1 && waitqueue_active(&allocation_wait)) { in __kfence_alloc()