Home
last modified time | relevance | path

Searched refs:kfence_allocation_key (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
H A Dkfence.h30 DECLARE_STATIC_KEY_FALSE(kfence_allocation_key); variable
121 if (!static_branch_unlikely(&kfence_allocation_key)) in kfence_alloc()
124 if (!static_branch_likely(&kfence_allocation_key)) in kfence_alloc()
/kernel/linux/linux-6.6/mm/kfence/
H A Dcore.c137 DEFINE_STATIC_KEY_FALSE(kfence_allocation_key); variable
830 static_branch_enable(&kfence_allocation_key); in toggle_allocation_gate()
835 static_branch_disable(&kfence_allocation_key); in toggle_allocation_gate()
872 static_branch_enable(&kfence_allocation_key); in kfence_init_enable()

Completed in 2 milliseconds