Home
last modified time | relevance | path

Searched refs:wait (Results 1 – 25 of 84) sorted by relevance

1234

/include/linux/
Dsmp.h51 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 …]
Dumh.h26 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);
Dfs_pin.h5 wait_queue_head_t wait; member
16 init_waitqueue_head(&p->wait); in init_fs_pin()
Dcompletion.h28 struct swait_queue_head wait; member
36 { 0, __SWAIT_QUEUE_HEAD_INITIALIZER((work).wait) }
87 init_swait_queue_head(&x->wait); in init_completion()
Dhw_random.h42 int (*data_present)(struct hwrng *rng, int wait);
44 int (*read)(struct hwrng *rng, void *data, size_t max, bool wait);
Dcrypto.h392 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()
Deventfd.h39 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
Dlp.h25 #define LP_WAIT(minor) lp_table[(minor)].wait /* strobe wait */
51 unsigned int wait; member
Dswait.h151 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);
Dkmod.h24 int __request_module(bool wait, const char *name, ...);
Dkvm_irqfd.h42 wait_queue_entry_t wait; member
Dhidraw.h15 wait_queue_head_t wait; member
Dsbitmap.h97 wait_queue_head_t wait; member
605 struct wait_queue_entry wait; member
611 .wait = { \
614 .entry = LIST_HEAD_INIT((name).wait.entry), \
Dhiddev.h28 wait_queue_head_t wait; member
Dsysctl.h119 wait_queue_head_t wait; member
129 .wait = __WAIT_QUEUE_HEAD_INITIALIZER(name.wait) }
Dposix-clock.h60 poll_table *wait);
Dlibps2.h51 wait_queue_head_t wait; member
/include/trace/events/
Dmodule.h109 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/
Ddvb_vb2.h127 #define dvb_vb2_fill_buffer(ctx, file, wait, flags) (0) argument
131 poll_table *wait) in dvb_vb2_poll() argument
187 poll_table *wait);
Dv4l2-fh.h49 wait_queue_head_t wait; member
/include/uapi/linux/
Ddlm_plock.h34 __u8 wait; member
/include/linux/rpmsg/
Dmtk_rpmsg.h28 void *buf, unsigned int len, unsigned int wait);
/include/soc/qcom/
Dtcs.h44 u32 wait; member
/include/linux/remoteproc/
Dmtk_scp.h62 unsigned int wait);
/include/video/
Dsticore.h102 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

1234