Searched refs:kfence_allocation_gate (Results 1 – 2 of 2) sorted by relevance
31 extern atomic_t kfence_allocation_gate;127 if (likely(atomic_read(&kfence_allocation_gate) > 0)) in kfence_alloc()
147 atomic_t kfence_allocation_gate = ATOMIC_INIT(1); variable897 atomic_set(&kfence_allocation_gate, -kfence_burst); in toggle_allocation_gate()903 atomic_read(&kfence_allocation_gate) > 0 || in toggle_allocation_gate()1173 allocation_gate = atomic_inc_return(&kfence_allocation_gate); in __kfence_alloc()