Searched refs:static_branch_inc (Results 1 – 2 of 2) sorted by relevance
/include/linux/ | ||
D | jump_label_ratelimit.h | 97 #define static_branch_deferred_inc(x) static_branch_inc(&(x)->key) |
D | jump_label.h | 489 #define static_branch_inc(x) static_key_slow_inc(&(x)->key) macro |