/linux-4.4.14/drivers/scsi/snic/ |
D | vnic_wq.c | 26 static inline int vnic_wq_get_ctrl(struct vnic_dev *vdev, struct vnic_wq *wq, in vnic_wq_get_ctrl() 36 static inline int vnic_wq_alloc_ring(struct vnic_dev *vdev, struct vnic_wq *wq, in vnic_wq_alloc_ring() 43 static int vnic_wq_alloc_bufs(struct vnic_wq *wq) in vnic_wq_alloc_bufs() 81 void svnic_wq_free(struct vnic_wq *wq) in svnic_wq_free() 99 int vnic_wq_devcmd2_alloc(struct vnic_dev *vdev, struct vnic_wq *wq, in vnic_wq_devcmd2_alloc() 123 int svnic_wq_alloc(struct vnic_dev *vdev, struct vnic_wq *wq, in svnic_wq_alloc() 154 void vnic_wq_init_start(struct vnic_wq *wq, unsigned int cq_index, in vnic_wq_init_start() 177 void svnic_wq_init(struct vnic_wq *wq, unsigned int cq_index, in svnic_wq_init() 185 unsigned int svnic_wq_error_status(struct vnic_wq *wq) in svnic_wq_error_status() 190 void svnic_wq_enable(struct vnic_wq *wq) in svnic_wq_enable() [all …]
|
D | vnic_wq.h | 85 static inline unsigned int svnic_wq_desc_avail(struct vnic_wq *wq) in svnic_wq_desc_avail() 91 static inline unsigned int svnic_wq_desc_used(struct vnic_wq *wq) in svnic_wq_desc_used() 97 static inline void *svnic_wq_next_desc(struct vnic_wq *wq) in svnic_wq_next_desc() 102 static inline void svnic_wq_post(struct vnic_wq *wq, in svnic_wq_post() 128 static inline void svnic_wq_service(struct vnic_wq *wq, in svnic_wq_service() 130 void (*buf_service)(struct vnic_wq *wq, in svnic_wq_service()
|
D | snic_io.c | 34 snic_wq_cmpl_frame_send(struct vnic_wq *wq, in snic_wq_cmpl_frame_send() 97 snic_free_wq_buf(struct vnic_wq *wq, struct vnic_wq_buf *buf) in snic_free_wq_buf()
|
D | snic_res.h | 63 snic_queue_wq_eth_desc(struct vnic_wq *wq, in snic_queue_wq_eth_desc()
|
D | vnic_dev.c | 37 struct vnic_wq wq; member
|
D | snic.h | 342 ____cacheline_aligned struct vnic_wq wq[SNIC_WQ_MAX]; member
|
/linux-4.4.14/drivers/net/ethernet/cisco/enic/ |
D | vnic_wq.c | 31 static int vnic_wq_alloc_bufs(struct vnic_wq *wq) in vnic_wq_alloc_bufs() 69 void vnic_wq_free(struct vnic_wq *wq) in vnic_wq_free() 88 int vnic_wq_alloc(struct vnic_dev *vdev, struct vnic_wq *wq, unsigned int index, in vnic_wq_alloc() 117 int enic_wq_devcmd2_alloc(struct vnic_dev *vdev, struct vnic_wq *wq, in enic_wq_devcmd2_alloc() 134 void enic_wq_init_start(struct vnic_wq *wq, unsigned int cq_index, in enic_wq_init_start() 157 void vnic_wq_init(struct vnic_wq *wq, unsigned int cq_index, in vnic_wq_init() 166 unsigned int vnic_wq_error_status(struct vnic_wq *wq) in vnic_wq_error_status() 171 void vnic_wq_enable(struct vnic_wq *wq) in vnic_wq_enable() 176 int vnic_wq_disable(struct vnic_wq *wq) in vnic_wq_disable() 195 void vnic_wq_clean(struct vnic_wq *wq, in vnic_wq_clean() [all …]
|
D | enic_res.h | 43 static inline void enic_queue_wq_desc_ex(struct vnic_wq *wq, in enic_queue_wq_desc_ex() 69 static inline void enic_queue_wq_desc_cont(struct vnic_wq *wq, in enic_queue_wq_desc_cont() 78 static inline void enic_queue_wq_desc(struct vnic_wq *wq, void *os_buf, in enic_queue_wq_desc() 88 static inline void enic_queue_wq_desc_csum(struct vnic_wq *wq, in enic_queue_wq_desc_csum() 100 static inline void enic_queue_wq_desc_csum_l4(struct vnic_wq *wq, in enic_queue_wq_desc_csum_l4() 111 static inline void enic_queue_wq_desc_tso(struct vnic_wq *wq, in enic_queue_wq_desc_tso()
|
D | vnic_wq.h | 99 struct vnic_wq wq; member 103 static inline unsigned int vnic_wq_desc_avail(struct vnic_wq *wq) in vnic_wq_desc_avail() 109 static inline unsigned int vnic_wq_desc_used(struct vnic_wq *wq) in vnic_wq_desc_used() 115 static inline void *vnic_wq_next_desc(struct vnic_wq *wq) in vnic_wq_next_desc() 120 static inline void vnic_wq_doorbell(struct vnic_wq *wq) in vnic_wq_doorbell() 131 static inline void vnic_wq_post(struct vnic_wq *wq, in vnic_wq_post() 154 static inline void vnic_wq_service(struct vnic_wq *wq, in vnic_wq_service() 156 void (*buf_service)(struct vnic_wq *wq, in vnic_wq_service()
|
D | enic_main.c | 205 static void enic_free_wq_buf(struct vnic_wq *wq, struct vnic_wq_buf *buf) in enic_free_wq_buf() 220 static void enic_wq_free_buf(struct vnic_wq *wq, in enic_wq_free_buf() 425 static int enic_queue_wq_skb_cont(struct enic *enic, struct vnic_wq *wq, in enic_queue_wq_skb_cont() 448 static int enic_queue_wq_skb_vlan(struct enic *enic, struct vnic_wq *wq, in enic_queue_wq_skb_vlan() 477 static int enic_queue_wq_skb_csum_l4(struct enic *enic, struct vnic_wq *wq, in enic_queue_wq_skb_csum_l4() 509 static int enic_queue_wq_skb_tso(struct enic *enic, struct vnic_wq *wq, in enic_queue_wq_skb_tso() 585 struct vnic_wq *wq, struct sk_buff *skb) in enic_queue_wq_skb() 634 struct vnic_wq *wq; in enic_hard_start_xmit() local 1422 struct vnic_wq *wq = &enic->wq[wq_index]; in enic_poll_msix_wq() local 1575 int wq = enic_cq_wq(enic, i); in enic_request_intr() local
|
D | enic.h | 169 ____cacheline_aligned struct vnic_wq wq[ENIC_WQ_MAX]; member 225 static inline unsigned int enic_cq_wq(struct enic *enic, unsigned int wq) in enic_cq_wq() 252 unsigned int wq) in enic_msix_wq_intr()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | wq.c | 37 u32 mlx5_wq_cyc_get_size(struct mlx5_wq_cyc *wq) in mlx5_wq_cyc_get_size() 42 u32 mlx5_cqwq_get_size(struct mlx5_cqwq *wq) in mlx5_cqwq_get_size() 47 u32 mlx5_wq_ll_get_size(struct mlx5_wq_ll *wq) in mlx5_wq_ll_get_size() 52 static u32 mlx5_wq_cyc_get_byte_size(struct mlx5_wq_cyc *wq) in mlx5_wq_cyc_get_byte_size() 57 static u32 mlx5_cqwq_get_byte_size(struct mlx5_cqwq *wq) in mlx5_cqwq_get_byte_size() 62 static u32 mlx5_wq_ll_get_byte_size(struct mlx5_wq_ll *wq) in mlx5_wq_ll_get_byte_size() 68 void *wqc, struct mlx5_wq_cyc *wq, in mlx5_wq_cyc_create() 103 void *cqc, struct mlx5_cqwq *wq, in mlx5_cqwq_create() 139 void *wqc, struct mlx5_wq_ll *wq, in mlx5_wq_ll_create()
|
D | wq.h | 94 static inline u16 mlx5_wq_cyc_ctr2ix(struct mlx5_wq_cyc *wq, u16 ctr) in mlx5_wq_cyc_ctr2ix() 99 static inline void *mlx5_wq_cyc_get_wqe(struct mlx5_wq_cyc *wq, u16 ix) in mlx5_wq_cyc_get_wqe() 112 static inline u32 mlx5_cqwq_get_ci(struct mlx5_cqwq *wq) in mlx5_cqwq_get_ci() 117 static inline void *mlx5_cqwq_get_wqe(struct mlx5_cqwq *wq, u32 ix) in mlx5_cqwq_get_wqe() 122 static inline u32 mlx5_cqwq_get_wrap_cnt(struct mlx5_cqwq *wq) in mlx5_cqwq_get_wrap_cnt() 127 static inline void mlx5_cqwq_pop(struct mlx5_cqwq *wq) in mlx5_cqwq_pop() 132 static inline void mlx5_cqwq_update_db_record(struct mlx5_cqwq *wq) in mlx5_cqwq_update_db_record() 137 static inline int mlx5_wq_ll_is_full(struct mlx5_wq_ll *wq) in mlx5_wq_ll_is_full() 142 static inline int mlx5_wq_ll_is_empty(struct mlx5_wq_ll *wq) in mlx5_wq_ll_is_empty() 147 static inline void *mlx5_wq_ll_get_wqe(struct mlx5_wq_ll *wq, u16 ix) in mlx5_wq_ll_get_wqe() [all …]
|
D | en_tx.c | 43 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_send_nop() local 159 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_sq_xmit() local
|
D | en_txrx.c | 37 struct mlx5_cqwq *wq = &cq->wq; in mlx5e_get_cqe() local
|
D | en_main.c | 38 struct mlx5_wq_param wq; member 43 struct mlx5_wq_param wq; member 49 struct mlx5_wq_param wq; member 378 void *wq; in mlx5e_enable_rq() local 448 struct mlx5_wq_ll *wq = &rq->wq; in mlx5e_wait_for_min_rx_wqes() local 606 void *wq; in mlx5e_enable_sq() local 1043 void *wq = MLX5_ADDR_OF(rqc, rqc, wq); in mlx5e_build_rq_param() local 1059 void *wq = MLX5_ADDR_OF(sqc, sqc, wq); in mlx5e_build_sq_param() local
|
D | en_rx.c | 75 struct mlx5_wq_ll *wq = &rq->wq; in mlx5e_post_rx_wqes() local
|
D | srq.c | 83 void *wq = MLX5_ADDR_OF(rmpc, rmpc, wq); in rmpc_srqc_reformat() local 370 void *wq; in arm_rmp_cmd() local
|
D | en.h | 295 struct mlx5_cqwq wq; member 310 struct mlx5_wq_ll wq; member 374 struct mlx5_wq_cyc wq; member
|
D | transobj.c | 276 void *wq; in mlx5_core_arm_rmp() local
|
/linux-4.4.14/drivers/scsi/fnic/ |
D | vnic_wq.c | 27 static int vnic_wq_alloc_bufs(struct vnic_wq *wq) in vnic_wq_alloc_bufs() 67 void vnic_wq_free(struct vnic_wq *wq) in vnic_wq_free() 85 int vnic_wq_alloc(struct vnic_dev *vdev, struct vnic_wq *wq, unsigned int index, in vnic_wq_alloc() 114 void vnic_wq_init(struct vnic_wq *wq, unsigned int cq_index, in vnic_wq_init() 131 unsigned int vnic_wq_error_status(struct vnic_wq *wq) in vnic_wq_error_status() 136 void vnic_wq_enable(struct vnic_wq *wq) in vnic_wq_enable() 141 int vnic_wq_disable(struct vnic_wq *wq) in vnic_wq_disable() 159 void vnic_wq_clean(struct vnic_wq *wq, in vnic_wq_clean() 160 void (*buf_clean)(struct vnic_wq *wq, struct vnic_wq_buf *buf)) in vnic_wq_clean()
|
D | vnic_wq_copy.c | 25 void vnic_wq_copy_enable(struct vnic_wq_copy *wq) in vnic_wq_copy_enable() 30 int vnic_wq_copy_disable(struct vnic_wq_copy *wq) in vnic_wq_copy_disable() 51 void vnic_wq_copy_clean(struct vnic_wq_copy *wq, in vnic_wq_copy_clean() 52 void (*q_clean)(struct vnic_wq_copy *wq, in vnic_wq_copy_clean() 69 void vnic_wq_copy_free(struct vnic_wq_copy *wq) in vnic_wq_copy_free() 78 int vnic_wq_copy_alloc(struct vnic_dev *vdev, struct vnic_wq_copy *wq, in vnic_wq_copy_alloc() 102 void vnic_wq_copy_init(struct vnic_wq_copy *wq, unsigned int cq_index, in vnic_wq_copy_init()
|
D | vnic_wq_copy.h | 36 static inline unsigned int vnic_wq_copy_desc_avail(struct vnic_wq_copy *wq) in vnic_wq_copy_desc_avail() 41 static inline unsigned int vnic_wq_copy_desc_in_use(struct vnic_wq_copy *wq) in vnic_wq_copy_desc_in_use() 46 static inline void *vnic_wq_copy_next_desc(struct vnic_wq_copy *wq) in vnic_wq_copy_next_desc() 52 static inline void vnic_wq_copy_post(struct vnic_wq_copy *wq) in vnic_wq_copy_post() 69 static inline void vnic_wq_copy_desc_process(struct vnic_wq_copy *wq, u16 index) in vnic_wq_copy_desc_process() 83 static inline void vnic_wq_copy_service(struct vnic_wq_copy *wq, in vnic_wq_copy_service() 85 void (*q_service)(struct vnic_wq_copy *wq, in vnic_wq_copy_service()
|
D | fnic_res.h | 30 static inline void fnic_queue_wq_desc(struct vnic_wq *wq, in fnic_queue_wq_desc() 54 static inline void fnic_queue_wq_eth_desc(struct vnic_wq *wq, in fnic_queue_wq_eth_desc() 79 static inline void fnic_queue_wq_copy_desc_icmnd_16(struct vnic_wq_copy *wq, in fnic_queue_wq_copy_desc_icmnd_16() 124 static inline void fnic_queue_wq_copy_desc_itmf(struct vnic_wq_copy *wq, in fnic_queue_wq_copy_desc_itmf() 150 static inline void fnic_queue_wq_copy_desc_flogi_reg(struct vnic_wq_copy *wq, in fnic_queue_wq_copy_desc_flogi_reg() 169 static inline void fnic_queue_wq_copy_desc_fip_reg(struct vnic_wq_copy *wq, in fnic_queue_wq_copy_desc_fip_reg() 193 static inline void fnic_queue_wq_copy_desc_fw_reset(struct vnic_wq_copy *wq, in fnic_queue_wq_copy_desc_fw_reset() 206 static inline void fnic_queue_wq_copy_desc_lunmap(struct vnic_wq_copy *wq, in fnic_queue_wq_copy_desc_lunmap()
|
D | vnic_wq.h | 96 static inline unsigned int vnic_wq_desc_avail(struct vnic_wq *wq) in vnic_wq_desc_avail() 102 static inline unsigned int vnic_wq_desc_used(struct vnic_wq *wq) in vnic_wq_desc_used() 108 static inline void *vnic_wq_next_desc(struct vnic_wq *wq) in vnic_wq_next_desc() 113 static inline void vnic_wq_post(struct vnic_wq *wq, in vnic_wq_post() 139 static inline void vnic_wq_service(struct vnic_wq *wq, in vnic_wq_service() 141 void (*buf_service)(struct vnic_wq *wq, in vnic_wq_service()
|
D | fnic_scsi.c | 143 static int free_wq_copy_descs(struct fnic *fnic, struct vnic_wq_copy *wq) in free_wq_copy_descs() 208 struct vnic_wq_copy *wq = &fnic->wq_copy[0]; in fnic_fw_reset_handler() local 261 struct vnic_wq_copy *wq = &fnic->wq_copy[0]; in fnic_flogi_reg_handler() local 318 struct vnic_wq_copy *wq, in fnic_queue_wq_copy_desc() 436 struct vnic_wq_copy *wq; in fnic_queuecommand_lck() local 744 static inline int is_ack_index_in_range(struct vnic_wq_copy *wq, in is_ack_index_in_range() 773 struct vnic_wq_copy *wq; in fnic_fcpio_ack_handler() local 1377 void fnic_wq_copy_cleanup_handler(struct vnic_wq_copy *wq, in fnic_wq_copy_cleanup_handler() 1442 struct vnic_wq_copy *wq = &fnic->wq_copy[0]; in fnic_queue_abort_io_req() local 1965 struct vnic_wq_copy *wq = &fnic->wq_copy[0]; in fnic_queue_dr_io_req() local
|
D | fnic_fcs.c | 991 struct vnic_wq *wq = &fnic->wq[0]; in fnic_eth_send() local 1047 struct vnic_wq *wq = &fnic->wq[0]; in fnic_send_frame() local 1218 static void fnic_wq_complete_frame_send(struct vnic_wq *wq, in fnic_wq_complete_frame_send() 1264 void fnic_free_wq_buf(struct vnic_wq *wq, struct vnic_wq_buf *buf) in fnic_free_wq_buf()
|
D | fnic.h | 305 ____cacheline_aligned struct vnic_wq wq[FNIC_WQ_MAX]; member
|
/linux-4.4.14/include/linux/ |
D | wait.h | 212 #define ___wait_event(wq, condition, state, exclusive, ret, cmd) \ argument 246 #define __wait_event(wq, condition) \ argument 262 #define wait_event(wq, condition) \ argument 270 #define __io_wait_event(wq, condition) \ argument 277 #define io_wait_event(wq, condition) \ argument 285 #define __wait_event_freezable(wq, condition) \ argument 301 #define wait_event_freezable(wq, condition) \ argument 310 #define __wait_event_timeout(wq, condition, timeout) \ argument 334 #define wait_event_timeout(wq, condition, timeout) \ argument 343 #define __wait_event_freezable_timeout(wq, condition, timeout) \ argument [all …]
|
D | workqueue.h | 118 struct workqueue_struct *wq; member 469 static inline bool queue_work(struct workqueue_struct *wq, in queue_work() 483 static inline bool queue_delayed_work(struct workqueue_struct *wq, in queue_delayed_work() 498 static inline bool mod_delayed_work(struct workqueue_struct *wq, in mod_delayed_work() 617 static inline int workqueue_sysfs_register(struct workqueue_struct *wq) in workqueue_sysfs_register()
|
D | freezer.h | 250 #define wait_event_freezekillable_unsafe(wq, condition) \ argument 296 #define wait_event_freezekillable_unsafe(wq, condition) \ argument
|
D | padata.h | 155 struct workqueue_struct *wq; member
|
D | net.h | 119 struct socket_wq __rcu *wq; member
|
D | isdn_ppp.h | 165 wait_queue_head_t wq; member
|
D | uwb.h | 103 wait_queue_head_t wq; member
|
/linux-4.4.14/fs/btrfs/ |
D | async-thread.c | 180 static inline void thresh_queue_hook(struct __btrfs_workqueue *wq) in thresh_queue_hook() 192 static inline void thresh_exec_hook(struct __btrfs_workqueue *wq) in thresh_exec_hook() 235 static void run_ordered_work(struct __btrfs_workqueue *wq) in run_ordered_work() 280 struct __btrfs_workqueue *wq; in normal_work_helper() local 319 static inline void __btrfs_queue_work(struct __btrfs_workqueue *wq, in __btrfs_queue_work() 335 void btrfs_queue_work(struct btrfs_workqueue *wq, in btrfs_queue_work() 348 __btrfs_destroy_workqueue(struct __btrfs_workqueue *wq) in __btrfs_destroy_workqueue() 355 void btrfs_destroy_workqueue(struct btrfs_workqueue *wq) in btrfs_destroy_workqueue() 365 void btrfs_workqueue_set_max(struct btrfs_workqueue *wq, int limit_active) in btrfs_workqueue_set_max()
|
D | async-thread.h | 39 struct __btrfs_workqueue *wq; member
|
D | extent_io.h | 111 wait_queue_head_t wq; member
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | cq.c | 183 static void insert_recv_cqe(struct t4_wq *wq, struct t4_cq *cq) in insert_recv_cqe() 200 int c4iw_flush_rq(struct t4_wq *wq, struct t4_cq *cq, int count) in c4iw_flush_rq() 215 static void insert_sq_cqe(struct t4_wq *wq, struct t4_cq *cq, in insert_sq_cqe() 239 struct t4_wq *wq = &qhp->wq; in c4iw_flush_sq() local 268 static void flush_completed_wrs(struct t4_wq *wq, struct t4_cq *cq) in flush_completed_wrs() 304 static void create_read_req_cqe(struct t4_wq *wq, struct t4_cqe *hw_cqe, in create_read_req_cqe() 316 static void advance_oldest_read(struct t4_wq *wq) in advance_oldest_read() 417 static int cqe_completes_wr(struct t4_cqe *cqe, struct t4_wq *wq) in cqe_completes_wr() 433 void c4iw_count_rcqes(struct t4_cq *cq, struct t4_wq *wq, int *count) in c4iw_count_rcqes() 468 static int poll_cq(struct t4_wq *wq, struct t4_cq *cq, struct t4_cqe *cqe, in poll_cq() [all …]
|
D | t4.h | 344 static inline int t4_rqes_posted(struct t4_wq *wq) in t4_rqes_posted() 349 static inline int t4_rq_empty(struct t4_wq *wq) in t4_rq_empty() 354 static inline int t4_rq_full(struct t4_wq *wq) in t4_rq_full() 359 static inline u32 t4_rq_avail(struct t4_wq *wq) in t4_rq_avail() 364 static inline void t4_rq_produce(struct t4_wq *wq, u8 len16) in t4_rq_produce() 374 static inline void t4_rq_consume(struct t4_wq *wq) in t4_rq_consume() 382 static inline u16 t4_rq_host_wq_pidx(struct t4_wq *wq) in t4_rq_host_wq_pidx() 387 static inline u16 t4_rq_wq_size(struct t4_wq *wq) in t4_rq_wq_size() 397 static inline int t4_sq_empty(struct t4_wq *wq) in t4_sq_empty() 402 static inline int t4_sq_full(struct t4_wq *wq) in t4_sq_full() [all …]
|
D | qp.c | 149 static int destroy_qp(struct c4iw_rdev *rdev, struct t4_wq *wq, in destroy_qp() 195 static int create_qp(struct c4iw_rdev *rdev, struct t4_wq *wq, in create_qp()
|
D | device.c | 117 void c4iw_log_wr_stats(struct t4_wq *wq, struct t4_cqe *cqe) in c4iw_log_wr_stats()
|
/linux-4.4.14/kernel/ |
D | workqueue.c | 200 struct workqueue_struct *wq; /* I: the owning workqueue */ member 345 #define assert_rcu_or_wq_mutex(wq) \ argument 350 #define assert_rcu_or_wq_mutex_or_pool_mutex(wq) \ argument 405 #define for_each_pwq(pwq, wq) \ argument 567 static struct pool_workqueue *unbound_pwq_by_node(struct workqueue_struct *wq, in unbound_pwq_by_node() 1324 static bool is_chained_work(struct workqueue_struct *wq) in is_chained_work() 1336 static void __queue_work(int cpu, struct workqueue_struct *wq, in __queue_work() 1448 bool queue_work_on(int cpu, struct workqueue_struct *wq, in queue_work_on() 1475 static void __queue_delayed_work(int cpu, struct workqueue_struct *wq, in __queue_delayed_work() 1520 bool queue_delayed_work_on(int cpu, struct workqueue_struct *wq, in queue_delayed_work_on() [all …]
|
D | padata.c | 1022 struct padata_instance *padata_alloc_possible(struct workqueue_struct *wq) in padata_alloc_possible() 1036 struct padata_instance *padata_alloc(struct workqueue_struct *wq, in padata_alloc()
|
D | cpu.c | 64 wait_queue_head_t wq; member
|
/linux-4.4.14/fs/autofs4/ |
D | waitq.c | 29 struct autofs_wait_queue *wq, *nwq; in autofs4_catatonic_mode() local 94 struct autofs_wait_queue *wq, in autofs4_notify_daemon() 228 struct autofs_wait_queue *wq; in autofs4_find_wait() local 253 struct autofs_wait_queue *wq; in validate_request() local 346 struct autofs_wait_queue *wq; in autofs4_wait() local 541 struct autofs_wait_queue *wq, **wql; in autofs4_wait_release() local
|
/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
D | cxio_hal.c | 275 struct t3_wq *wq, struct cxio_ucontext *uctx) in cxio_create_qp() 336 int cxio_destroy_qp(struct cxio_rdev *rdev_p, struct t3_wq *wq, in cxio_destroy_qp() 350 static void insert_recv_cqe(struct t3_wq *wq, struct t3_cq *cq) in insert_recv_cqe() 368 int cxio_flush_rq(struct t3_wq *wq, struct t3_cq *cq, int count) in cxio_flush_rq() 386 static void insert_sq_cqe(struct t3_wq *wq, struct t3_cq *cq, in insert_sq_cqe() 407 int cxio_flush_sq(struct t3_wq *wq, struct t3_cq *cq, int count) in cxio_flush_sq() 446 static int cqe_completes_wr(struct t3_cqe *cqe, struct t3_wq *wq) in cqe_completes_wr() 464 void cxio_count_scqes(struct t3_cq *cq, struct t3_wq *wq, int *count) in cxio_count_scqes() 482 void cxio_count_rcqes(struct t3_cq *cq, struct t3_wq *wq, int *count) in cxio_count_rcqes() 1073 static void flush_completed_wrs(struct t3_wq *wq, struct t3_cq *cq) in flush_completed_wrs() [all …]
|
D | iwch_cq.c | 49 struct t3_wq *wq; in iwch_poll_cq_one() local
|
D | iwch_qp.c | 150 u8 *flit_cnt, int *wr_cnt, struct t3_wq *wq) in build_memreg()
|
D | cxio_wr.h | 747 static inline void cxio_set_wq_in_error(struct t3_wq *wq) in cxio_set_wq_in_error() 752 static inline void cxio_disable_wq_db(struct t3_wq *wq) in cxio_disable_wq_db() 757 static inline void cxio_enable_wq_db(struct t3_wq *wq) in cxio_enable_wq_db() 762 static inline int cxio_wq_db_enabled(struct t3_wq *wq) in cxio_wq_db_enabled()
|
D | iwch_provider.h | 166 struct t3_wq wq; member
|
/linux-4.4.14/kernel/sched/ |
D | wait.c | 387 __wait_on_bit(wait_queue_head_t *wq, struct wait_bit_queue *q, in __wait_on_bit() 405 wait_queue_head_t *wq = bit_waitqueue(word, bit); in out_of_line_wait_on_bit() local 416 wait_queue_head_t *wq = bit_waitqueue(word, bit); in out_of_line_wait_on_bit_timeout() local 425 __wait_on_bit_lock(wait_queue_head_t *wq, struct wait_bit_queue *q, in __wait_on_bit_lock() 448 wait_queue_head_t *wq = bit_waitqueue(word, bit); in out_of_line_wait_on_bit_lock() local 455 void __wake_up_bit(wait_queue_head_t *wq, void *word, int bit) in __wake_up_bit() 531 int __wait_on_atomic_t(wait_queue_head_t *wq, struct wait_bit_queue *q, in __wait_on_atomic_t() 562 wait_queue_head_t *wq = atomic_t_waitqueue(p); in out_of_line_wait_on_atomic_t() local
|
/linux-4.4.14/drivers/md/bcache/ |
D | closure.h | 151 struct workqueue_struct *wq; member 239 struct workqueue_struct *wq) in set_closure_fn() 251 struct workqueue_struct *wq = cl->wq; in closure_queue() local 376 struct workqueue_struct *wq, in closure_call()
|
D | request.h | 8 struct workqueue_struct *wq; member
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_lib.h | 528 #define __l_wait_event(wq, condition, info, ret, l_add_wait) \ argument 604 #define l_wait_event(wq, condition, info) \ argument 614 #define l_wait_event_exclusive(wq, condition, info) \ argument 624 #define l_wait_event_exclusive_head(wq, condition, info) \ argument 634 #define l_wait_condition(wq, condition) \ argument 640 #define l_wait_condition_exclusive(wq, condition) \ argument 646 #define l_wait_condition_exclusive_head(wq, condition) \ argument
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | srq.c | 69 struct hfi1_rwq *wq; in hfi1_post_srq_receive() local 233 struct hfi1_rwq *wq; in hfi1_modify_srq() local
|
D | iowait.h | 156 struct workqueue_struct *wq) in iowait_schedule()
|
D | qp.c | 514 struct hfi1_rwq *wq; in hfi1_error_qp() local 960 struct hfi1_rwq *wq = qp->r_rq.wq; in hfi1_compute_aeth() local
|
D | ruc.c | 161 struct hfi1_rwq *wq; in hfi1_get_rwqe() local
|
D | sdma.h | 413 struct workqueue_struct *wq; member
|
D | verbs.c | 532 struct hfi1_rwq *wq = qp->r_rq.wq; in post_receive() local
|
D | verbs.h | 386 struct hfi1_rwqe wq[0]; member 390 struct hfi1_rwq *wq; member
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_srq.c | 52 struct qib_rwq *wq; in qib_post_srq_receive() local 216 struct qib_rwq *wq; in qib_modify_srq() local
|
D | qib_qp.c | 530 struct qib_rwq *wq; in qib_error_qp() local 924 struct qib_rwq *wq = qp->r_rq.wq; in qib_compute_aeth() local
|
D | qib_ruc.c | 143 struct qib_rwq *wq; in qib_get_rwqe() local
|
D | qib_verbs.h | 379 struct qib_rwqe wq[0]; member 383 struct qib_rwq *wq; member
|
D | qib_verbs.c | 514 struct qib_rwq *wq = qp->r_rq.wq; in qib_post_receive() local
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_srq.c | 52 struct ipath_rwq *wq; in ipath_post_srq_receive() local 220 struct ipath_rwq *wq; in ipath_modify_srq() local
|
D | ipath_qp.c | 410 struct ipath_rwq *wq; in ipath_error_qp() local 689 struct ipath_rwq *wq = qp->r_rq.wq; in ipath_compute_aeth() local
|
D | ipath_ud.c | 59 struct ipath_rwq *wq; in ipath_ud_loopback() local
|
D | ipath_ruc.c | 169 struct ipath_rwq *wq; in ipath_get_rwqe() local
|
D | ipath_verbs.h | 316 struct ipath_rwqe wq[0]; member 320 struct ipath_rwq *wq; member
|
D | ipath_verbs.c | 491 struct ipath_rwq *wq = qp->r_rq.wq; in ipath_post_receive() local
|
/linux-4.4.14/fs/jfs/ |
D | jfs_lock.h | 35 #define __SLEEP_COND(wq, cond, lock_cmd, unlock_cmd) \ argument
|
D | jfs_logmgr.c | 129 #define LCACHE_SLEEP_COND(wq, cond, flags) \ argument
|
/linux-4.4.14/net/sunrpc/ |
D | svcsock.c | 402 static bool sunrpc_waitqueue_active(wait_queue_head_t *wq) in sunrpc_waitqueue_active() 433 wait_queue_head_t *wq = sk_sleep(sk); in svc_udp_data_ready() local 452 wait_queue_head_t *wq = sk_sleep(sk); in svc_write_space() local 791 wait_queue_head_t *wq; in svc_tcp_listen_data_ready() local 825 wait_queue_head_t *wq = sk_sleep(sk); in svc_tcp_state_change() local 843 wait_queue_head_t *wq = sk_sleep(sk); in svc_tcp_data_ready() local 1611 wait_queue_head_t *wq; in svc_sock_detach() local
|
D | sched.c | 289 wait_queue_head_t *wq = bit_waitqueue(m, RPC_TASK_ACTIVE); in rpc_complete_task() local 1066 struct workqueue_struct *wq; in rpciod_start() local 1080 struct workqueue_struct *wq = NULL; in rpciod_stop() local
|
/linux-4.4.14/drivers/gpu/host1x/ |
D | intr.c | 124 wait_queue_head_t *wq = waiter->data; in action_wakeup() local 130 wait_queue_head_t *wq = waiter->data; in action_wakeup_interruptible() local
|
D | cdma.h | 53 struct delayed_work wq; /* work queue */ member
|
/linux-4.4.14/fs/ |
D | userfaultfd.c | 64 wait_queue_t wq; member 73 static int userfaultfd_wake_function(wait_queue_t *wq, unsigned mode, in userfaultfd_wake_function() 489 wait_queue_t *wq; in find_userfault() local 1203 wait_queue_t *wq; in userfaultfd_show_fdinfo() local
|
D | inode.c | 1828 wait_queue_head_t *wq; in __wait_on_freeing_inode() local 1974 wait_queue_head_t *wq = bit_waitqueue(&inode->i_state, __I_DIO_WAKEUP); in __inode_dio_wait() local
|
D | eventpoll.c | 193 wait_queue_head_t wq; member 506 static void ep_poll_safewake(wait_queue_head_t *wq) in ep_poll_safewake()
|
D | direct-io.c | 548 struct workqueue_struct *wq = alloc_workqueue("dio/%s", in sb_init_dio_done_wq() local
|
D | block_dev.c | 801 wait_queue_head_t *wq = bit_waitqueue(&whole->bd_claiming, 0); in bd_prepare_to_claim() local
|
/linux-4.4.14/net/core/ |
D | stream.c | 31 struct socket_wq *wq; in sk_stream_write_space() local
|
D | sock.c | 2280 struct socket_wq *wq; in sock_def_wakeup() local 2291 struct socket_wq *wq; in sock_def_error_report() local 2303 struct socket_wq *wq; in sock_def_readable() local 2316 struct socket_wq *wq; in sock_def_write_space() local
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_flip_work.c | 99 struct workqueue_struct *wq) in drm_flip_work_commit()
|
/linux-4.4.14/drivers/media/pci/ddbridge/ |
D | ddbridge.h | 85 wait_queue_head_t wq; member 113 wait_queue_head_t wq; member 132 wait_queue_head_t wq; member
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
D | cq.c | 103 static enum ib_wc_opcode get_umr_comp(struct mlx5_ib_wq *wq, int idx) in get_umr_comp() 122 struct mlx5_ib_wq *wq, int idx) in handle_good_req() 176 struct mlx5_ib_wq *wq; in handle_responder() local 418 struct mlx5_ib_wq *wq; in mlx5_poll_one() local
|
D | odp.c | 493 struct mlx5_ib_wq *wq = &qp->rq; in mlx5_ib_mr_responder_pfault_handler() local
|
D | qp.c | 121 struct mlx5_ib_wq *wq = send ? &qp->sq : &qp->rq; in mlx5_ib_read_user_wqe() local 1813 static int mlx5_wq_overflow(struct mlx5_ib_wq *wq, int nreq, struct ib_cq *ib_cq) in mlx5_wq_overflow()
|
D | mlx5_ib.h | 394 struct workqueue_struct *wq; member
|
/linux-4.4.14/drivers/scsi/libsas/ |
D | sas_event.c | 59 struct workqueue_struct *wq = ha->core.shost->work_q; in __sas_drain_work() local
|
/linux-4.4.14/drivers/media/pci/netup_unidvb/ |
D | netup_unidvb.h | 82 wait_queue_head_t wq; member 118 struct workqueue_struct *wq; member
|
/linux-4.4.14/fs/fscache/ |
D | page.c | 40 wait_queue_head_t *wq = bit_waitqueue(&cookie->flags, 0); in __fscache_wait_on_page_write() local 53 wait_queue_head_t *wq = bit_waitqueue(&cookie->flags, 0); in release_page_wait_timeout() local
|
/linux-4.4.14/arch/arm/kvm/ |
D | psci.c | 73 wait_queue_head_t *wq; in kvm_psci_vcpu_on() local
|
D | arm.c | 501 wait_queue_head_t *wq = kvm_arch_vcpu_wq(vcpu); in kvm_arm_resume_guest() local 510 wait_queue_head_t *wq = kvm_arch_vcpu_wq(vcpu); in vcpu_sleep() local
|
/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/ |
D | atmel_hlcdc_dc.h | 139 struct workqueue_struct *wq; member
|
D | atmel_hlcdc_layer.h | 364 struct workqueue_struct *wq; member
|
/linux-4.4.14/crypto/ |
D | algif_aead.c | 102 struct socket_wq *wq; in aead_wmem_wakeup() local 151 struct socket_wq *wq; in aead_data_wakeup() local
|
D | algif_skcipher.c | 228 struct socket_wq *wq; in skcipher_wmem_wakeup() local 278 struct socket_wq *wq; in skcipher_data_wakeup() local
|
D | pcrypt.c | 35 struct workqueue_struct *wq; member
|
/linux-4.4.14/drivers/char/tpm/ |
D | tpm_ibmvtpm.h | 45 wait_queue_head_t wq; member
|
/linux-4.4.14/net/atm/ |
D | common.c | 95 struct socket_wq *wq; in vcc_def_wakeup() local 114 struct socket_wq *wq; in vcc_write_space() local
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_dcb.h | 39 struct workqueue_struct *wq; member
|
/linux-4.4.14/drivers/infiniband/hw/mlx4/ |
D | cq.c | 610 struct mlx4_ib_wq *wq; in mlx4_ib_qp_sw_comp() local 662 struct mlx4_ib_wq *wq; in mlx4_ib_poll_one() local
|
D | mlx4_ib.h | 380 struct workqueue_struct *wq; member 434 struct workqueue_struct *wq; member 441 struct workqueue_struct *wq; member
|
D | qp.c | 2486 static int mlx4_wq_overflow(struct mlx4_ib_wq *wq, int nreq, struct ib_cq *ib_cq) in mlx4_wq_overflow()
|
/linux-4.4.14/drivers/hid/ |
D | hid-elo.c | 35 static struct workqueue_struct *wq; variable
|
/linux-4.4.14/include/linux/mtd/ |
D | flashchip.h | 90 wait_queue_head_t wq; /* Wait on here when we're waiting for the chip member
|
D | blktrans.h | 47 struct workqueue_struct *wq; member
|
D | onenand.h | 128 wait_queue_head_t wq; member
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | niobuf.c | 244 wait_queue_head_t *wq; in ptlrpc_unregister_bulk() local
|
D | client.c | 2321 wait_queue_head_t *wq; in ptlrpc_unregister_reply() local
|
/linux-4.4.14/drivers/usb/misc/ |
D | appledisplay.c | 88 static struct workqueue_struct *wq; variable
|
/linux-4.4.14/net/sunrpc/xprtrdma/ |
D | frwr_ops.c | 91 struct workqueue_struct *wq; in frwr_destroy_recovery_wq() local
|
D | verbs.c | 91 struct workqueue_struct *wq; in rpcrdma_destroy_wq() local
|
/linux-4.4.14/drivers/net/wireless/cw1200/ |
D | cw1200_spi.c | 43 wait_queue_head_t wq; member
|
/linux-4.4.14/drivers/staging/nvec/ |
D | nvec.h | 149 struct workqueue_struct *wq; member
|
/linux-4.4.14/drivers/gpu/drm/tilcdc/ |
D | tilcdc_drv.h | 77 struct workqueue_struct *wq; member
|
/linux-4.4.14/include/net/9p/ |
D | client.h | 115 wait_queue_head_t *wq; member
|
/linux-4.4.14/drivers/power/ |
D | ipaq_micro_battery.c | 43 struct workqueue_struct *wq; member
|
/linux-4.4.14/drivers/sbus/char/ |
D | bbc_i2c.h | 61 wait_queue_head_t wq; member
|
/linux-4.4.14/drivers/staging/android/ |
D | sync.h | 163 wait_queue_head_t wq; member
|
/linux-4.4.14/fs/cachefiles/ |
D | namei.c | 203 wait_queue_head_t *wq; in cachefiles_mark_object_active() local
|
/linux-4.4.14/drivers/net/ipvlan/ |
D | ipvlan.h | 96 struct work_struct wq; member
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-ibm_iic.h | 48 wait_queue_head_t wq; member
|
/linux-4.4.14/drivers/gpu/drm/omapdrm/ |
D | omap_drv.h | 92 struct workqueue_struct *wq; member
|
/linux-4.4.14/net/dccp/ |
D | output.c | 200 struct socket_wq *wq; in dccp_write_space() local
|
/linux-4.4.14/drivers/media/i2c/ |
D | saa7110.c | 63 wait_queue_head_t wq; member
|
D | msp3400-driver.h | 102 wait_queue_head_t wq; member
|
/linux-4.4.14/net/nfc/hci/ |
D | hci.h | 39 wait_queue_head_t *wq; member
|
/linux-4.4.14/drivers/gpu/drm/via/ |
D | via_dmablit.h | 77 struct work_struct wq; member
|
/linux-4.4.14/fs/ext4/ |
D | page-io.c | 215 struct workqueue_struct *wq; in ext4_add_complete_io() local
|
D | file.c | 62 wait_queue_head_t *wq = ext4_ioend_wq(inode); in ext4_unwritten_wait() local
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | pciehp.h | 80 struct workqueue_struct *wq; member
|
D | shpchp.h | 92 struct workqueue_struct *wq; member
|
/linux-4.4.14/drivers/iio/adc/ |
D | berlin2-adc.c | 75 wait_queue_head_t wq; member
|
/linux-4.4.14/drivers/iommu/ |
D | amd_iommu_v2.c | 59 wait_queue_head_t wq; /* To wait for count == 0 */ member 74 wait_queue_head_t wq; member
|
/linux-4.4.14/drivers/media/platform/vsp1/ |
D | vsp1_video.h | 69 wait_queue_head_t wq; member
|
/linux-4.4.14/drivers/target/tcm_fc/ |
D | tfc_conf.c | 236 struct workqueue_struct *wq; in ft_add_tpg() local
|
/linux-4.4.14/drivers/staging/most/aim-cdev/ |
D | cdev.c | 34 wait_queue_head_t wq; member
|
/linux-4.4.14/net/rxrpc/ |
D | af_rxrpc.c | 68 struct socket_wq *wq = rcu_dereference(sk->sk_wq); in rxrpc_write_space() local
|
/linux-4.4.14/drivers/nfc/ |
D | nfcsim.c | 63 static struct workqueue_struct *wq; variable
|
/linux-4.4.14/fs/jffs2/ |
D | os-linux.h | 40 #define sleep_on_spinunlock(wq, s) \ argument
|
/linux-4.4.14/drivers/scsi/esas2r/ |
D | esas2r_init.c | 569 struct workqueue_struct *wq; in esas2r_kill_adapter() local
|
/linux-4.4.14/include/net/caif/ |
D | caif_spi.h | 115 struct workqueue_struct *wq; member
|
D | caif_hsi.h | 165 struct workqueue_struct *wq; member
|
/linux-4.4.14/drivers/net/wireless/ath/ar5523/ |
D | ar5523.h | 93 struct workqueue_struct *wq; member
|
/linux-4.4.14/include/linux/power/ |
D | charger-manager.h | 70 struct work_struct wq; member
|
/linux-4.4.14/drivers/mtd/ubi/ |
D | block.c | 93 struct workqueue_struct *wq; member
|
D | io.c | 336 wait_queue_head_t wq; in do_sync_erase() local
|
/linux-4.4.14/fs/nfs/ |
D | inode.c | 1964 struct workqueue_struct *wq; in nfsiod_start() local 1978 struct workqueue_struct *wq; in nfsiod_stop() local
|
D | pagelist.c | 123 wait_queue_head_t *wq = bit_waitqueue(&c->flags, NFS_IO_INPROGRESS); in __nfs_iocounter_wait() local
|
/linux-4.4.14/drivers/gpu/drm/msm/ |
D | msm_drv.h | 117 struct workqueue_struct *wq; member
|
/linux-4.4.14/arch/arm/common/ |
D | bL_switcher.c | 263 wait_queue_head_t wq; member
|
/linux-4.4.14/fs/xfs/ |
D | xfs_inode.c | 599 wait_queue_head_t *wq = bit_waitqueue(&ip->i_flags, __XFS_IFLOCK_BIT); in __xfs_iflock() local 2466 wait_queue_head_t *wq = bit_waitqueue(&ip->i_flags, __XFS_IPINNED_BIT); in __xfs_iunpin_wait() local
|
D | xfs_log_priv.h | 552 static inline void xlog_wait(wait_queue_head_t *wq, spinlock_t *lock) in xlog_wait()
|
/linux-4.4.14/fs/f2fs/ |
D | gc.c | 31 wait_queue_head_t *wq = &sbi->gc_thread->gc_wait_queue_head; in gc_thread_func() local
|
/linux-4.4.14/drivers/misc/mic/scif/ |
D | scif_api.c | 1299 static inline void _scif_poll_wait(struct file *f, wait_queue_head_t *wq, in _scif_poll_wait()
|
/linux-4.4.14/drivers/gpu/drm/i2c/ |
D | adv7511.c | 38 wait_queue_head_t wq; member
|
/linux-4.4.14/drivers/thunderbolt/ |
D | tb.h | 106 struct workqueue_struct *wq; /* ordered workqueue for plug events */ member
|
/linux-4.4.14/fs/exofs/ |
D | super.c | 452 wait_queue_head_t wq; in exofs_put_super() local
|
/linux-4.4.14/net/ |
D | socket.c | 248 struct socket_wq *wq; in sock_alloc_inode() local 275 struct socket_wq *wq; in sock_destroy_inode() local 1042 struct socket_wq *wq; in sock_fasync() local 1062 int sock_wake_async(struct socket_wq *wq, int how, int band) in sock_wake_async()
|
/linux-4.4.14/fs/ncpfs/ |
D | sock.c | 60 wait_queue_head_t wq; member
|
/linux-4.4.14/drivers/media/usb/gspca/ |
D | gspca.h | 195 wait_queue_head_t wq; /* wait queue */ member
|
/linux-4.4.14/include/drm/ttm/ |
D | ttm_bo_driver.h | 543 struct delayed_work wq; member
|
/linux-4.4.14/arch/x86/kernel/ |
D | kvm.c | 94 wait_queue_head_t wq; member
|
/linux-4.4.14/drivers/infiniband/core/ |
D | mad_priv.h | 206 struct workqueue_struct *wq; member
|
/linux-4.4.14/drivers/net/xen-netback/ |
D | common.h | 178 wait_queue_head_t wq; member
|
/linux-4.4.14/drivers/infiniband/hw/mthca/ |
D | mthca_qp.c | 229 static void mthca_wq_reset(struct mthca_wq *wq) in mthca_wq_reset() 1545 static inline int mthca_wq_overflow(struct mthca_wq *wq, int nreq, in mthca_wq_overflow()
|
D | mthca_cq.c | 489 struct mthca_wq *wq; in mthca_poll_one() local
|
/linux-4.4.14/net/9p/ |
D | trans_fd.c | 144 struct work_struct wq; member
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_sprite.c | 88 wait_queue_head_t *wq = drm_crtc_vblank_waitqueue(&crtc->base); in intel_pipe_update_start() local
|
/linux-4.4.14/drivers/staging/rtl8723au/include/ |
D | rtw_cmd.h | 45 struct workqueue_struct *wq; member 55 struct workqueue_struct *wq; member
|
/linux-4.4.14/drivers/ps3/ |
D | ps3av.c | 47 struct workqueue_struct *wq; member
|
/linux-4.4.14/drivers/usb/chipidea/ |
D | ci.h | 218 struct workqueue_struct *wq; member
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfad_im.c | 161 wait_queue_head_t *wq; in bfa_cb_tskim_done() local
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | mcdi.h | 68 wait_queue_head_t wq; member
|
/linux-4.4.14/drivers/mfd/ |
D | dln2.c | 87 wait_queue_head_t wq; member
|
/linux-4.4.14/net/tipc/ |
D | socket.c | 1495 struct socket_wq *wq; in tipc_write_space() local 1512 struct socket_wq *wq; in tipc_data_ready() local
|
/linux-4.4.14/drivers/media/usb/tm6000/ |
D | tm6000.h | 98 wait_queue_head_t wq; member
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_device.h | 262 struct workqueue_struct *wq; member
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | spufs.h | 321 #define spufs_wait(wq, condition) \ argument
|
/linux-4.4.14/drivers/net/ |
D | macvtap.c | 38 struct socket_wq wq; member
|
/linux-4.4.14/drivers/media/pci/dm1105/ |
D | dm1105.c | 360 struct workqueue_struct *wq; member
|
/linux-4.4.14/fs/jbd2/ |
D | journal.c | 2576 wait_queue_head_t *wq; in jbd2_journal_release_jbd_inode() local
|
/linux-4.4.14/drivers/block/xen-blkback/ |
D | common.h | 290 wait_queue_head_t wq; member
|
/linux-4.4.14/drivers/net/can/spi/ |
D | mcp251x.c | 259 struct workqueue_struct *wq; member
|
/linux-4.4.14/include/net/ |
D | bonding.h | 229 struct workqueue_struct *wq; member
|
/linux-4.4.14/include/linux/mmc/ |
D | host.h | 332 wait_queue_head_t wq; member
|
/linux-4.4.14/include/linux/mlx5/ |
D | driver.h | 264 struct workqueue_struct *wq; member 397 struct workqueue_struct *wq; member
|
/linux-4.4.14/fs/ocfs2/dlm/ |
D | dlmcommon.h | 64 wait_queue_head_t wq; member 329 wait_queue_head_t wq; member
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_main.c | 2216 struct workqueue_struct *wq; member 2413 static void drbd_init_workqueue(struct drbd_work_queue* wq) in drbd_init_workqueue()
|
/linux-4.4.14/net/iucv/ |
D | af_iucv.c | 302 struct socket_wq *wq; in iucv_sock_wake_msglim() local
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | tcm_usb_gadget.c | 2092 static void usbg_delayed_set_alt(struct work_struct *wq) in usbg_delayed_set_alt()
|
/linux-4.4.14/drivers/mtd/ |
D | mtdswap.c | 552 wait_queue_head_t wq; in mtdswap_erase_block() local
|
/linux-4.4.14/drivers/scsi/ |
D | dpt_i2o.c | 139 adpt_wait_queue_head_t *wq; member
|
/linux-4.4.14/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-main.c | 1706 struct workqueue_struct *wq; in omapfb_start_auto_update() local
|
/linux-4.4.14/kernel/events/ |
D | uprobes.c | 99 wait_queue_head_t wq; /* if all slots are busy */ member
|