Query: set_notify_resume
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SET_NOTIFY_RESUME(9) Kernel Internals SET_NOTIFY_RESUME(9)NAMEset_notify_resume - cause tracehook_notify_resume to be calledSYNOPSISvoid set_notify_resume(struct task_struct * task);ARGUMENTStask task that will call tracehook_notify_resumeDESCRIPTIONCalling this arranges that task will call tracehook_notify_resume before returning to user mode. If it's already running in user mode, it will enter the kernel and call tracehook_notify_resume soon. If it's blocked, it will not be woken. Kernel Hackers Manual 2.6. July 2010 SET_NOTIFY_RESUME(9)