Home
last modified time | relevance | path

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

1234

/include/linux/
A Dsmp.h51 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 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);
A Dfs_pin.h5 wait_queue_head_t wait; member
16 init_waitqueue_head(&p->wait); in init_fs_pin()
A 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()
A Dcrypto.h381 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 Dhw_random.h42 int (*data_present)(struct hwrng *rng, int wait);
44 int (*read)(struct hwrng *rng, void *data, size_t max, bool wait);
A 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
A Dlp.h25 #define LP_WAIT(minor) lp_table[(minor)].wait /* strobe wait */
51 unsigned int wait; member
A 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);
A Dkmod.h21 int __request_module(bool wait, const char *name, ...);
A Dkvm_irqfd.h42 wait_queue_entry_t wait; member
A Dsbitmap.h97 wait_queue_head_t wait; member
588 struct wait_queue_entry wait; member
594 .wait = { \
597 .entry = LIST_HEAD_INIT((name).wait.entry), \
A Dhidraw.h15 wait_queue_head_t wait; member
A Dsysctl.h117 wait_queue_head_t wait; member
127 .wait = __WAIT_QUEUE_HEAD_INITIALIZER(name.wait) }
A Dhiddev.h28 wait_queue_head_t wait; member
A Dposix-clock.h60 poll_table *wait);
/include/trace/events/
A 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/
A 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);
A Dv4l2-fh.h49 wait_queue_head_t wait; member
/include/linux/rpmsg/
A Dmtk_rpmsg.h28 void *buf, unsigned int len, unsigned int wait);
/include/uapi/linux/
A Ddlm_plock.h34 __u8 wait; member
/include/soc/qcom/
A Dtcs.h47 u32 wait; member
/include/linux/remoteproc/
A Dmtk_scp.h62 unsigned int wait);
/include/video/
A 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
/include/net/
A Daf_unix.h47 #define peer_wait peer_wq.wait

Completed in 34 milliseconds

1234