Searched refs:kick_process (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/
H A Dtracehook.h164 kick_process(task); set_notify_resume()
H A Dsched.h2360 extern void kick_process(struct task_struct *tsk);
2362 static inline void kick_process(struct task_struct *tsk) { } kick_process() function
/linux-4.1.27/drivers/lguest/
H A Dinterrupts_and_traps.c319 * the Guest right now, in which case kick_process() will knock it out. set_interrupt()
322 kick_process(cpu->tsk); set_interrupt()
/linux-4.1.27/kernel/sched/
H A Dcore.c1276 * kick_process - kick a running thread to enter/exit the kernel
1288 void kick_process(struct task_struct *p) kick_process() function
1298 EXPORT_SYMBOL_GPL(kick_process); variable
/linux-4.1.27/kernel/
H A Dsignal.c701 kick_process(t); signal_wake_up_state()

Completed in 292 milliseconds