| /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 | 85 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/ |
| H A D | vnic_dev.c | 246 _svnic_dev_cmd2(struct vnic_dev * vdev,enum vnic_devcmd_cmd cmd,int wait) _svnic_dev_cmd2() argument 432 svnic_dev_cmd(struct vnic_dev * vdev,enum vnic_devcmd_cmd cmd,u64 * a0,u64 * a1,int wait) svnic_dev_cmd() argument 452 int wait = VNIC_DVCMD_TMO; svnic_dev_fw_info() local 477 int wait = VNIC_DVCMD_TMO; svnic_dev_spec() local 509 int wait = VNIC_DVCMD_TMO; svnic_dev_stats_clear() local 517 int wait = VNIC_DVCMD_TMO; svnic_dev_stats_dump() local 536 int wait = VNIC_DVCMD_TMO; svnic_dev_close() local 544 int wait = VNIC_DVCMD_TMO; svnic_dev_enable_wait() local 557 int wait = VNIC_DVCMD_TMO; svnic_dev_disable() local 565 int wait = VNIC_DVCMD_TMO; svnic_dev_open() local 573 int wait = VNIC_DVCMD_TMO; svnic_dev_open_done() local 590 int wait = VNIC_DVCMD_TMO; svnic_dev_notify_set() local 610 int wait = VNIC_DVCMD_TMO; svnic_dev_notify_unset() local 644 int wait = VNIC_DVCMD_TMO; svnic_dev_init() local [all...] |
| /linux/drivers/gpu/drm/omapdrm/ |
| H A D | omap_irq.c | 23 struct omap_irq_wait *wait; in omap_irq_update() local 36 static void omap_irq_wait_handler(struct omap_irq_wait *wait) in omap_irq_wait_handler() 46 struct omap_irq_wait *wait = kzalloc_obj(*wait); in omap_irq_wait_init() local 61 int omap_irq_wait(struct drm_device *dev, struct omap_irq_wait *wait, in omap_irq_wait() 210 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/kernel/module/ |
| H A D | kmod.c | 72 static int call_modprobe(char *orig_module_name, int wait) in call_modprobe() 132 int __request_module(bool wait, const char *fmt, ...) in __request_module()
|
| /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 | 376 long bch_bucket_alloc(struct cache *ca, unsigned int reserve, bool wait) in bch_bucket_alloc() 477 struct bkey *k, bool wait) in __bch_bucket_alloc_set() 505 struct bkey *k, bool wait) in bch_bucket_alloc_set() 595 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/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() 207 static inline void test_mode_once(struct hwrng *rng, bool wait) in test_mode_once()
|
| /linux/fs/ceph/ |
| H A D | locks.c | 77 int cmd, u8 wait, struct file_lock *fl) in ceph_lock_message() 257 u8 wait = 0; in ceph_lock() local 323 u8 wait = 0; in ceph_flock() local
|
| /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 | 162 wait_queue_entry_t wait; snd_seq_fifo_cell_out() local 210 snd_seq_fifo_poll_wait(struct snd_seq_fifo * f,struct file * file,poll_table * wait) snd_seq_fifo_poll_wait() argument
|
| /linux/drivers/staging/vc04_services/bcm2835-audio/ |
| H A D | bcm2835-vchiq.c | 43 struct vc_audio_msg *m, bool wait) in bcm2835_audio_send_msg_locked() 79 struct vc_audio_msg *m, bool wait) in bcm2835_audio_send_msg() 90 int type, bool wait) in bcm2835_audio_send_simple()
|
| /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/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/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() argument 59 static void rocker_wait_init(struct rocker_wait *wait) in rocker_wait_init() argument 67 struct rocker_wait *wait; in rocker_wait_create() local 75 rocker_wait_destroy(struct rocker_wait * wait) rocker_wait_destroy() argument 80 rocker_wait_event_timeout(struct rocker_wait * wait,unsigned long timeout) rocker_wait_event_timeout() argument 89 rocker_wait_wake_up(struct rocker_wait * wait) rocker_wait_wake_up() argument 156 rocker_dma_test_one(const struct rocker * rocker,struct rocker_wait * wait,u32 test_type,dma_addr_t dma_handle,const unsigned char * buf,const unsigned char * expect,size_t size) rocker_dma_test_one() argument 185 rocker_dma_test_offset(const struct rocker * rocker,struct rocker_wait * wait,int offset) rocker_dma_test_offset() argument 245 rocker_dma_test(const struct rocker * rocker,struct rocker_wait * wait) rocker_dma_test() argument 260 struct rocker_wait *wait = dev_id; rocker_test_irq_handler() local 270 struct rocker_wait wait; rocker_basic_hw_test() local 558 struct rocker_wait *wait; rocker_dma_cmd_ring_wait_alloc() local 570 struct rocker_wait *wait = rocker_desc_cookie_ptr_get(desc_info); rocker_dma_cmd_ring_wait_free() local 879 struct rocker_wait *wait; rocker_cmd_irq_handler() local 1049 struct rocker_wait *wait; rocker_cmd_exec() local [all...] |
| /linux/net/vmw_vsock/ |
| H A D | vmci_transport.c | 118 struct vmci_transport_waiting_info *wait, in vmci_transport_packet_init() argument 191 struct vmci_transport_waiting_info *wait, in __vmci_transport_send_control_pkt() argument 212 struct vmci_transport_waiting_info *wait, in vmci_transport_reply_control_pkt_fast() argument 236 struct vmci_transport_waiting_info *wait, in vmci_transport_send_control_pkt_bh() argument 258 vmci_transport_alloc_send_control_pkt(struct sockaddr_vm * src,struct sockaddr_vm * dst,enum vmci_transport_packet_type type,u64 size,u64 mode,struct vmci_transport_waiting_info * wait,u16 proto,struct vmci_handle handle) vmci_transport_alloc_send_control_pkt() argument 282 vmci_transport_send_control_pkt(struct sock * sk,enum vmci_transport_packet_type type,u64 size,u64 mode,struct vmci_transport_waiting_info * wait,u16 proto,struct vmci_handle handle) vmci_transport_send_control_pkt() argument 433 vmci_transport_send_waiting_write(struct sock * sk,struct vmci_transport_waiting_info * wait) vmci_transport_send_waiting_write() argument 442 vmci_transport_send_waiting_read(struct sock * sk,struct vmci_transport_waiting_info * wait) vmci_transport_send_waiting_read() argument [all...] |
| /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()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/core/ |
| H A D | event.c | 98 nvkm_event_ntfy_block_(struct nvkm_event_ntfy *ntfy, bool wait) in nvkm_event_ntfy_block_() 146 nvkm_event_ntfy_add(struct nvkm_event *event, int id, u32 bits, bool wait, nvkm_event_func func, in nvkm_event_ntfy_add()
|
| /linux/drivers/misc/ibmasm/ |
| H A D | ibmasm.h | 81 wait_queue_head_t wait; member 123 wait_queue_head_t wait; member 130 wait_queue_head_t wait; member
|
| /linux/drivers/virt/acrn/ |
| H A D | irqfd.c | 31 wait_queue_entry_t wait; global() member 74 hsm_irqfd_wakeup(wait_queue_entry_t * wait,unsigned int mode,int sync,void * key) hsm_irqfd_wakeup() argument
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_syncobj.c | 267 drm_syncobj_fence_add_wait(struct drm_syncobj * syncobj,struct syncobj_wait_entry * wait) drm_syncobj_fence_add_wait() argument 292 drm_syncobj_remove_wait(struct drm_syncobj * syncobj,struct syncobj_wait_entry * wait) drm_syncobj_remove_wait() argument 441 struct syncobj_wait_entry wait; drm_syncobj_find_fence() local 1005 struct syncobj_wait_entry *wait = syncobj_wait_fence_func() local 1012 syncobj_wait_syncobj_func(struct drm_syncobj * syncobj,struct syncobj_wait_entry * wait) syncobj_wait_syncobj_func() argument 1229 drm_syncobj_array_wait(struct drm_device * dev,struct drm_file * file_private,struct drm_syncobj_wait * wait,struct drm_syncobj_timeline_wait * timeline_wait,struct drm_syncobj ** syncobjs,bool timeline,ktime_t * deadline) drm_syncobj_array_wait() argument [all...] |