Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/
H A Djump_label.c358 static inline bool static_key_linked(struct static_key *key) in static_key_linked() function
528 WARN_ON_ONCE(!static_key_linked(key)); in static_key_mod()
655 if (!static_key_linked(key)) { in jump_label_add_module()
702 if (WARN_ON(!static_key_linked(key))) in jump_label_del_module()
811 if (static_key_linked(key)) { in jump_label_update()
/kernel/linux/linux-6.6/kernel/
H A Djump_label.c382 static inline bool static_key_linked(struct static_key *key) in static_key_linked() function
553 WARN_ON_ONCE(!static_key_linked(key)); in static_key_mod()
656 if (!static_key_linked(key)) { in jump_label_add_module()
703 if (WARN_ON(!static_key_linked(key))) in jump_label_del_module()
813 if (static_key_linked(key)) { in jump_label_update()

Completed in 3 milliseconds