Searched refs:static_key_true (Results 1 - 12 of 12) sorted by relevance

/linux-master/lib/
H A Donce.c10 struct static_key_true *key;
25 static void once_disable_jump(struct static_key_true *key, struct module *mod)
60 void __do_once_done(bool *done, struct static_key_true *once_key,
90 void __do_once_sleepable_done(bool *done, struct static_key_true *once_key,
H A Dtest_static_keys.c29 extern struct static_key_true base_true_key;
30 extern struct static_key_true base_inv_true_key;
90 test_key_func(old_true_key, static_key_true)
96 test_key_func(base_old_true_key, static_key_true)
97 test_key_func(base_inv_old_true_key, static_key_true)
/linux-master/arch/powerpc/include/asm/
H A Dcpu_has_feature.h21 extern struct static_key_true cpu_feature_keys[NUM_CPU_FTR_KEYS];
H A Dmmu.h241 extern struct static_key_true mmu_feature_keys[NUM_MMU_FTR_KEYS];
/linux-master/include/linux/
H A Djump_label.h18 * static_key_true()
210 static __always_inline bool static_key_true(struct static_key *key) function
275 static __always_inline bool static_key_true(struct static_key *key) function
359 struct static_key_true { struct
367 #define STATIC_KEY_TRUE_INIT (struct static_key_true) { .key = STATIC_KEY_INIT_TRUE, }
371 struct static_key_true name = STATIC_KEY_TRUE_INIT
374 struct static_key_true name __ro_after_init = STATIC_KEY_TRUE_INIT
377 extern struct static_key_true name
389 struct static_key_true name[count] = { \
418 !__builtin_types_compatible_p(typeof(*x), struct static_key_true)
[all...]
H A Donce.h12 void __do_once_done(bool *done, struct static_key_true *once_key,
17 void __do_once_sleepable_done(bool *done, struct static_key_true *once_key,
H A Djump_label_ratelimit.h16 struct static_key_true key;
68 struct static_key_true key;
H A Dpage_table_check.h13 extern struct static_key_true page_table_check_disabled;
H A Ddynamic_debug.h55 struct static_key_true dd_key_true;
H A Dcgroup.h79 extern struct static_key_true _x ## _cgrp_subsys_enabled_key; \
80 extern struct static_key_true _x ## _cgrp_subsys_on_dfl_key;
/linux-master/arch/powerpc/kernel/
H A Dcputable.c149 struct static_key_true cpu_feature_keys[NUM_CPU_FTR_KEYS] = {
166 struct static_key_true mmu_feature_keys[NUM_MMU_FTR_KEYS] = {
/linux-master/kernel/cgroup/
H A Dcgroup.c153 static struct static_key_true *cgroup_subsys_enabled_key[] = {
159 static struct static_key_true *cgroup_subsys_on_dfl_key[] = {

Completed in 195 milliseconds