Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dwatchdog.c433 static void watchdog_set_prio(unsigned int policy, unsigned int prio) in watchdog_set_prio() function
456 watchdog_set_prio(SCHED_FIFO, MAX_RT_PRIO - 1); in watchdog_enable()
464 watchdog_set_prio(SCHED_NORMAL, 0); in watchdog_disable()