Home
last modified time | relevance | path

Searched defs:static_key_true (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Djump_label.h210 static __always_inline bool static_key_true(struct static_key *key) in static_key_true() function
275 static __always_inline bool static_key_true(struct static_key *key) in static_key_true() function
359 struct static_key_true { struct
367 #define STATIC_KEY_TRUE_INIT (struct static_key_true) { .key = STATIC_KEY_INIT_TRUE, } argument
/openbmc/linux/lib/
H A Dtest_static_keys.c90 test_key_func(old_true_key, static_key_true) in test_key_func() argument