Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/
Djump_label.c65 if (!jump_label_get_branch_default(key)) in static_key_slow_inc()
88 if (!jump_label_get_branch_default(key)) in __static_key_slow_dec()
177 bool true_branch = jump_label_get_branch_default(key); in jump_label_type()
/linux-3.4.99/include/linux/
Djump_label.h93 static inline bool jump_label_get_branch_default(struct static_key *key) in jump_label_get_branch_default() function