Searched refs:set_notify_resume (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dresume_user_mode.h13 * set_notify_resume - cause resume_user_mode_work() to be called
21 static inline void set_notify_resume(struct task_struct *task) function
45 * This barrier pairs with task_work_add()->set_notify_resume() after
/linux-master/kernel/
H A Dtask_work.c61 set_notify_resume(task);
/linux-master/block/
H A Dblk-cgroup.c1907 * This is only called if we've been marked with set_notify_resume(). Obviously
1908 * we can be set_notify_resume() for reasons other than blkcg throttling, so we
1980 set_notify_resume(current);
/linux-master/mm/
H A Dmemcontrol.c2906 set_notify_resume(current);

Completed in 157 milliseconds