Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dwatchdog.c486 static void watchdog_set_prio(unsigned int policy, unsigned int prio) in watchdog_set_prio() function
509 watchdog_set_prio(SCHED_FIFO, MAX_RT_PRIO - 1); in watchdog_enable()
517 watchdog_set_prio(SCHED_NORMAL, 0); in watchdog_disable()