Searched refs:static_branch_dec (Results 1 – 2 of 2) sorted by relevance
/include/linux/ | ||
D | jump_label_ratelimit.h | 78 #define static_branch_slow_dec_deferred(x) static_branch_dec(&(x)->key) |
D | jump_label.h | 513 #define static_branch_dec(x) static_key_slow_dec(&(x)->key) macro |