Searched refs:hangcheck_fire (Results 1 – 1 of 1) sorted by relevance
125 static void hangcheck_fire(unsigned long);127 static DEFINE_TIMER(hangcheck_ticktock, hangcheck_fire, 0, 0);129 static void hangcheck_fire(unsigned long data) in hangcheck_fire() function