Home
last modified time | relevance | path

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

/include/linux/
A Djump_label.h211 static __always_inline bool static_key_true(struct static_key *key) in static_key_true() function
279 static __always_inline bool static_key_true(struct static_key *key) in static_key_true() function
365 struct static_key_true { struct
373 #define STATIC_KEY_TRUE_INIT (struct static_key_true) { .key = STATIC_KEY_INIT_TRUE, } argument
377 struct static_key_true name = STATIC_KEY_TRUE_INIT
380 struct static_key_true name __ro_after_init = STATIC_KEY_TRUE_INIT
383 extern struct static_key_true name
395 struct static_key_true name[count] = { \
424 !__builtin_types_compatible_p(typeof(*x), struct static_key_true) &&\
491 if (__builtin_types_compatible_p(typeof(*x), struct static_key_true)) \
[all …]
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,
A Djump_label_ratelimit.h16 struct static_key_true key;
68 struct static_key_true key;
A Dpage_table_check.h13 extern struct static_key_true page_table_check_disabled;
A Ddynamic_debug.h55 struct static_key_true dd_key_true;
A Dcgroup.h86 extern struct static_key_true _x ## _cgrp_subsys_enabled_key; \
87 extern struct static_key_true _x ## _cgrp_subsys_on_dfl_key;

Completed in 11 milliseconds