Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Djump_label.h145 static __always_inline bool static_key_true(struct static_key *key) in static_key_true() function
211 static __always_inline bool static_key_true(struct static_key *key) in static_key_true() function
288 struct static_key_true { struct
296 #define STATIC_KEY_TRUE_INIT (struct static_key_true) { .key = STATIC_KEY_INIT_TRUE, } argument
300 struct static_key_true name = STATIC_KEY_TRUE_INIT
303 struct static_key_true name __ro_after_init = STATIC_KEY_TRUE_INIT
306 extern struct static_key_true name
318 struct static_key_true name[count] = { \
332 !__builtin_types_compatible_p(typeof(*x), struct static_key_true) &&\
399 if (__builtin_types_compatible_p(typeof(*x), struct static_key_true)) \
[all …]
Donce.h9 void __do_once_done(bool *done, struct static_key_true *once_key,
Ddynamic_debug.h43 struct static_key_true dd_key_true;
Dcgroup.h75 extern struct static_key_true _x ## _cgrp_subsys_enabled_key; \
76 extern struct static_key_true _x ## _cgrp_subsys_on_dfl_key;
/Linux-v4.19/lib/
Donce.c9 struct static_key_true *key;
22 static void once_disable_jump(struct static_key_true *key) in once_disable_jump()
55 void __do_once_done(bool *done, struct static_key_true *once_key, in __do_once_done()
Dtest_static_keys.c37 extern struct static_key_true base_true_key;
38 extern struct static_key_true base_inv_true_key;
98 test_key_func(old_true_key, static_key_true) in test_key_func() argument
104 test_key_func(base_old_true_key, static_key_true) in test_key_func()
105 test_key_func(base_inv_old_true_key, static_key_true) in test_key_func()
/Linux-v4.19/arch/powerpc/include/asm/
Dcpu_has_feature.h21 extern struct static_key_true cpu_feature_keys[NUM_CPU_FTR_KEYS];
Dmmu.h160 extern struct static_key_true mmu_feature_keys[NUM_MMU_FTR_KEYS];
/Linux-v4.19/arch/powerpc/kernel/
Dcputable.c2262 struct static_key_true cpu_feature_keys[NUM_CPU_FTR_KEYS] = {
2279 struct static_key_true mmu_feature_keys[NUM_MMU_FTR_KEYS] = {
/Linux-v4.19/Documentation/
Dstatic-keys.txt14 static_key_true()
/Linux-v4.19/kernel/cgroup/
Dcgroup.c140 static struct static_key_true *cgroup_subsys_enabled_key[] = {
146 static struct static_key_true *cgroup_subsys_on_dfl_key[] = {