/include/linux/ |
D | smp.h | 28 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
|
D | kmod.h | 63 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()
|
D | wait.h | 29 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 …]
|
D | completion.h | 27 wait_queue_head_t wait; member 31 { 0, __WAIT_QUEUE_HEAD_INITIALIZER((work).wait) } 76 init_waitqueue_head(&x->wait); in init_completion()
|
D | hw_random.h | 35 int (*data_present)(struct hwrng *rng, int wait);
|
D | lp.h | 113 #define LP_WAIT(minor) lp_table[(minor)].wait /* strobe wait */ 139 unsigned int wait; member
|
D | aio.h | 189 wait_queue_head_t wait; member 226 #define io_wait_to_kiocb(wait) container_of(wait, struct kiocb, ki_wait) argument
|
D | libps2.h | 36 wait_queue_head_t wait; member
|
D | dlm_plock.h | 30 __u8 wait; member
|
D | writeback.h | 81 void sync_inodes_sb(struct super_block *, int wait); 82 void sync_inodes(int wait);
|
D | pipe_fs_i.h | 46 wait_queue_head_t wait; member
|
D | hidraw.h | 52 wait_queue_head_t wait; member
|
D | init_task.h | 24 .wait = __WAIT_QUEUE_HEAD_INITIALIZER(name.wait), \
|
D | mempool.h | 23 wait_queue_head_t wait; member
|
D | net.h | 136 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)) \
|
D | poll.h | 50 wait_queue_t wait; member
|
/include/sound/ |
D | hwdep.h | 36 unsigned int (*poll) (struct snd_hwdep *hw, struct file * file, poll_table * wait);
|
/include/media/ |
D | videobuf-core.h | 160 wait_queue_head_t wait; /* wait if queue is empty */ member 235 poll_table *wait);
|
/include/net/iucv/ |
D | af_iucv.h | 85 poll_table *wait);
|
/include/linux/mtd/ |
D | onenand.h | 110 int (*wait)(struct mtd_info *mtd, int state); member
|
/include/linux/usb/ |
D | usbnet.h | 33 wait_queue_head_t *wait; member
|
/include/drm/ |
D | via_drm.h | 213 int wait; member
|
D | radeon_drm.h | 204 } wait; member 268 } wait; member
|
/include/net/bluetooth/ |
D | bluetooth.h | 135 uint bt_sock_poll(struct file * file, struct socket *sock, poll_table *wait);
|
/include/net/ |
D | udp.h | 143 poll_table *wait);
|