Searched refs:allocation_gate (Results 1 – 1 of 1) sorted by relevance
1071 int allocation_gate; in __kfence_alloc() local1101 allocation_gate = atomic_inc_return(&kfence_allocation_gate); in __kfence_alloc()1102 if (allocation_gate > 1) in __kfence_alloc()1109 if (allocation_gate == 1 && waitqueue_active(&allocation_wait)) { in __kfence_alloc()