Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dtest_progs.h139 enum { WD_NOTIFY, WD_KILL } watchdog_state; enumerator
H A Dtest_progs.c207 env.watchdog_state = WD_KILL; in watchdog_timer_func()
212 case WD_KILL: in watchdog_timer_func()
232 env.watchdog_state = WD_KILL; in watchdog_start()