Home
last modified time | relevance | path

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

12

/include/linux/
Dsmp.h28 int wait);
72 int smp_call_function(void(*func)(void *info), void *info, int wait);
74 void (*func)(void *info), void *info, bool wait);
79 int wait) in smp_call_function_mask() argument
81 smp_call_function_many(&mask, func, info, wait); in smp_call_function_mask()
102 int on_each_cpu(void (*func) (void *info), void *info, int wait);
132 #define smp_call_function(func, info, wait) \ argument
134 #define on_each_cpu(func,info,wait) \ argument
144 #define smp_call_function_mask(mask, func, info, wait) \ argument
146 #define smp_call_function_many(mask, func, info, wait) \ argument
Dkmod.h63 int call_usermodehelper_exec(struct subprocess_info *info, enum umh_wait wait);
70 call_usermodehelper(char *path, char **argv, char **envp, enum umh_wait wait) in call_usermodehelper() argument
73 gfp_t gfp_mask = (wait == UMH_NO_WAIT) ? GFP_ATOMIC : GFP_KERNEL; in call_usermodehelper()
78 return call_usermodehelper_exec(info, wait); in call_usermodehelper()
83 struct key *session_keyring, enum umh_wait wait) in call_usermodehelper_keys() argument
86 gfp_t gfp_mask = (wait == UMH_NO_WAIT) ? GFP_ATOMIC : GFP_KERNEL; in call_usermodehelper_keys()
93 return call_usermodehelper_exec(info, wait); in call_usermodehelper_keys()
Dwait.h29 typedef int (*wait_queue_func_t)(wait_queue_t *wait, unsigned mode, int sync, void *key);
30 int default_wake_function(wait_queue_t *wait, unsigned mode, int sync, void *key);
47 wait_queue_t wait; member
111 extern void add_wait_queue(wait_queue_head_t *q, wait_queue_t *wait);
112 extern void add_wait_queue_exclusive(wait_queue_head_t *q, wait_queue_t *wait);
113 extern void remove_wait_queue(wait_queue_head_t *q, wait_queue_t *wait);
406 wait_queue_t * wait) in add_wait_queue_exclusive_locked() argument
408 wait->flags |= WQ_FLAG_EXCLUSIVE; in add_wait_queue_exclusive_locked()
409 __add_wait_queue_tail(q, wait); in add_wait_queue_exclusive_locked()
416 wait_queue_t * wait) in remove_wait_queue_locked() argument
[all …]
Dcompletion.h27 wait_queue_head_t wait; member
31 { 0, __WAIT_QUEUE_HEAD_INITIALIZER((work).wait) }
76 init_waitqueue_head(&x->wait); in init_completion()
Dhw_random.h35 int (*data_present)(struct hwrng *rng, int wait);
Dlp.h113 #define LP_WAIT(minor) lp_table[(minor)].wait /* strobe wait */
139 unsigned int wait; member
Daio.h189 wait_queue_head_t wait; member
226 #define io_wait_to_kiocb(wait) container_of(wait, struct kiocb, ki_wait) argument
Dlibps2.h36 wait_queue_head_t wait; member
Ddlm_plock.h30 __u8 wait; member
Dwriteback.h81 void sync_inodes_sb(struct super_block *, int wait);
82 void sync_inodes(int wait);
Dpipe_fs_i.h46 wait_queue_head_t wait; member
Dhidraw.h52 wait_queue_head_t wait; member
Dinit_task.h24 .wait = __WAIT_QUEUE_HEAD_INITIALIZER(name.wait), \
Dmempool.h23 wait_queue_head_t wait; member
Dnet.h136 wait_queue_head_t wait; member
164 struct poll_table_struct *wait);
298 SOCKCALL_UWRAP(name, poll, (struct file *file, struct socket *sock, struct poll_table_struct *wait)…
299 (file, sock, wait)) \
Dpoll.h50 wait_queue_t wait; member
/include/sound/
Dhwdep.h36 unsigned int (*poll) (struct snd_hwdep *hw, struct file * file, poll_table * wait);
/include/media/
Dvideobuf-core.h160 wait_queue_head_t wait; /* wait if queue is empty */ member
235 poll_table *wait);
/include/net/iucv/
Daf_iucv.h85 poll_table *wait);
/include/linux/mtd/
Donenand.h110 int (*wait)(struct mtd_info *mtd, int state); member
/include/linux/usb/
Dusbnet.h33 wait_queue_head_t *wait; member
/include/drm/
Dvia_drm.h213 int wait; member
Dradeon_drm.h204 } wait; member
268 } wait; member
/include/net/bluetooth/
Dbluetooth.h135 uint bt_sock_poll(struct file * file, struct socket *sock, poll_table *wait);
/include/net/
Dudp.h143 poll_table *wait);

12