Home
last modified time | relevance | path

Searched refs:static_branch_enable_cpuslocked (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/linux/
Djump_label.h500 #define static_branch_enable_cpuslocked(x) static_key_enable_cpuslocked(&(x)->key) macro
/Linux-v5.4/arch/x86/kernel/cpu/resctrl/
Drdtgroup.c1996 static_branch_enable_cpuslocked(&rdt_alloc_enable_key); in rdt_get_tree()
1998 static_branch_enable_cpuslocked(&rdt_mon_enable_key); in rdt_get_tree()
2001 static_branch_enable_cpuslocked(&rdt_enable_key); in rdt_get_tree()
/Linux-v5.4/Documentation/
Dstatic-keys.txt166 static_branch_enable_cpuslocked()
/Linux-v5.4/kernel/sched/
Dtopology.c312 static_branch_enable_cpuslocked(&sched_energy_present); in sched_energy_set()