/linux-3.3/drivers/net/ethernet/cisco/enic/ |
D | vnic_dev.c | 268 int wait) in _vnic_dev_cmd() 334 u64 *a0, u64 *a1, int wait) in vnic_dev_cmd_proxy() 366 enum vnic_devcmd_cmd cmd, u64 *a0, u64 *a1, int wait) in vnic_dev_cmd_no_proxy() 394 u64 *a0, u64 *a1, int wait) in vnic_dev_cmd() 414 int wait = 1000; in vnic_dev_capable() local 426 int wait = 1000; in vnic_dev_fw_info() local 458 int wait = 1000; in vnic_dev_spec() local 480 int wait = 1000; in vnic_dev_stats_dump() local 499 int wait = 1000; in vnic_dev_close() local 506 int wait = 1000; in vnic_dev_enable_wait() local [all …]
|
D | enic_res.c | 124 int wait = 1000; in enic_add_vlan() local 137 int wait = 1000; in enic_del_vlan() local 153 int wait = 1000; in enic_set_nic_cfg() local 168 int wait = 1000; in enic_set_rss_key() local 176 int wait = 1000; in enic_set_rss_cpu() local
|
/linux-3.3/kernel/ |
D | wait.c | 22 void add_wait_queue(wait_queue_head_t *q, wait_queue_t *wait) in add_wait_queue() 33 void add_wait_queue_exclusive(wait_queue_head_t *q, wait_queue_t *wait) in add_wait_queue_exclusive() 44 void remove_wait_queue(wait_queue_head_t *q, wait_queue_t *wait) in remove_wait_queue() 68 prepare_to_wait(wait_queue_head_t *q, wait_queue_t *wait, int state) in prepare_to_wait() 82 prepare_to_wait_exclusive(wait_queue_head_t *q, wait_queue_t *wait, int state) in prepare_to_wait_exclusive() 104 void finish_wait(wait_queue_head_t *q, wait_queue_t *wait) in finish_wait() 148 void abort_exclusive_wait(wait_queue_head_t *q, wait_queue_t *wait, in abort_exclusive_wait() 163 int autoremove_wake_function(wait_queue_t *wait, unsigned mode, int sync, void *key) in autoremove_wake_function() 173 int wake_bit_function(wait_queue_t *wait, unsigned mode, int sync, void *arg) in wake_bit_function()
|
D | smp.c | 137 void generic_exec_single(int cpu, struct call_single_data *data, int wait) in generic_exec_single() 298 int wait) in smp_call_function_single() 366 smp_call_func_t func, void *info, int wait) in smp_call_function_any() 405 int wait) in __smp_call_function_single() 446 smp_call_func_t func, void *info, bool wait) in smp_call_function_many() 573 int smp_call_function(smp_call_func_t func, void *info, int wait) in smp_call_function() 690 int on_each_cpu(void (*func) (void *info), void *info, int wait) in on_each_cpu()
|
D | kmod.c | 78 int __request_module(bool wait, const char *fmt, ...) in __request_module() 247 enum umh_wait wait = sub_info->wait; in __call_usermodehelper() local 439 enum umh_wait wait) in call_usermodehelper_exec()
|
D | up.c | 11 int wait) in smp_call_function_single()
|
/linux-3.3/drivers/scsi/fnic/ |
D | vnic_dev.c | 233 u64 *a0, u64 *a1, int wait) in vnic_dev_cmd() 297 int wait = 1000; in vnic_dev_fw_info() local 322 int wait = 1000; in vnic_dev_spec() local 354 int wait = 1000; in vnic_dev_stats_clear() local 361 int wait = 1000; in vnic_dev_stats_dump() local 380 int wait = 1000; in vnic_dev_close() local 387 int wait = 1000; in vnic_dev_enable() local 394 int wait = 1000; in vnic_dev_disable() local 401 int wait = 1000; in vnic_dev_open() local 408 int wait = 1000; in vnic_dev_open_done() local [all …]
|
/linux-3.3/include/linux/ |
D | smp.h | 126 #define smp_call_function(func, info, wait) \ argument 128 #define on_each_cpu(func,info,wait) \ argument 138 #define smp_call_function_many(mask, func, info, wait) \ argument 144 void *info, int wait) in smp_call_function_any()
|
D | kmod.h | 63 enum umh_wait wait; member 89 enum umh_wait wait, in call_usermodehelper_fns() 107 call_usermodehelper(char *path, char **argv, char **envp, enum umh_wait wait) in call_usermodehelper()
|
/linux-3.3/fs/ceph/ |
D | locks.c | 14 int cmd, u8 wait, struct file_lock *fl) in ceph_lock_message() 87 u8 wait = 0; in ceph_lock() local 134 u8 wait = 1; in ceph_flock() local
|
/linux-3.3/drivers/message/i2o/ |
D | exec-osm.c | 82 struct i2o_exec_wait *wait; in i2o_exec_wait_alloc() local 98 static void i2o_exec_wait_free(struct i2o_exec_wait *wait) in i2o_exec_wait_free() 126 struct i2o_exec_wait *wait; in i2o_msg_post_wait_mem() local 219 struct i2o_exec_wait *wait, *tmp; in i2o_msg_post_wait_complete() local
|
/linux-3.3/arch/x86/kernel/ |
D | smp.c | 165 static void native_nmi_stop_other_cpus(int wait) in native_nmi_stop_other_cpus() 218 static void native_irq_stop_other_cpus(int wait) in native_irq_stop_other_cpus()
|
/linux-3.3/arch/blackfin/mach-common/ |
D | smp.c | 67 int wait; member 134 int wait; in ipi_call_function() local 227 void (*func) (void *info), void *info, int wait) in smp_send_message() 272 int smp_call_function(void (*func)(void *info), void *info, int wait) in smp_call_function() 289 int wait) in smp_call_function_single()
|
/linux-3.3/sound/core/seq/ |
D | seq_fifo.c | 178 wait_queue_t wait; in snd_seq_fifo_cell_out() local 227 poll_table *wait) in snd_seq_fifo_poll_wait()
|
/linux-3.3/arch/cris/arch-v32/kernel/ |
D | smp.c | 48 int wait; member 275 int send_ipi(int vector, int wait, cpumask_t cpu_mask) in send_ipi() 317 int smp_call_function(void (*func)(void *info), void *info, int wait) in smp_call_function()
|
/linux-3.3/arch/m68k/include/asm/ |
D | atari_joystick.h | 19 wait_queue_head_t wait; member
|
D | mac_mouse.h | 19 wait_queue_head_t wait; member
|
/linux-3.3/firmware/av7110/ |
D | Boot.S | 72 wait: ldrh r1, [r4] // wait for flag!=0 label
|
/linux-3.3/drivers/video/ |
D | vt8500lcdfb.h | 22 wait_queue_head_t wait; member
|
/linux-3.3/fs/ |
D | internal.h | 33 static inline int __sync_blockdev(struct block_device *bdev, int wait) in __sync_blockdev()
|
/linux-3.3/fs/jffs2/ |
D | background.c | 60 int wait = 0; in jffs2_stop_garbage_collect_thread() local
|
/linux-3.3/drivers/net/ethernet/chelsio/cxgb3/ |
D | ael1002.c | 153 static int ael1002_reset(struct cphy *phy, int wait) in ael1002_reset() 222 static int ael1006_reset(struct cphy *phy, int wait) in ael1006_reset() 394 static int ael2005_reset(struct cphy *phy, int wait) in ael2005_reset() 722 static int ael2020_reset(struct cphy *phy, int wait) in ael2020_reset() 890 static int xaui_direct_reset(struct cphy *phy, int wait) in xaui_direct_reset()
|
/linux-3.3/drivers/staging/line6/ |
D | dumprequest.h | 44 wait_queue_head_t wait; member
|
/linux-3.3/drivers/misc/ibmasm/ |
D | ibmasm.h | 92 wait_queue_head_t wait; member 134 wait_queue_head_t wait; member 141 wait_queue_head_t wait; member
|
/linux-3.3/fs/proc/ |
D | kmsg.c | 42 static unsigned int kmsg_poll(struct file *file, poll_table *wait) in kmsg_poll()
|