Home
last modified time | relevance | path

Searched full:begin (Results 1 – 10 of 10) sorted by relevance

/kvm-unit-tests/x86/
H A Dkvmclock_test.c84 unsigned long long begin, end; in cycle_test() local
86 begin = rdtsc(); in cycle_test()
100 printf("TSC cycles: %lld\n", end - begin); in cycle_test()
/kvm-unit-tests/lib/
H A Dmigrate.c66 puts("Begin continuous migration\n"); in migrate_begin_continuous()
H A Drand.c13 /* Begin SHA-256 related definitions */
/kvm-unit-tests/scripts/
H A Darch-run.bash77 grep -v "Begin continuous migration (quiet)" |
85 grep -q -e "Now migrate the VM" -e "Begin continuous migration" < $1
87 … grep -q -e "Now migrate the VM" -e "Begin continuous migration" -e "Skipped VM migration" < $1
151 elif grep -q "Begin continuous migration" < ${src_out} ; then
196 if grep -q "Begin continuous migration" < ${src_out} ; then
H A Dkernel-doc2006 # STATE_NORMAL: looking for the /** to begin everything.
H A Dcheckpatch.pl662 begin |
1593 # Comments we are whacking completely including the begin
3117 # begin with a #
/kvm-unit-tests/powerpc/
H A Dtm.c99 * Begin a transaction and guarantee we are in the suspend state in test_h_cede_tm()
/kvm-unit-tests/riscv/
H A Dsbi.c279 unsigned long begin, end, duration; in timer_check_set_timer() local
288 begin = timer_get_cycles(); in timer_check_set_timer()
289 ret = sbi_set_timer(begin + d); in timer_check_set_timer()
295 while ((end = timer_get_cycles()) <= (begin + d + margin) && !timer_info.timer_works) in timer_check_set_timer()
307 duration = end - begin; in timer_check_set_timer()
/kvm-unit-tests/s390x/
H A Dtopology.c527 report_abort("Argument is expected to begin with '-'"); in parse_topology_args()
/kvm-unit-tests/lib/libfdt/
H A Dlibfdt.h523 * -FDT_ERR_BADPATH, given path does not begin with '/' or is invalid
1431 * fdt_create_with_flags - begin creation of a new fdt
1449 * fdt_create - begin creation of a new fdt