Searched refs:allocation_gate (Results 1 – 1 of 1) sorted by relevance
1070 int allocation_gate; in __kfence_alloc() local1099 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()