Lines Matching refs:itv
1457 struct itimerval itv; in test_pi_ringfull() local
1494 itv.it_interval.tv_sec = 0; in test_pi_ringfull()
1495 itv.it_interval.tv_usec = 1000; in test_pi_ringfull()
1496 itv.it_value.tv_sec = 0; in test_pi_ringfull()
1497 itv.it_value.tv_usec = 10000; in test_pi_ringfull()
1498 setitimer(ITIMER_REAL, &itv, NULL); in test_pi_ringfull()
1515 memset(&itv, 0, sizeof(itv)); in test_pi_ringfull()
1516 setitimer(ITIMER_REAL, &itv, NULL); in test_pi_ringfull()
1535 itv.it_value.tv_sec = 0; in test_pi_ringfull()
1536 itv.it_value.tv_usec = 10000; in test_pi_ringfull()
1537 setitimer(ITIMER_REAL, &itv, NULL); in test_pi_ringfull()
1547 memset(&itv, 0, sizeof(itv)); in test_pi_ringfull()
1548 setitimer(ITIMER_REAL, &itv, NULL); in test_pi_ringfull()
1559 itv.it_value.tv_sec = 0; in test_pi_ringfull()
1560 itv.it_value.tv_usec = 50000; in test_pi_ringfull()
1561 setitimer(ITIMER_REAL, &itv, NULL); in test_pi_ringfull()