Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Djump_label.h442 #define static_branch_enable_cpuslocked(x) static_key_enable_cpuslocked(&(x)->key) macro
/Linux-v4.19/arch/x86/kernel/cpu/
Dintel_rdt_rdtgroup.c1910 static_branch_enable_cpuslocked(&rdt_alloc_enable_key); in rdt_mount()
1912 static_branch_enable_cpuslocked(&rdt_mon_enable_key); in rdt_mount()
1915 static_branch_enable_cpuslocked(&rdt_enable_key); in rdt_mount()
/Linux-v4.19/Documentation/
Dstatic-keys.txt166 static_branch_enable_cpuslocked()
/Linux-v4.19/drivers/clocksource/
Darm_arch_timer.c489 static_branch_enable_cpuslocked(&arch_timer_read_ool_enabled); in arch_timer_enable_workaround()
/Linux-v4.19/kernel/sched/
Dcore.c5752 static_branch_enable_cpuslocked(&sched_smt_present); in sched_cpu_activate()