Searched refs:static_key_linked (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/
H A Djump_label.c382 static inline bool static_key_linked(struct static_key *key) function
553 WARN_ON_ONCE(!static_key_linked(key));
656 if (!static_key_linked(key)) {
703 if (WARN_ON(!static_key_linked(key)))
813 if (static_key_linked(key)) {

Completed in 95 milliseconds