Searched full:begin (Results 1 – 10 of 10) sorted by relevance
84 unsigned long long begin, end; in cycle_test() local86 begin = rdtsc(); in cycle_test()100 printf("TSC cycles: %lld\n", end - begin); in cycle_test()
66 puts("Begin continuous migration\n"); in migrate_begin_continuous()
13 /* Begin SHA-256 related definitions */
77 grep -v "Begin continuous migration (quiet)" |85 grep -q -e "Now migrate the VM" -e "Begin continuous migration" < $187 … grep -q -e "Now migrate the VM" -e "Begin continuous migration" -e "Skipped VM migration" < $1151 elif grep -q "Begin continuous migration" < ${src_out} ; then196 if grep -q "Begin continuous migration" < ${src_out} ; then
2006 # STATE_NORMAL: looking for the /** to begin everything.
662 begin |1593 # Comments we are whacking completely including the begin3117 # begin with a #
99 * Begin a transaction and guarantee we are in the suspend state in test_h_cede_tm()
279 unsigned long begin, end, duration; in timer_check_set_timer() local288 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()
527 report_abort("Argument is expected to begin with '-'"); in parse_topology_args()
523 * -FDT_ERR_BADPATH, given path does not begin with '/' or is invalid1431 * fdt_create_with_flags - begin creation of a new fdt1449 * fdt_create - begin creation of a new fdt