Home
last modified time | relevance | path

Searched defs:wait (Results 1 – 16 of 16) sorted by relevance

/kernel/sched/
Dswait.c70 void __prepare_to_swait(struct swait_queue_head *q, struct swait_queue *wait) in __prepare_to_swait()
77 void prepare_to_swait(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait()
88 long prepare_to_swait_event(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait_event()
99 void __finish_swait(struct swait_queue_head *q, struct swait_queue *wait) in __finish_swait()
106 void finish_swait(struct swait_queue_head *q, struct swait_queue *wait) in finish_swait()
Dwait.c308 int do_wait_intr(wait_queue_head_t *wq, wait_queue_entry_t *wait) in do_wait_intr()
324 int do_wait_intr_irq(wait_queue_head_t *wq, wait_queue_entry_t *wait) in do_wait_intr_irq()
Dpsi.c1155 poll_table *wait) in psi_trigger_poll()
1235 static unsigned int psi_fop_poll(struct file *file, poll_table *wait) in psi_fop_poll()
/kernel/
Dup.c12 int wait) in smp_call_function_single()
37 int on_each_cpu(smp_call_func_t func, void *info, int wait) in on_each_cpu()
55 smp_call_func_t func, void *info, bool wait) in on_each_cpu_mask()
72 smp_call_func_t func, void *info, bool wait, in on_each_cpu_cond()
Dsmp.c269 int wait) in smp_call_function_single()
361 smp_call_func_t func, void *info, int wait) in smp_call_function_any()
404 smp_call_func_t func, void *info, bool wait) in smp_call_function_many()
489 int smp_call_function(smp_call_func_t func, void *info, int wait) in smp_call_function()
596 int on_each_cpu(void (*func) (void *info), void *info, int wait) in on_each_cpu()
628 void *info, bool wait) in on_each_cpu_mask()
671 smp_call_func_t func, void *info, bool wait, in on_each_cpu_cond()
Dkmod.c70 static int call_modprobe(char *module_name, int wait) in call_modprobe()
125 int __request_module(bool wait, const char *fmt, ...) in __request_module()
Dumh.c408 int call_usermodehelper_exec(struct subprocess_info *sub_info, int wait) in call_usermodehelper_exec()
478 int call_usermodehelper(const char *path, char **argv, char **envp, int wait) in call_usermodehelper()
Drelay.c923 static unsigned int relay_file_poll(struct file *filp, poll_table *wait) in relay_file_poll()
Dworkqueue.c2591 bool wait = false; in flush_workqueue_prep_pwqs() local
2926 wait_queue_entry_t wait; member
2930 static int cwt_wakefn(wait_queue_entry_t *wait, unsigned mode, int sync, void *key) in cwt_wakefn()
Dexit.c1461 static int child_wait_callback(wait_queue_entry_t *wait, unsigned mode, in child_wait_callback()
/kernel/rcu/
Dsync.c35 void (*wait)(void); member
/kernel/time/
Dposix-clock.c69 static unsigned int posix_clock_poll(struct file *fp, poll_table *wait) in posix_clock_poll()
/kernel/power/
Dswap.c227 wait_queue_head_t wait; member
/kernel/trace/
Dtrace_kprobe.c426 int wait = 0; in disable_trace_kprobe() local
/kernel/printk/
Dprintk.c924 static unsigned int devkmsg_poll(struct file *file, poll_table *wait) in devkmsg_poll()
/kernel/events/
Dcore.c4644 static unsigned int perf_poll(struct file *file, poll_table *wait) in perf_poll()