Searched refs:check_times (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc_event_triggers.tc41 check_times=10 # wait for 10 * SLEEP_TIME at most
43 while [ $check_times -ne 0 ]; do
49 check_times=$((check_times - 1))
/linux-master/drivers/vfio/pci/hisilicon/
H A Dhisi_acc_vfio_pci.c35 int check_times = 0; local
39 while (state && check_times < ERROR_CHECK_TIMEOUT) {
42 check_times++;

Completed in 118 milliseconds