Searched refs:wait (Results 1 - 25 of 103) sorted by relevance

12345

/include/linux/
H A Dsmp.h28 int wait);
33 int on_each_cpu(smp_call_func_t func, void *info, int wait);
40 void *info, bool wait);
48 smp_call_func_t func, void *info, bool wait,
95 int smp_call_function(smp_call_func_t func, void *info, int wait);
97 smp_call_func_t func, void *info, bool wait);
100 smp_call_func_t func, void *info, int wait);
135 #define smp_call_function(func, info, wait) \
140 #define smp_call_function_many(mask, func, info, wait) \
146 void *info, int wait)
145 smp_call_function_any(const struct cpumask *mask, smp_call_func_t func, void *info, int wait) argument
[all...]
H A Dhw_random.h39 int (*data_present)(struct hwrng *rng, int wait);
41 int (*read)(struct hwrng *rng, void *data, size_t max, bool wait);
H A Dcompletion.h7 * Atomic wait-for-completion handler data structures.
11 #include <linux/wait.h>
17 * Completions currently use a FIFO to queue threads that have to wait for
27 wait_queue_head_t wait; member in struct:completion
31 { 0, __WAIT_QUEUE_HEAD_INITIALIZER((work).wait) }
76 init_waitqueue_head(&x->wait);
H A Dkmod.h36 int __request_module(bool wait, const char *name, ...);
51 #define UMH_NO_WAIT 0 /* don't wait at all */
52 #define UMH_WAIT_EXEC 1 /* wait for the exec, but not the process */
53 #define UMH_WAIT_PROC 2 /* wait for the process to complete */
54 #define UMH_KILLABLE 4 /* wait for EXEC/PROC killable */
62 int wait; member in struct:subprocess_info
70 call_usermodehelper(char *path, char **argv, char **envp, int wait);
78 call_usermodehelper_exec(struct subprocess_info *info, int wait);
H A Dsudmac.h33 unsigned long wait; /* The configuable range is 0 to 3 */ member in struct:sudmac_channel
H A Deventfd.h12 #include <linux/wait.h>
40 int eventfd_ctx_remove_wait_queue(struct eventfd_ctx *ctx, wait_queue_t *wait,
76 wait_queue_t *wait, __u64 *cnt)
75 eventfd_ctx_remove_wait_queue(struct eventfd_ctx *ctx, wait_queue_t *wait, __u64 *cnt) argument
H A Dlp.h11 #include <linux/wait.h>
23 #define LP_TIME(minor) lp_table[(minor)].time /* wait time */
24 #define LP_WAIT(minor) lp_table[(minor)].wait /* strobe wait */
50 unsigned int wait; member in struct:lp_struct
H A Dwait.h4 * Linux wait queue related types and methods
10 #include <uapi/linux/wait.h>
13 typedef int (*wait_queue_func_t)(wait_queue_t *wait, unsigned mode, int flags, void *key);
14 int default_wake_function(wait_queue_t *wait, unsigned mode, int flags, void *key);
33 wait_queue_t wait; member in struct:wait_bit_queue
107 extern void add_wait_queue(wait_queue_head_t *q, wait_queue_t *wait);
108 extern void add_wait_queue_exclusive(wait_queue_head_t *q, wait_queue_t *wait);
109 extern void remove_wait_queue(wait_queue_head_t *q, wait_queue_t *wait);
120 __add_wait_queue_exclusive(wait_queue_head_t *q, wait_queue_t *wait) argument
122 wait
133 __add_wait_queue_tail_exclusive(wait_queue_head_t *q, wait_queue_t *wait) argument
[all...]
H A Dnbd.h18 #include <linux/wait.h>
H A Dpercpu-rwsem.h7 #include <linux/wait.h>
H A Dmempool.h7 #include <linux/wait.h>
23 wait_queue_head_t wait; member in struct:mempool_s
H A Dpercpu_ida.h9 #include <linux/wait.h>
46 wait_queue_head_t wait; member in struct:percpu_ida::__anon881
H A Dhidraw.h23 wait_queue_head_t wait; member in struct:hidraw
H A Dlibps2.h36 wait_queue_head_t wait; member in struct:ps2dev
H A Dsysctl.h26 #include <linux/wait.h>
89 wait_queue_head_t wait; member in struct:ctl_table_poll
99 .wait = __WAIT_QUEUE_HEAD_INITIALIZER(name.wait) }
H A Dpipe_fs_i.h31 * @wait: reader/writer wait point in case of empty/full pipe
48 wait_queue_head_t wait; member in struct:pipe_inode_info
88 * to a file system, we may need to wait for IO completion in this
129 /* Drop the inode semaphore and wait for a pipe event, atomically */
H A Dseqno-fence.h65 * @cond: fence wait condition
79 * Certain hardware have instructions to insert this type of wait condition
89 * before submitting instructions for the hardware to wait on the fence.
102 BUG_ON(!ops->wait || !ops->enable_signaling ||
H A Duio_driver.h72 wait_queue_head_t wait; member in struct:uio_device
/include/trace/events/
H A Dmodule.h108 TP_PROTO(char *name, bool wait, unsigned long ip),
110 TP_ARGS(name, wait, ip),
114 __field( bool, wait )
120 __entry->wait = wait;
124 TP_printk("%s wait=%d call_site=%pf",
125 __get_str(name), (int)__entry->wait, (void *)__entry->ip)
/include/uapi/linux/
H A Ddlm_plock.h32 __u8 wait; member in struct:dlm_plock_info
/include/media/
H A Dv4l2-fh.h43 wait_queue_head_t wait; member in struct:v4l2_fh
H A Dv4l2-event.h30 #include <linux/wait.h>
/include/drm/ttm/
H A Dttm_lock.h53 #include <linux/wait.h>
/include/linux/mtd/
H A Dqinfo.h5 #include <linux/wait.h>
/include/net/netns/
H A Dxfrm.h5 #include <linux/wait.h>

Completed in 802 milliseconds

12345