| /kernel/sched/ |
| D | wait.c | 23 void add_wait_queue(wait_queue_head_t *q, wait_queue_t *wait) in add_wait_queue() 34 void add_wait_queue_exclusive(wait_queue_head_t *q, wait_queue_t *wait) in add_wait_queue_exclusive() 45 void remove_wait_queue(wait_queue_head_t *q, wait_queue_t *wait) in remove_wait_queue() 172 prepare_to_wait(wait_queue_head_t *q, wait_queue_t *wait, int state) in prepare_to_wait() 186 prepare_to_wait_exclusive(wait_queue_head_t *q, wait_queue_t *wait, int state) in prepare_to_wait_exclusive() 199 void init_wait_entry(wait_queue_t *wait, int flags) in init_wait_entry() 208 long prepare_to_wait_event(wait_queue_head_t *q, wait_queue_t *wait, int state) in prepare_to_wait_event() 253 void finish_wait(wait_queue_head_t *q, wait_queue_t *wait) in finish_wait() 279 int autoremove_wake_function(wait_queue_t *wait, unsigned mode, int sync, void *key) in autoremove_wake_function() 314 long wait_woken(wait_queue_t *wait, unsigned mode, long timeout) in wait_woken() [all …]
|
| D | swait.c | 75 void __prepare_to_swait(struct swait_queue_head *q, struct swait_queue *wait) in __prepare_to_swait() 82 void prepare_to_swait(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait() 93 long prepare_to_swait_event(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait_event() 104 void __finish_swait(struct swait_queue_head *q, struct swait_queue *wait) in __finish_swait() 111 void finish_swait(struct swait_queue_head *q, struct swait_queue *wait) in finish_swait()
|
| /kernel/ |
| D | up.c | 12 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()
|
| D | smp.c | 257 int wait) in smp_call_function_single() 347 smp_call_func_t func, void *info, int wait) in smp_call_function_any() 390 smp_call_func_t func, void *info, bool wait) in smp_call_function_many() 473 int smp_call_function(smp_call_func_t func, void *info, int wait) in smp_call_function() 577 int on_each_cpu(void (*func) (void *info), void *info, int wait) in on_each_cpu() 609 void *info, bool wait) in on_each_cpu_mask() 652 smp_call_func_t func, void *info, bool wait, in on_each_cpu_cond()
|
| D | kmod.c | 69 static int call_modprobe(char *module_name, int wait) in call_modprobe() 124 int __request_module(bool wait, const char *fmt, ...) in __request_module() 555 int call_usermodehelper_exec(struct subprocess_info *sub_info, int wait) in call_usermodehelper_exec() 616 int call_usermodehelper(char *path, char **argv, char **envp, int wait) in call_usermodehelper()
|
| D | exit.c | 1517 static int child_wait_callback(wait_queue_t *wait, unsigned mode, in child_wait_callback()
|
| D | relay.c | 921 static unsigned int relay_file_poll(struct file *filp, poll_table *wait) in relay_file_poll()
|
| D | workqueue.c | 2529 bool wait = false; in flush_workqueue_prep_pwqs() local 2856 wait_queue_t wait; member 2860 static int cwt_wakefn(wait_queue_t *wait, unsigned mode, int sync, void *key) in cwt_wakefn()
|
| /kernel/rcu/ |
| D | sync.c | 35 void (*wait)(void); member
|
| /kernel/time/ |
| D | posix-clock.c | 69 static unsigned int posix_clock_poll(struct file *fp, poll_table *wait) in posix_clock_poll()
|
| /kernel/trace/ |
| D | trace_kprobe.c | 398 int wait = 0; in disable_trace_kprobe() local
|
| /kernel/power/ |
| D | swap.c | 227 wait_queue_head_t wait; member
|
| /kernel/printk/ |
| D | printk.c | 894 static unsigned int devkmsg_poll(struct file *file, poll_table *wait) in devkmsg_poll()
|
| /kernel/events/ |
| D | core.c | 4490 static unsigned int perf_poll(struct file *file, poll_table *wait) in perf_poll()
|