/linux/drivers/net/ethernet/cisco/enic/ |
H A D | vnic_dev.c | 213 int wait) in _vnic_dev_cmd() 281 int wait) in _vnic_dev_cmd2() 440 u64 *a0, u64 *a1, int wait) in vnic_dev_cmd_proxy() 473 enum vnic_devcmd_cmd cmd, u64 *a0, u64 *a1, int wait) in vnic_dev_cmd_no_proxy() 501 u64 *a0, u64 *a1, int wait) in vnic_dev_cmd() 521 int wait = 1000; in vnic_dev_capable() local 533 int wait = 1000; in vnic_dev_fw_info() local 564 int wait = 1000; in vnic_dev_spec() local 586 int wait = 1000; in vnic_dev_stats_dump() local 606 int wait = 1000; in vnic_dev_close() local [all …]
|
H A D | enic_res.c | 119 int wait = 1000; in enic_add_vlan() local 132 int wait = 1000; in enic_del_vlan() local 149 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 420 int wait = 1000; in enic_ext_cq() local
|
/linux/drivers/infiniband/hw/hfi1/ |
H A D | iowait.c | 12 void iowait_set_flag(struct iowait *wait, u32 flag) in iowait_set_flag() 18 bool iowait_flag_set(struct iowait *wait, u32 flag) in iowait_flag_set() 23 inline void iowait_clear_flag(struct iowait *wait, u32 flag) in iowait_clear_flag() 41 void iowait_init(struct iowait *wait, u32 tx_limit, in iowait_init() 45 struct iowait_work *wait, in iowait_init() 49 void (*wakeup)(struct iowait *wait, int reason), in iowait_init() 50 void (*sdma_drained)(struct iowait *wait), in iowait_init() 51 void (*init_priority)(struct iowait *wait)) in iowait_init()
|
/linux/drivers/scsi/fnic/ |
H A D | vnic_dev.c | 249 static int vnic_dev_cmd1(struct vnic_dev *vdev, enum vnic_devcmd_cmd cmd, int wait) in vnic_dev_cmd1() 312 int wait) in vnic_dev_cmd2() 501 enum vnic_devcmd_cmd cmd, u64 *a0, u64 *a1, int wait) in vnic_dev_cmd_no_proxy() 518 u64 *a0, u64 *a1, int wait) in vnic_dev_cmd() 534 int wait = 1000; in vnic_dev_fw_info() local 559 int wait = 1000; in vnic_dev_spec() local 591 int wait = 1000; in vnic_dev_stats_clear() local 598 int wait = 1000; in vnic_dev_stats_dump() local 617 int wait = 1000; in vnic_dev_close() local 624 int wait = 1000; in vnic_dev_enable() local [all …]
|
/linux/kernel/sched/ |
H A D | swait.c | 84 void __prepare_to_swait(struct swait_queue_head *q, struct swait_queue *wait) in __prepare_to_swait() 91 void prepare_to_swait_exclusive(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait_exclusive() 102 long prepare_to_swait_event(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait_event() 125 void __finish_swait(struct swait_queue_head *q, struct swait_queue *wait) in __finish_swait() 132 void finish_swait(struct swait_queue_head *q, struct swait_queue *wait) in finish_swait()
|
/linux/drivers/scsi/snic/ |
H A D | vnic_dev.c | 248 int wait) in _svnic_dev_cmd2() 434 u64 *a0, u64 *a1, int wait) in svnic_dev_cmd() 454 int wait = VNIC_DVCMD_TMO; in svnic_dev_fw_info() local 479 int wait = VNIC_DVCMD_TMO; in svnic_dev_spec() local 511 int wait = VNIC_DVCMD_TMO; in svnic_dev_stats_clear() local 519 int wait = VNIC_DVCMD_TMO; in svnic_dev_stats_dump() local 538 int wait = VNIC_DVCMD_TMO; in svnic_dev_close() local 546 int wait = VNIC_DVCMD_TMO; in svnic_dev_enable_wait() local 559 int wait = VNIC_DVCMD_TMO; in svnic_dev_disable() local 567 int wait = VNIC_DVCMD_TMO; in svnic_dev_open() local [all …]
|
/linux/include/linux/ |
H A D | smp.h | 69 static inline void on_each_cpu(smp_call_func_t func, void *info, int wait) in on_each_cpu() 91 smp_call_func_t func, void *info, bool wait) in on_each_cpu_mask() 103 smp_call_func_t func, void *info, bool wait) in on_each_cpu_cond() 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()
|
/linux/drivers/gpu/drm/omapdrm/ |
H A D | omap_irq.c | 22 struct omap_irq_wait *wait; in omap_irq_update() local 35 static void omap_irq_wait_handler(struct omap_irq_wait *wait) in omap_irq_wait_handler() 45 struct omap_irq_wait *wait = kzalloc(sizeof(*wait), GFP_KERNEL); in omap_irq_wait_init() local 60 int omap_irq_wait(struct drm_device *dev, struct omap_irq_wait *wait, in omap_irq_wait() 209 struct omap_irq_wait *wait, *n; in omap_irq_handler() local
|
/linux/drivers/gpu/drm/nouveau/nvif/ |
H A D | timer.c | 26 nvif_timer_wait_test(struct nvif_timer_wait *wait) in nvif_timer_wait_test() 51 struct nvif_timer_wait *wait) in nvif_timer_wait_init()
|
/linux/fs/bcachefs/ |
H A D | clock.c | 62 struct io_clock_wait *wait = container_of(timer, in io_clock_wait_fn() local 71 struct io_clock_wait wait = { in bch2_io_clock_schedule_timeout() local 87 struct io_clock_wait wait = { in bch2_kthread_io_clock_wait_once() local
|
H A D | six.h | 232 struct six_lock_waiter *wait, in six_lock_waiter() 253 struct six_lock_waiter wait; in six_lock_ip() local 271 struct six_lock_waiter wait; in six_lock_type() local
|
H A D | six.c | 348 struct six_lock_waiter *wait, in six_optimistic_spin() 398 struct six_lock_waiter *wait, in six_optimistic_spin() 408 struct six_lock_waiter *wait, in six_lock_slowpath() 541 struct six_lock_waiter *wait, in six_lock_ip_waiter()
|
/linux/kernel/ |
H A D | up.c | 13 int wait) in smp_call_function_single() 44 void *info, bool wait, const struct cpumask *mask) in on_each_cpu_cond_mask()
|
/linux/drivers/md/bcache/ |
H A D | alloc.c | 389 long bch_bucket_alloc(struct cache *ca, unsigned int reserve, bool wait) in bch_bucket_alloc() 486 struct bkey *k, bool wait) in __bch_bucket_alloc_set() 514 struct bkey *k, bool wait) in bch_bucket_alloc_set() 604 bool wait) in bch_alloc_sectors()
|
/linux/drivers/net/ethernet/apm/xgene-v2/ |
H A D | mdio.c | 16 u8 wait = 10; in xge_mdio_write() local 40 u8 wait = 10; in xge_mdio_read() local
|
/linux/fs/ceph/ |
H A D | locks.c | 77 int cmd, u8 wait, struct file_lock *fl) in ceph_lock_message() 254 u8 wait = 0; in ceph_lock() local 320 u8 wait = 0; in ceph_flock() local
|
/linux/drivers/crypto/caam/ |
H A D | caamrng.c | 147 static int caam_read(struct hwrng *rng, void *dst, size_t max, bool wait) in caam_read() 176 static inline void test_len(struct hwrng *rng, size_t len, bool wait) in test_len() 205 static inline void test_mode_once(struct hwrng *rng, bool wait) in test_mode_once()
|
/linux/drivers/gpu/drm/msm/disp/ |
H A D | mdp_kms.c | 81 struct mdp_irq_wait *wait = in wait_irq() local 89 struct mdp_irq_wait wait = { in mdp_irq_wait() local
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/timer/ |
H A D | base.c | 27 nvkm_timer_wait_test(struct nvkm_timer_wait *wait) in nvkm_timer_wait_test() 55 struct nvkm_timer_wait *wait) in nvkm_timer_wait_init()
|
/linux/sound/core/seq/ |
H A D | seq_fifo.c | 165 wait_queue_entry_t wait; in snd_seq_fifo_cell_out() local 213 poll_table *wait) in snd_seq_fifo_poll_wait()
|
/linux/drivers/net/wwan/iosm/ |
H A D | iosm_ipc_task_queue.c | 81 size_t size, bool is_copy, bool wait) in ipc_task_queue_add_task() 143 int arg, void *msg, size_t size, bool wait) in ipc_task_queue_send_task()
|
/linux/drivers/char/hw_random/ |
H A D | meson-rng.c | 35 static int meson_rng_read(struct hwrng *rng, void *buf, size_t max, bool wait) in meson_rng_read() 59 static int meson_s4_rng_read(struct hwrng *rng, void *buf, size_t max, bool wait) in meson_s4_rng_read()
|
/linux/drivers/net/ethernet/rocker/ |
H A D | rocker_main.c | 48 wait_queue_head_t wait; member 53 static void rocker_wait_reset(struct rocker_wait *wait) in rocker_wait_reset() 59 static void rocker_wait_init(struct rocker_wait *wait) in rocker_wait_init() 67 struct rocker_wait *wait; in rocker_wait_create() local 75 static void rocker_wait_destroy(struct rocker_wait *wait) in rocker_wait_destroy() 80 static bool rocker_wait_event_timeout(struct rocker_wait *wait, in rocker_wait_event_timeout() 89 static void rocker_wait_wake_up(struct rocker_wait *wait) in rocker_wait_wake_up() 156 struct rocker_wait *wait, u32 test_type, in rocker_dma_test_one() 185 struct rocker_wait *wait, int offset) in rocker_dma_test_offset() 245 struct rocker_wait *wait) in rocker_dma_test() [all …]
|
/linux/net/vmw_vsock/ |
H A D | vmci_transport.c | 118 struct vmci_transport_waiting_info *wait, in vmci_transport_packet_init() 191 struct vmci_transport_waiting_info *wait, in __vmci_transport_send_control_pkt() 212 struct vmci_transport_waiting_info *wait, in vmci_transport_reply_control_pkt_fast() 236 struct vmci_transport_waiting_info *wait, in vmci_transport_send_control_pkt_bh() 258 struct vmci_transport_waiting_info *wait, in vmci_transport_alloc_send_control_pkt() 282 struct vmci_transport_waiting_info *wait, in vmci_transport_send_control_pkt() 433 struct vmci_transport_waiting_info *wait) in vmci_transport_send_waiting_write() 442 struct vmci_transport_waiting_info *wait) in vmci_transport_send_waiting_read()
|
/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A 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() 885 static int xaui_direct_reset(struct cphy *phy, int wait) in xaui_direct_reset()
|