Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Djump_label.h128 static __always_inline bool static_key_true(struct static_key *key) in static_key_true() function
169 static __always_inline bool static_key_true(struct static_key *key) in static_key_true() function
Dnet.h255 if (static_key_true(&___once_key)) \
/linux-4.1.27/Documentation/
Dstatic-keys.txt101 if (static_key_true(&key))
108 'STATIC_KEY_INIT_TRUE' must be used in a 'static_key_true()' construct. A