| /include/linux/ |
| D | smp.h | 51 int wait); 54 void *info, bool wait, const struct cpumask *mask); 69 static inline void on_each_cpu(smp_call_func_t func, void *info, int wait) in on_each_cpu() argument 71 on_each_cpu_cond_mask(NULL, func, info, wait, cpu_online_mask); in on_each_cpu() 91 smp_call_func_t func, void *info, bool wait) in on_each_cpu_mask() argument 93 on_each_cpu_cond_mask(NULL, func, info, wait, mask); in on_each_cpu_mask() 103 smp_call_func_t func, void *info, bool wait) in on_each_cpu_cond() argument 105 on_each_cpu_cond_mask(cond_func, func, info, wait, cpu_online_mask); in on_each_cpu_cond() 162 void smp_call_function(smp_call_func_t func, void *info, int wait); 164 smp_call_func_t func, void *info, bool wait); [all …]
|
| D | umh.h | 26 int wait; member 34 call_usermodehelper(const char *path, char **argv, char **envp, int wait); 43 call_usermodehelper_exec(struct subprocess_info *info, int wait);
|
| D | fs_pin.h | 5 wait_queue_head_t wait; member 16 init_waitqueue_head(&p->wait); in init_fs_pin()
|
| D | completion.h | 28 struct swait_queue_head wait; member 36 { 0, __SWAIT_QUEUE_HEAD_INITIALIZER((work).wait) } 87 init_swait_queue_head(&x->wait); in init_completion()
|
| D | hw_random.h | 42 int (*data_present)(struct hwrng *rng, int wait); 44 int (*read)(struct hwrng *rng, void *data, size_t max, bool wait);
|
| D | crypto.h | 392 static inline int crypto_wait_req(int err, struct crypto_wait *wait) in crypto_wait_req() argument 397 wait_for_completion(&wait->completion); in crypto_wait_req() 398 reinit_completion(&wait->completion); in crypto_wait_req() 399 err = wait->err; in crypto_wait_req() 406 static inline void crypto_init_wait(struct crypto_wait *wait) in crypto_init_wait() argument 408 init_completion(&wait->completion); in crypto_init_wait()
|
| D | eventfd.h | 39 int eventfd_ctx_remove_wait_queue(struct eventfd_ctx *ctx, wait_queue_entry_t *wait, 70 wait_queue_entry_t *wait, __u64 *cnt) in eventfd_ctx_remove_wait_queue() argument
|
| D | lp.h | 25 #define LP_WAIT(minor) lp_table[(minor)].wait /* strobe wait */ 51 unsigned int wait; member
|
| D | swait.h | 151 extern void prepare_to_swait_exclusive(struct swait_queue_head *q, struct swait_queue *wait, int st… 152 extern long prepare_to_swait_event(struct swait_queue_head *q, struct swait_queue *wait, int state); 154 extern void __finish_swait(struct swait_queue_head *q, struct swait_queue *wait); 155 extern void finish_swait(struct swait_queue_head *q, struct swait_queue *wait);
|
| D | kmod.h | 24 int __request_module(bool wait, const char *name, ...);
|
| D | kvm_irqfd.h | 42 wait_queue_entry_t wait; member
|
| D | hidraw.h | 15 wait_queue_head_t wait; member
|
| D | sbitmap.h | 97 wait_queue_head_t wait; member 605 struct wait_queue_entry wait; member 611 .wait = { \ 614 .entry = LIST_HEAD_INIT((name).wait.entry), \
|
| D | hiddev.h | 28 wait_queue_head_t wait; member
|
| D | sysctl.h | 119 wait_queue_head_t wait; member 129 .wait = __WAIT_QUEUE_HEAD_INITIALIZER(name.wait) }
|
| D | posix-clock.h | 60 poll_table *wait);
|
| D | libps2.h | 51 wait_queue_head_t wait; member
|
| /include/trace/events/ |
| D | module.h | 109 TP_PROTO(char *name, bool wait, unsigned long ip), 111 TP_ARGS(name, wait, ip), 115 __field( bool, wait ) 121 __entry->wait = wait; 126 __get_str(name), (int)__entry->wait, (void *)__entry->ip)
|
| /include/media/ |
| D | dvb_vb2.h | 127 #define dvb_vb2_fill_buffer(ctx, file, wait, flags) (0) argument 131 poll_table *wait) in dvb_vb2_poll() argument 187 poll_table *wait);
|
| D | v4l2-fh.h | 49 wait_queue_head_t wait; member
|
| /include/uapi/linux/ |
| D | dlm_plock.h | 34 __u8 wait; member
|
| /include/linux/rpmsg/ |
| D | mtk_rpmsg.h | 28 void *buf, unsigned int len, unsigned int wait);
|
| /include/soc/qcom/ |
| D | tcs.h | 44 u32 wait; member
|
| /include/linux/remoteproc/ |
| D | mtk_scp.h | 62 unsigned int wait);
|
| /include/video/ |
| D | sticore.h | 102 u32 wait : 1; /* should routine idle wait or not */ member 148 u32 wait : 1; /* should routine idle wait or not */ member 270 u32 wait : 1; /* should routine idle wait or not */ member 284 u32 wait : 1; /* should routine idle wait or not */ member
|