Home
last modified time | relevance | path

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

/linux/include/linux/
A Dcompiler.h20 #define unlikely_notrace(x) __builtin_expect(!!(x), 0) macro
79 # define unlikely_notrace(x) unlikely(x) macro
A Djump_label.h273 if (unlikely_notrace(static_key_count(key) > 0)) in static_key_false()
506 unlikely_notrace(branch); \
512 #define static_branch_unlikely(x) unlikely_notrace(static_key_enabled(&(x)->key))

Completed in 6 milliseconds