| /Linux-v5.4/drivers/infiniband/hw/hfi1/ | 
| 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()
 
 | 
| D | iowait.h | 162 	struct iowait_work wait[IOWAIT_SES];  member189 static inline bool iowait_schedule(struct iowait *wait,  in iowait_schedule()
 201 static inline bool iowait_tid_schedule(struct iowait *wait,  in iowait_tid_schedule()
 215 static inline void iowait_sdma_drain(struct iowait *wait)  in iowait_sdma_drain()
 226 static inline int iowait_sdma_pending(struct iowait *wait)  in iowait_sdma_pending()
 235 static inline void iowait_sdma_inc(struct iowait *wait)  in iowait_sdma_inc()
 244 static inline void iowait_sdma_add(struct iowait *wait, int count)  in iowait_sdma_add()
 253 static inline int iowait_sdma_dec(struct iowait *wait)  in iowait_sdma_dec()
 268 static inline void iowait_pio_drain(struct iowait *wait)  in iowait_pio_drain()
 281 static inline int iowait_pio_pending(struct iowait *wait)  in iowait_pio_pending()
 [all …]
 
 | 
| /Linux-v5.4/drivers/net/ethernet/cisco/enic/ | 
| D | vnic_dev.c | 230 	int wait)  in _vnic_dev_cmd()298 			  int wait)  in _vnic_dev_cmd2()
 457 	u64 *a0, u64 *a1, int wait)  in vnic_dev_cmd_proxy()
 490 	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()
 538 	int wait = 1000;  in vnic_dev_capable()  local
 550 	int wait = 1000;  in vnic_dev_fw_info()  local
 581 	int wait = 1000;  in vnic_dev_spec()  local
 603 	int wait = 1000;  in vnic_dev_stats_dump()  local
 622 	int wait = 1000;  in vnic_dev_close()  local
 [all …]
 
 | 
| D | enic_res.c | 125 	int wait = 1000;  in enic_add_vlan()  local138 	int wait = 1000;  in enic_del_vlan()  local
 155 	int wait = 1000;  in enic_set_nic_cfg()  local
 174 	int wait = 1000;  in enic_set_rss_key()  local
 182 	int wait = 1000;  in enic_set_rss_cpu()  local
 
 | 
| /Linux-v5.4/drivers/scsi/fnic/ | 
| D | vnic_dev.c | 257 int vnic_dev_cmd1(struct vnic_dev *vdev, enum vnic_devcmd_cmd cmd, int wait)  in vnic_dev_cmd1()320 		int wait)  in vnic_dev_cmd2()
 507 	enum vnic_devcmd_cmd cmd, u64 *a0, u64 *a1, int wait)  in vnic_dev_cmd_no_proxy()
 524 	u64 *a0, u64 *a1, int wait)  in vnic_dev_cmd()
 540 	int wait = 1000;  in vnic_dev_fw_info()  local
 565 	int wait = 1000;  in vnic_dev_spec()  local
 597 	int wait = 1000;  in vnic_dev_stats_clear()  local
 604 	int wait = 1000;  in vnic_dev_stats_dump()  local
 623 	int wait = 1000;  in vnic_dev_close()  local
 630 	int wait = 1000;  in vnic_dev_enable()  local
 [all …]
 
 | 
| /Linux-v5.4/kernel/sched/ | 
| D | swait.c | 72 static void __prepare_to_swait(struct swait_queue_head *q, struct swait_queue *wait)  in __prepare_to_swait()79 void prepare_to_swait_exclusive(struct swait_queue_head *q, struct swait_queue *wait, int state)  in prepare_to_swait_exclusive()
 90 long prepare_to_swait_event(struct swait_queue_head *q, struct swait_queue *wait, int state)  in prepare_to_swait_event()
 113 void __finish_swait(struct swait_queue_head *q, struct swait_queue *wait)  in __finish_swait()
 120 void finish_swait(struct swait_queue_head *q, struct swait_queue *wait)  in finish_swait()
 
 | 
| /Linux-v5.4/kernel/ | 
| D | up.c | 13 				int wait)  in smp_call_function_single()38 void on_each_cpu(smp_call_func_t func, void *info, int wait)  in on_each_cpu()
 55 		      smp_call_func_t func, void *info, bool wait)  in on_each_cpu_mask()
 72 			   smp_call_func_t func, void *info, bool wait,  in on_each_cpu_cond_mask()
 88 		      smp_call_func_t func, void *info, bool wait,  in on_each_cpu_cond()
 
 | 
| D | smp.c | 270 			     int wait)  in smp_call_function_single()370 			  smp_call_func_t func, void *info, int wait)  in smp_call_function_any()
 413 			    smp_call_func_t func, void *info, bool wait)  in smp_call_function_many()
 506 void smp_call_function(smp_call_func_t func, void *info, int wait)  in smp_call_function()
 611 void on_each_cpu(void (*func) (void *info), void *info, int wait)  in on_each_cpu()
 641 			void *info, bool wait)  in on_each_cpu_mask()
 684 			smp_call_func_t func, void *info, bool wait,  in on_each_cpu_cond_mask()
 718 			smp_call_func_t func, void *info, bool wait,  in on_each_cpu_cond()
 
 | 
| D | kmod.c | 70 static int call_modprobe(char *module_name, int wait)  in call_modprobe()125 int __request_module(bool wait, const char *fmt, ...)  in __request_module()
 
 | 
| /Linux-v5.4/drivers/scsi/snic/ | 
| D | vnic_dev.c | 262 	int wait)  in _svnic_dev_cmd2()448 	u64 *a0, u64 *a1, int wait)  in svnic_dev_cmd()
 468 	int wait = VNIC_DVCMD_TMO;  in svnic_dev_fw_info()  local
 493 	int wait = VNIC_DVCMD_TMO;  in svnic_dev_spec()  local
 525 	int wait = VNIC_DVCMD_TMO;  in svnic_dev_stats_clear()  local
 533 	int wait = VNIC_DVCMD_TMO;  in svnic_dev_stats_dump()  local
 552 	int wait = VNIC_DVCMD_TMO;  in svnic_dev_close()  local
 560 	int wait = VNIC_DVCMD_TMO;  in svnic_dev_enable_wait()  local
 573 	int wait = VNIC_DVCMD_TMO;  in svnic_dev_disable()  local
 581 	int wait = VNIC_DVCMD_TMO;  in svnic_dev_open()  local
 [all …]
 
 | 
| /Linux-v5.4/drivers/gpu/drm/omapdrm/ | 
| D | omap_irq.c | 22 	struct omap_irq_wait *wait;  in omap_irq_update()  local35 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()
 211 	struct omap_irq_wait *wait, *n;  in omap_irq_handler()  local
 
 | 
| /Linux-v5.4/drivers/net/phy/ | 
| D | mdio-xgene.c | 29 	u8 wait = 10;  in xgene_mdio_rd_mac()  local56 	u8 wait = 10;  in xgene_mdio_wr_mac()  local
 84 	u8 wait = 10;  in xgene_mdio_rgmii_read()  local
 110 	u8 wait = 10;  in xgene_mdio_rgmii_write()  local
 144 	u8 wait = 10;  in xgene_enet_ecc_init()  local
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | smp.h | 150 #define smp_call_function(func, info, wait) \  argument155 #define smp_call_function_many(mask, func, info, wait) \  argument
 161 		      void *info, int wait)  in smp_call_function_any()
 
 | 
| /Linux-v5.4/drivers/net/ethernet/apm/xgene-v2/ | 
| D | mdio.c | 16 	u8 wait = 10;  in xge_mdio_write()  local40 	u8 wait = 10;  in xge_mdio_read()  local
 
 | 
| /Linux-v5.4/arch/x86/kernel/cpu/ | 
| D | aperfmperf.c | 67 static bool aperfmperf_snapshot_cpu(int cpu, ktime_t now, bool wait)  in aperfmperf_snapshot_cpu()99 	bool wait = false;  in arch_freq_prepare_all()  local
 
 | 
| /Linux-v5.4/drivers/md/bcache/ | 
| D | alloc.c | 390 long bch_bucket_alloc(struct cache *ca, unsigned int reserve, bool wait)  in bch_bucket_alloc()488 			   struct bkey *k, int n, bool wait)  in __bch_bucket_alloc_set()
 525 			 struct bkey *k, int n, bool wait)  in bch_bucket_alloc_set()
 615 		       bool wait)  in bch_alloc_sectors()
 
 | 
| /Linux-v5.4/fs/ceph/ | 
| D | locks.c | 64 			     int cmd, u8 wait, struct file_lock *fl)  in ceph_lock_message()223 	u8 wait = 0;  in ceph_lock()  local
 282 	u8 wait = 0;  in ceph_flock()  local
 
 | 
| /Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/timer/ | 
| 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-v5.4/drivers/gpu/drm/msm/disp/ | 
| D | mdp_kms.c | 81 	struct mdp_irq_wait *wait =  in wait_irq()  local89 	struct mdp_irq_wait wait = {  in mdp_irq_wait()  local
 
 | 
| /Linux-v5.4/sound/core/seq/ | 
| D | seq_fifo.c | 166 	wait_queue_entry_t wait;  in snd_seq_fifo_cell_out()  local217 			   poll_table *wait)  in snd_seq_fifo_poll_wait()
 
 | 
| /Linux-v5.4/drivers/infiniband/hw/i40iw/ | 
| D | i40iw_hw.c | 592 					  bool wait)  in i40iw_manage_qhash()672 					   bool wait)  in i40iw_hw_flush_wqes()
 729 		  bool wait)  in i40iw_gen_ae()
 760 						  bool wait)  in i40iw_hw_manage_vf_pble_bp()
 
 | 
| /Linux-v5.4/drivers/md/ | 
| D | dm-verity-target.c | 98 				struct crypto_wait *wait)  in verity_hash_update()128 				struct crypto_wait *wait)  in verity_hash_init()
 152 			     u8 *digest, struct crypto_wait *wait)  in verity_hash_final()
 175 	struct crypto_wait wait;  in verity_hash()  local
 368 			       struct bvec_iter *iter, struct crypto_wait *wait)  in verity_for_io_block()
 473 	struct crypto_wait wait;  in verity_verify_io()  local
 
 | 
| /Linux-v5.4/crypto/ | 
| D | tcrypt.c | 141 	struct crypto_wait *wait = req->base.data;  in do_one_aead_op()  local150 	struct crypto_wait wait;  member
 538 	struct crypto_wait wait;  in test_aead_speed()  local
 708 	struct crypto_wait *wait = req->base.data;  in do_one_ahash_op()  local
 717 	struct crypto_wait wait;  member
 1058 	struct crypto_wait wait;  in test_ahash_speed_common()  local
 1150 	struct crypto_wait wait;  member
 1412 	struct crypto_wait *wait = req->base.data;  in do_one_acipher_op()  local
 1494 	struct crypto_wait wait;  in test_skcipher_speed()  local
 
 | 
| /Linux-v5.4/fs/f2fs/ | 
| D | gc.h | 69 							unsigned int *wait)  in increase_sleep_time()84 							unsigned int *wait)  in decrease_sleep_time()
 
 | 
| /Linux-v5.4/drivers/staging/vc04_services/bcm2835-audio/ | 
| D | bcm2835-vchiq.c | 38 					 struct vc_audio_msg *m, bool wait)  in bcm2835_audio_send_msg_locked()74 				  struct vc_audio_msg *m, bool wait)  in bcm2835_audio_send_msg()
 85 				     int type, bool wait)  in bcm2835_audio_send_simple()
 
 |