Home
last modified time | relevance | path

Searched refs:jump_label_get_branch_default (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/kernel/
Djump_label.c67 if (!jump_label_get_branch_default(key)) in static_key_slow_inc()
90 if (!jump_label_get_branch_default(key)) in __static_key_slow_dec()
183 bool true_branch = jump_label_get_branch_default(key); in jump_label_type()
/linux-4.1.27/include/linux/
Djump_label.h115 static inline bool jump_label_get_branch_default(struct static_key *key) in jump_label_get_branch_default() function