Searched refs:allocation_gate (Results 1 – 1 of 1) sorted by relevance
1143 int allocation_gate; in __kfence_alloc() local1173 allocation_gate = atomic_inc_return(&kfence_allocation_gate); in __kfence_alloc()1174 if (allocation_gate > 1) in __kfence_alloc()1181 if (allocation_gate == 1 && waitqueue_active(&allocation_wait)) { in __kfence_alloc()