Searched refs:static_key_true (Results 1 – 3 of 3) sorted by relevance
128 static __always_inline bool static_key_true(struct static_key *key) in static_key_true() function169 static __always_inline bool static_key_true(struct static_key *key) in static_key_true() function
255 if (static_key_true(&___once_key)) \
101 if (static_key_true(&key))108 'STATIC_KEY_INIT_TRUE' must be used in a 'static_key_true()' construct. A