Home
last modified time | relevance | path

Searched full:unlikely (Results 1 – 5 of 5) sorted by relevance

/kvm-unit-tests/x86/
H A Dkvmclock.c8 #define unlikely(x) __builtin_expect(!!(x), 0) macro
220 } while (unlikely(last != ret)); in pvclock_clocksource_read()
H A Dvmx_tests.c7761 * are unlikely to affect VM-Enter, so the above doesn't force a VM-exit in test_host_addr_size()
/kvm-unit-tests/lib/
H A Don-cpus.c93 assert_msg(cpu != 0 || cpu0_calls_idle, "Waiting on CPU0, which is unlikely to idle. " in on_cpu_async()
/kvm-unit-tests/lib/x86/
H A Dprocessor.h877 * except for a few oddballs that KVM is unlikely to run on, block IRQs for one
/kvm-unit-tests/scripts/
H A Dcheckpatch.pl7474 # likely/unlikely comparisons similar to "(likely(foo) > 0)"
7502 # nested likely/unlikely calls
7505 "nested (un)?likely() calls, $1 already uses unlikely() internally\n" . $herecurr);