Searched refs:proc_stop_callout (Results 1 – 1 of 1) sorted by relevance
129 static void proc_stop_callout(void *);224 callout_setfunc(&proc_stop_ch, proc_stop_callout, NULL); in signal_init()2462 proc_stop_callout(void *cookie) in proc_stop_callout() function