Home
last modified time | relevance | path

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

/include/linux/
Djump_label.h372 #define static_branch_unlikely(x) \ macro
387 #define static_branch_unlikely(x) unlikely(static_key_enabled(&(x)->key)) macro