Home
last modified time | relevance | path

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

/include/linux/
Djump_label_ratelimit.h97 #define static_branch_deferred_inc(x) static_branch_inc(&(x)->key)
Djump_label.h489 #define static_branch_inc(x) static_key_slow_inc(&(x)->key) macro