Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Djump_label.c57 static void jump_label_update(struct static_key *key, int enable);
68 jump_label_update(key, JUMP_LABEL_ENABLE); in static_key_slow_inc()
70 jump_label_update(key, JUMP_LABEL_DISABLE); in static_key_slow_inc()
91 jump_label_update(key, JUMP_LABEL_DISABLE); in __static_key_slow_dec()
93 jump_label_update(key, JUMP_LABEL_ENABLE); in __static_key_slow_dec()
442 static void jump_label_update(struct static_key *key, int enable) in jump_label_update() function