Home
last modified time | relevance | path

Searched refs:secs_till_notify (Results 1 – 2 of 2) sorted by relevance

/tools/testing/selftests/bpf/
A Dtest_progs.c206 test_name, env.secs_till_notify); in watchdog_timer_func()
207 timeout.it_value.tv_sec = env.secs_till_kill - env.secs_till_notify; in watchdog_timer_func()
229 if (env.secs_till_notify > 0) { in watchdog_start()
231 timeout.it_value.tv_sec = env.secs_till_notify; in watchdog_start()
1128 if (env->secs_till_kill < env->secs_till_notify) { in parse_arg()
1129 env->secs_till_notify = 0; in parse_arg()
1949 env.secs_till_notify = 10; in main()
A Dtest_progs.h136 int secs_till_notify; member

Completed in 8 milliseconds