Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/
H A Djump_label.c93 static void jump_label_update(struct static_key *key);
126 * jump_label_update() process. At the same time, however, in static_key_slow_inc_cpuslocked()
127 * the jump_label_update() call below wants to see in static_key_slow_inc_cpuslocked()
132 * so it counts as "enabled" in jump_label_update(). Note that in static_key_slow_inc_cpuslocked()
144 jump_label_update(key); in static_key_slow_inc_cpuslocked()
177 jump_label_update(key); in static_key_enable_cpuslocked()
207 jump_label_update(key); in static_key_disable_cpuslocked()
248 jump_label_update(key); in __static_key_slow_dec_cpuslocked()
804 static void jump_label_update(struct static_key *key) in jump_label_update() function
/kernel/linux/linux-6.6/kernel/
H A Djump_label.c93 static void jump_label_update(struct static_key *key);
135 * so it counts as "enabled" in jump_label_update(). Note that in static_key_fast_inc_not_disabled()
155 * jump_label_update() process. At the same time, however, in static_key_slow_inc_cpuslocked()
156 * the jump_label_update() call below wants to see in static_key_slow_inc_cpuslocked()
165 jump_label_update(key); in static_key_slow_inc_cpuslocked()
205 jump_label_update(key); in static_key_enable_cpuslocked()
235 jump_label_update(key); in static_key_disable_cpuslocked()
276 jump_label_update(key); in __static_key_slow_dec_cpuslocked()
805 static void jump_label_update(struct static_key *key) in jump_label_update() function

Completed in 3 milliseconds