Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dcompiler.h21 #define unlikely_notrace(x) __builtin_expect(!!(x), 0) macro
80 # define unlikely_notrace(x) unlikely(x) macro
Djump_label.h269 if (unlikely_notrace(static_key_count(key) > 0)) in static_key_false()
490 unlikely_notrace(branch); \
496 #define static_branch_unlikely(x) unlikely_notrace(static_key_enabled(&(x)->key))