| /include/linux/ |
| A D | smp.h | 51 int wait); 54 void *info, bool wait, const struct cpumask *mask); 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 164 smp_call_func_t func, void *info, bool wait); 167 smp_call_func_t func, void *info, int wait); 202 #define smp_call_function(func, info, wait) \ argument 206 #define smp_call_function_many(mask, func, info, wait) \ argument 212 void *info, int wait) in smp_call_function_any() argument [all …]
|
| A 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);
|
| A D | fs_pin.h | 5 wait_queue_head_t wait; member 16 init_waitqueue_head(&p->wait); in init_fs_pin()
|
| A 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()
|
| A D | crypto.h | 381 static inline int crypto_wait_req(int err, struct crypto_wait *wait) in crypto_wait_req() argument 386 wait_for_completion(&wait->completion); in crypto_wait_req() 387 reinit_completion(&wait->completion); in crypto_wait_req() 388 err = wait->err; in crypto_wait_req() 395 static inline void crypto_init_wait(struct crypto_wait *wait) in crypto_init_wait() argument 397 init_completion(&wait->completion); in crypto_init_wait()
|
| A 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);
|
| A 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
|
| A D | lp.h | 25 #define LP_WAIT(minor) lp_table[(minor)].wait /* strobe wait */ 51 unsigned int wait; member
|
| A 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);
|
| A D | kmod.h | 21 int __request_module(bool wait, const char *name, ...);
|
| A D | kvm_irqfd.h | 42 wait_queue_entry_t wait; member
|
| A D | sbitmap.h | 97 wait_queue_head_t wait; member 588 struct wait_queue_entry wait; member 594 .wait = { \ 597 .entry = LIST_HEAD_INIT((name).wait.entry), \
|
| A D | hidraw.h | 15 wait_queue_head_t wait; member
|
| A D | sysctl.h | 117 wait_queue_head_t wait; member 127 .wait = __WAIT_QUEUE_HEAD_INITIALIZER(name.wait) }
|
| A D | hiddev.h | 28 wait_queue_head_t wait; member
|
| A D | posix-clock.h | 60 poll_table *wait);
|
| /include/trace/events/ |
| A 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/ |
| A 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);
|
| A D | v4l2-fh.h | 49 wait_queue_head_t wait; member
|
| /include/linux/rpmsg/ |
| A D | mtk_rpmsg.h | 28 void *buf, unsigned int len, unsigned int wait);
|
| /include/uapi/linux/ |
| A D | dlm_plock.h | 34 __u8 wait; member
|
| /include/soc/qcom/ |
| A D | tcs.h | 47 u32 wait; member
|
| /include/linux/remoteproc/ |
| A D | mtk_scp.h | 62 unsigned int wait);
|
| /include/video/ |
| A 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
|
| /include/net/ |
| A D | af_unix.h | 47 #define peer_wait peer_wq.wait
|