Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Djump_label.rs21 macro_rules! static_branch_unlikely { macro
/linux/include/linux/
H A Djump_label.h497 #define static_branch_unlikely(x) \ macro
512 #define static_branch_unlikely(x) unlikely_notrace(static_key_enabled(&(x)->key)) macro