Searched refs:static_key_true (Results  1 – 12 of 12) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | jump_label.h | 203 static __always_inline bool static_key_true(struct static_key *key)  in static_key_true()  function 269 static __always_inline bool static_key_true(struct static_key *key)  in static_key_true()  function 346 struct static_key_true {  struct 354 #define STATIC_KEY_TRUE_INIT  (struct static_key_true) { .key = STATIC_KEY_INIT_TRUE,  }  argument 358 	struct static_key_true name = STATIC_KEY_TRUE_INIT 361 	struct static_key_true name __ro_after_init = STATIC_KEY_TRUE_INIT 364 	extern struct static_key_true name 376 	struct static_key_true name[count] = {			\ 390 	    !__builtin_types_compatible_p(typeof(*x), struct static_key_true) &&\ 457 	if (__builtin_types_compatible_p(typeof(*x), struct static_key_true))	\ [all …] 
 | 
| D | jump_label_ratelimit.h | 16 	struct static_key_true key; 68 	struct static_key_true key;
  | 
| D | once.h | 9 void __do_once_done(bool *done, struct static_key_true *once_key,
  | 
| D | dynamic_debug.h | 43 		struct static_key_true dd_key_true;
  | 
| D | cgroup.h | 79 	extern struct static_key_true _x ## _cgrp_subsys_enabled_key;		\ 80 	extern struct static_key_true _x ## _cgrp_subsys_on_dfl_key;
  | 
| /Linux-v5.4/lib/ | 
| D | once.c | 9 	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()
  | 
| D | test_static_keys.c | 29 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)  in test_key_func()  argument 96 test_key_func(base_old_true_key, static_key_true)  in test_key_func() 97 test_key_func(base_inv_old_true_key, static_key_true)  in test_key_func()
  | 
| /Linux-v5.4/arch/powerpc/include/asm/ | 
| D | cpu_has_feature.h | 21 extern struct static_key_true cpu_feature_keys[NUM_CPU_FTR_KEYS];
  | 
| D | mmu.h | 192 extern struct static_key_true mmu_feature_keys[NUM_MMU_FTR_KEYS];
  | 
| /Linux-v5.4/arch/powerpc/kernel/ | 
| D | cputable.c | 2269 struct static_key_true cpu_feature_keys[NUM_CPU_FTR_KEYS] = { 2286 struct static_key_true mmu_feature_keys[NUM_MMU_FTR_KEYS] = {
  | 
| /Linux-v5.4/Documentation/ | 
| D | static-keys.txt | 14 	static_key_true()
  | 
| /Linux-v5.4/kernel/cgroup/ | 
| D | cgroup.c | 143 static struct static_key_true *cgroup_subsys_enabled_key[] = { 149 static struct static_key_true *cgroup_subsys_on_dfl_key[] = {
  |