Home
last modified time | relevance | path

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

/include/linux/
Djump_label_ratelimit.h78 #define static_branch_slow_dec_deferred(x) static_branch_dec(&(x)->key)
Djump_label.h513 #define static_branch_dec(x) static_key_slow_dec(&(x)->key) macro