Searched full:unlikely (Results 1 – 5 of 5) sorted by relevance
8 #define unlikely(x) __builtin_expect(!!(x), 0) macro220 } while (unlikely(last != ret)); in pvclock_clocksource_read()
7761 * are unlikely to affect VM-Enter, so the above doesn't force a VM-exit in test_host_addr_size()
93 assert_msg(cpu != 0 || cpu0_calls_idle, "Waiting on CPU0, which is unlikely to idle. " in on_cpu_async()
877 * except for a few oddballs that KVM is unlikely to run on, block IRQs for one
7474 # likely/unlikely comparisons similar to "(likely(foo) > 0)"7502 # nested likely/unlikely calls7505 "nested (un)?likely() calls, $1 already uses unlikely() internally\n" . $herecurr);