Home
last modified time | relevance | path

Searched defs:wait (Results 1 – 25 of 885) sorted by relevance

12345678910>>...36

/linux/drivers/infiniband/hw/hfi1/
A Diowait.c12 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()
A Diowait.h121 struct iowait_work wait[IOWAIT_SES]; member
148 static inline bool iowait_schedule(struct iowait *wait, in iowait_schedule()
160 static inline bool iowait_tid_schedule(struct iowait *wait, in iowait_tid_schedule()
174 static inline void iowait_sdma_drain(struct iowait *wait) in iowait_sdma_drain()
185 static inline int iowait_sdma_pending(struct iowait *wait) in iowait_sdma_pending()
194 static inline void iowait_sdma_inc(struct iowait *wait) in iowait_sdma_inc()
212 static inline int iowait_sdma_dec(struct iowait *wait) in iowait_sdma_dec()
227 static inline void iowait_pio_drain(struct iowait *wait) in iowait_pio_drain()
240 static inline int iowait_pio_pending(struct iowait *wait) in iowait_pio_pending()
249 static inline void iowait_pio_inc(struct iowait *wait) in iowait_pio_inc()
[all …]
/linux/drivers/net/ethernet/cisco/enic/
A Dvnic_dev.c230 int wait) in _vnic_dev_cmd()
298 int wait) in _vnic_dev_cmd2()
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
623 int wait = 1000; in vnic_dev_close() local
630 int wait = 1000; in vnic_dev_enable_wait() local
641 int wait = 1000; in vnic_dev_disable() local
648 int wait = 1000; in vnic_dev_open() local
[all …]
A Denic_res.c125 int wait = 1000; in enic_add_vlan() local
138 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/drivers/scsi/fnic/
A Dvnic_dev.c320 int wait) in vnic_dev_cmd2()
542 int wait = 1000; in vnic_dev_fw_info() local
567 int wait = 1000; in vnic_dev_spec() local
599 int wait = 1000; in vnic_dev_stats_clear() local
606 int wait = 1000; in vnic_dev_stats_dump() local
625 int wait = 1000; in vnic_dev_close() local
632 int wait = 1000; in vnic_dev_enable() local
639 int wait = 1000; in vnic_dev_disable() local
646 int wait = 1000; in vnic_dev_open() local
653 int wait = 1000; in vnic_dev_open_done() local
[all …]
/linux/kernel/sched/
A Dswait.c85 void __prepare_to_swait(struct swait_queue_head *q, struct swait_queue *wait) in __prepare_to_swait()
92 void prepare_to_swait_exclusive(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait_exclusive()
103 long prepare_to_swait_event(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait_event()
126 void __finish_swait(struct swait_queue_head *q, struct swait_queue *wait) in __finish_swait()
133 void finish_swait(struct swait_queue_head *q, struct swait_queue *wait) in finish_swait()
/linux/drivers/scsi/snic/
A Dvnic_dev.c262 int wait) in _svnic_dev_cmd2()
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
589 int wait = VNIC_DVCMD_TMO; in svnic_dev_open_done() local
[all …]
/linux/include/linux/
A Dsmp.h69 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()
195 #define smp_call_function(func, info, wait) \ argument
200 #define smp_call_function_many(mask, func, info, wait) \ argument
206 void *info, int wait) in smp_call_function_any()
/linux/drivers/gpu/drm/omapdrm/
A Domap_irq.c22 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/
A Dtimer.c26 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/drivers/net/mdio/
A Dmdio-xgene.c29 u8 wait = 10; in xgene_mdio_rd_mac() local
56 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/kernel/
A Dkmod.c69 static int call_modprobe(char *module_name, int wait) in call_modprobe()
124 int __request_module(bool wait, const char *fmt, ...) in __request_module()
A Dup.c13 int wait) in smp_call_function_single()
44 void *info, bool wait, const struct cpumask *mask) in on_each_cpu_cond_mask()
/linux/drivers/net/ethernet/apm/xgene-v2/
A Dmdio.c16 u8 wait = 10; in xge_mdio_write() local
40 u8 wait = 10; in xge_mdio_read() local
/linux/drivers/md/bcache/
A Dalloc.c392 long bch_bucket_alloc(struct cache *ca, unsigned int reserve, bool wait) in bch_bucket_alloc()
489 struct bkey *k, bool wait) in __bch_bucket_alloc_set()
521 struct bkey *k, bool wait) in bch_bucket_alloc_set()
611 bool wait) in bch_alloc_sectors()
/linux/arch/x86/kernel/cpu/
A Daperfmperf.c70 static bool aperfmperf_snapshot_cpu(int cpu, ktime_t now, bool wait) in aperfmperf_snapshot_cpu()
107 bool wait = false; in arch_freq_prepare_all() local
/linux/drivers/gpu/drm/msm/disp/
A Dmdp_kms.c81 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/
A Dbase.c27 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/fs/ceph/
A Dlocks.c64 int cmd, u8 wait, struct file_lock *fl) in ceph_lock_message()
238 u8 wait = 0; in ceph_lock() local
303 u8 wait = 0; in ceph_flock() local
/linux/drivers/staging/vc04_services/bcm2835-audio/
A Dbcm2835-vchiq.c38 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()
/linux/sound/core/seq/
A Dseq_fifo.c167 wait_queue_entry_t wait; in snd_seq_fifo_cell_out() local
218 poll_table *wait) in snd_seq_fifo_poll_wait()
/linux/drivers/net/wwan/iosm/
A Diosm_ipc_task_queue.c81 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/md/
A Ddm-verity-target.c100 struct crypto_wait *wait) in verity_hash_update()
130 struct crypto_wait *wait) in verity_hash_init()
154 u8 *digest, struct crypto_wait *wait) in verity_hash_final()
177 struct crypto_wait wait; in verity_hash() local
373 struct bvec_iter *iter, struct crypto_wait *wait) in verity_for_io_block()
478 struct crypto_wait wait; in verity_verify_io() local
/linux/crypto/
A Dtcrypt.c142 struct crypto_wait *wait = req->base.data; in do_one_aead_op() local
151 struct crypto_wait wait; member
546 struct crypto_wait wait; in test_aead_speed() local
722 struct crypto_wait *wait = req->base.data; in do_one_ahash_op() local
731 struct crypto_wait wait; member
1072 struct crypto_wait wait; in test_ahash_speed_common() local
1164 struct crypto_wait wait; member
1427 struct crypto_wait *wait = req->base.data; in do_one_acipher_op() local
1509 struct crypto_wait wait; in test_skcipher_speed() local
/linux/drivers/char/hw_random/
A Dmtk-rng.c70 static bool mtk_rng_wait_ready(struct hwrng *rng, bool wait) in mtk_rng_wait_ready()
83 static int mtk_rng_read(struct hwrng *rng, void *buf, size_t max, bool wait) in mtk_rng_read()

Completed in 50 milliseconds

12345678910>>...36