Searched defs:wait (Results 1 – 20 of 20) sorted by relevance
| /kernel/sched/ |
| A D | swait.c | 85 void __prepare_to_swait(struct swait_queue_head *q, struct swait_queue *wait) in __prepare_to_swait() 92 void prepare_to_swait_exclusive(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait_exclusive() 103 long prepare_to_swait_event(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait_event() 126 void __finish_swait(struct swait_queue_head *q, struct swait_queue *wait) in __finish_swait() 133 void finish_swait(struct swait_queue_head *q, struct swait_queue *wait) in finish_swait()
|
| A D | wait.c | 332 int do_wait_intr(wait_queue_head_t *wq, wait_queue_entry_t *wait) in do_wait_intr() 349 int do_wait_intr_irq(wait_queue_head_t *wq, wait_queue_entry_t *wait) in do_wait_intr_irq()
|
| A D | psi.c | 1483 struct file *file, poll_table *wait) in psi_trigger_poll() 1598 static __poll_t psi_fop_poll(struct file *file, poll_table *wait) in psi_fop_poll()
|
| /kernel/module/ |
| A D | kmod.c | 71 static int call_modprobe(char *orig_module_name, int wait) in call_modprobe() 131 int __request_module(bool wait, const char *fmt, ...) in __request_module()
|
| A D | dups.c | 119 bool kmod_dup_request_exists_wait(char *module_name, bool wait, int *dup_ret) in kmod_dup_request_exists_wait()
|
| A D | internal.h | 247 static inline bool kmod_dup_request_exists_wait(char *module_name, bool wait, int *dup_ret) in kmod_dup_request_exists_wait()
|
| /kernel/ |
| A D | up.c | 13 int wait) in smp_call_function_single() 44 void *info, bool wait, const struct cpumask *mask) in on_each_cpu_cond_mask()
|
| A D | smp.c | 637 int wait) in smp_call_function_single() 755 smp_call_func_t func, void *info, int wait) in smp_call_function_any() 787 bool wait = scf_flags & SCF_WAIT; in smp_call_function_many_cond() local 899 smp_call_func_t func, void *info, bool wait) in smp_call_function_many() 920 void smp_call_function(smp_call_func_t func, void *info, int wait) in smp_call_function() 1036 void *info, bool wait, const struct cpumask *mask) in on_each_cpu_cond_mask()
|
| A D | umh.c | 401 int call_usermodehelper_exec(struct subprocess_info *sub_info, int wait) in call_usermodehelper_exec() 482 int call_usermodehelper(const char *path, char **argv, char **envp, int wait) in call_usermodehelper()
|
| A D | scftorture.c | 234 static void scf_sel_add(unsigned long weight, int prim, bool wait) in scf_sel_add()
|
| A D | relay.c | 771 static __poll_t relay_file_poll(struct file *filp, poll_table *wait) in relay_file_poll()
|
| A D | exit.c | 1588 static int child_wait_callback(wait_queue_entry_t *wait, unsigned mode, in child_wait_callback()
|
| A D | seccomp.c | 1499 static int recv_wake_function(wait_queue_entry_t *wait, unsigned int mode, int sync, in recv_wake_function()
|
| A D | workqueue.c | 3847 bool wait = false; in flush_workqueue_prep_pwqs() local
|
| /kernel/locking/ |
| A D | percpu-rwsem.c | 145 bool wait; in percpu_rwsem_wait() local
|
| /kernel/time/ |
| A D | posix-clock.c | 58 static __poll_t posix_clock_poll(struct file *fp, poll_table *wait) in posix_clock_poll()
|
| /kernel/power/ |
| A D | swap.c | 228 wait_queue_head_t wait; member
|
| /kernel/printk/ |
| A D | printk.c | 923 static __poll_t devkmsg_poll(struct file *file, poll_table *wait) in devkmsg_poll()
|
| /kernel/trace/ |
| A D | trace_events_hist.c | 5760 static __poll_t event_hist_poll(struct file *file, struct poll_table_struct *wait) in event_hist_poll()
|
| /kernel/events/ |
| A D | core.c | 6120 static __poll_t perf_poll(struct file *file, poll_table *wait) in perf_poll()
|
Completed in 94 milliseconds