Home
last modified time | relevance | path

Searched defs:static_key_slow_inc (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/include/linux/
Djump_label.h301 #define static_key_slow_inc(key) static_key_fast_inc_not_disabled(key) macro
/linux-6.12.1/kernel/
Djump_label.c186 bool static_key_slow_inc(struct static_key *key) in static_key_slow_inc() function