Searched defs:wo (Results 1 – 1 of 1) sorted by relevance
/kernel/ |
D | exit.c | 1017 static int eligible_pid(struct wait_opts *wo, struct task_struct *p) in eligible_pid() 1024 eligible_child(struct wait_opts *wo, bool ptrace, struct task_struct *p) in eligible_child() 1056 static int wait_task_zombie(struct wait_opts *wo, struct task_struct *p) in wait_task_zombie() 1215 static int wait_task_stopped(struct wait_opts *wo, in wait_task_stopped() 1287 static int wait_task_continued(struct wait_opts *wo, struct task_struct *p) in wait_task_continued() 1339 static int wait_consider_task(struct wait_opts *wo, int ptrace, in wait_consider_task() 1451 static int do_wait_thread(struct wait_opts *wo, struct task_struct *tsk) in do_wait_thread() 1465 static int ptrace_do_wait(struct wait_opts *wo, struct task_struct *tsk) in ptrace_do_wait() 1482 struct wait_opts *wo = container_of(wait, struct wait_opts, in child_wait_callback() local 1501 static long do_wait(struct wait_opts *wo) in do_wait() [all …]
|