Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/char/
Dhangcheck-timer.c125 static void hangcheck_fire(struct timer_list *);
127 static DEFINE_TIMER(hangcheck_ticktock, hangcheck_fire);
129 static void hangcheck_fire(struct timer_list *unused) in hangcheck_fire() function