Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Djump_label.h501 #define static_branch_disable_cpuslocked(x) static_key_disable_cpuslocked(&(x)->key) macro
/Linux-v5.4/arch/x86/kernel/cpu/resctrl/
Drdtgroup.c2272 static_branch_disable_cpuslocked(&rdt_alloc_enable_key); in rdt_kill_sb()
2273 static_branch_disable_cpuslocked(&rdt_mon_enable_key); in rdt_kill_sb()
2274 static_branch_disable_cpuslocked(&rdt_enable_key); in rdt_kill_sb()
/Linux-v5.4/Documentation/
Dstatic-keys.txt167 static_branch_disable_cpuslocked()
/Linux-v5.4/kernel/sched/
Dtopology.c308 static_branch_disable_cpuslocked(&sched_energy_present); in sched_energy_set()