Home
last modified time | relevance | path

Searched refs:STATIC_KEY_INIT_FALSE (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/include/linux/
Djump_label.h151 #define STATIC_KEY_INIT_FALSE ((struct static_key) \ macro
203 #define STATIC_KEY_INIT_FALSE ((struct static_key) \ macro
208 #define STATIC_KEY_INIT STATIC_KEY_INIT_FALSE
Dtracepoint.h226 { __tpstrtab_##name, STATIC_KEY_INIT_FALSE, reg, unreg, NULL };\
/linux-4.1.27/arch/x86/kernel/
Dparavirt-spinlocks.c19 struct static_key paravirt_ticketlocks_enabled = STATIC_KEY_INIT_FALSE;
/linux-4.1.27/kernel/
Dcontext_tracking.c27 struct static_key context_tracking_enabled = STATIC_KEY_INIT_FALSE;
Dcpuset.c64 struct static_key cpusets_enabled_key __read_mostly = STATIC_KEY_INIT_FALSE;
/linux-4.1.27/Documentation/
Dstatic-keys.txt12 struct static_key key = STATIC_KEY_INIT_FALSE;
86 struct static_key key = STATIC_KEY_INIT_FALSE;
106 A key that is initialized via 'STATIC_KEY_INIT_FALSE', must be used in a
/linux-4.1.27/arch/s390/lib/
Duaccess.c18 static struct static_key have_mvcos = STATIC_KEY_INIT_FALSE;
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event.c48 struct static_key rdpmc_always_available = STATIC_KEY_INIT_FALSE;
/linux-4.1.27/net/core/
Dsock.c330 struct static_key memalloc_socks = STATIC_KEY_INIT_FALSE;
/linux-4.1.27/drivers/i2c/
Di2c-core.c69 static struct static_key i2c_trace_msg = STATIC_KEY_INIT_FALSE;
/linux-4.1.27/kernel/sched/
Dcore.c174 #define jump_label_key__false STATIC_KEY_INIT_FALSE