Home
last modified time | relevance | path

Searched defs:wq (Results 1 – 25 of 162) sorted by relevance

1234567

/linux-3.3/drivers/net/ethernet/cisco/enic/
Dvnic_wq.c30 static int vnic_wq_alloc_bufs(struct vnic_wq *wq) in vnic_wq_alloc_bufs()
70 void vnic_wq_free(struct vnic_wq *wq) in vnic_wq_free()
89 int vnic_wq_alloc(struct vnic_dev *vdev, struct vnic_wq *wq, unsigned int index, in vnic_wq_alloc()
118 static void vnic_wq_init_start(struct vnic_wq *wq, unsigned int cq_index, in vnic_wq_init_start()
141 void vnic_wq_init(struct vnic_wq *wq, unsigned int cq_index, in vnic_wq_init()
150 unsigned int vnic_wq_error_status(struct vnic_wq *wq) in vnic_wq_error_status()
155 void vnic_wq_enable(struct vnic_wq *wq) in vnic_wq_enable()
160 int vnic_wq_disable(struct vnic_wq *wq) in vnic_wq_disable()
178 void vnic_wq_clean(struct vnic_wq *wq, in vnic_wq_clean()
179 void (*buf_clean)(struct vnic_wq *wq, struct vnic_wq_buf *buf)) in vnic_wq_clean()
Denic_res.h43 static inline void enic_queue_wq_desc_ex(struct vnic_wq *wq, in enic_queue_wq_desc_ex()
65 static inline void enic_queue_wq_desc_cont(struct vnic_wq *wq, in enic_queue_wq_desc_cont()
74 static inline void enic_queue_wq_desc(struct vnic_wq *wq, void *os_buf, in enic_queue_wq_desc()
84 static inline void enic_queue_wq_desc_csum(struct vnic_wq *wq, in enic_queue_wq_desc_csum()
96 static inline void enic_queue_wq_desc_csum_l4(struct vnic_wq *wq, in enic_queue_wq_desc_csum_l4()
107 static inline void enic_queue_wq_desc_tso(struct vnic_wq *wq, in enic_queue_wq_desc_tso()
Dvnic_wq.h86 static inline unsigned int vnic_wq_desc_avail(struct vnic_wq *wq) in vnic_wq_desc_avail()
92 static inline unsigned int vnic_wq_desc_used(struct vnic_wq *wq) in vnic_wq_desc_used()
98 static inline void *vnic_wq_next_desc(struct vnic_wq *wq) in vnic_wq_next_desc()
103 static inline void vnic_wq_post(struct vnic_wq *wq, in vnic_wq_post()
129 static inline void vnic_wq_service(struct vnic_wq *wq, in vnic_wq_service()
131 void (*buf_service)(struct vnic_wq *wq, in vnic_wq_service()
Denic_main.c156 static inline unsigned int enic_cq_wq(struct enic *enic, unsigned int wq) in enic_cq_wq()
181 static inline unsigned int enic_msix_wq_intr(struct enic *enic, unsigned int wq) in enic_msix_wq_intr()
367 static void enic_free_wq_buf(struct vnic_wq *wq, struct vnic_wq_buf *buf) in enic_free_wq_buf()
382 static void enic_wq_free_buf(struct vnic_wq *wq, in enic_wq_free_buf()
606 struct vnic_wq *wq, struct sk_buff *skb, in enic_queue_wq_skb_cont()
625 struct vnic_wq *wq, struct sk_buff *skb, in enic_queue_wq_skb_vlan()
649 struct vnic_wq *wq, struct sk_buff *skb, in enic_queue_wq_skb_csum_l4()
677 struct vnic_wq *wq, struct sk_buff *skb, unsigned int mss, in enic_queue_wq_skb_tso()
750 struct vnic_wq *wq, struct sk_buff *skb) in enic_queue_wq_skb()
782 struct vnic_wq *wq = &enic->wq[0]; in enic_hard_start_xmit() local
/linux-3.3/drivers/scsi/fnic/
Dvnic_wq.c27 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()
Dvnic_wq_copy.c25 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()
Dvnic_wq_copy.h36 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()
Dfnic_res.h30 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()
Dvnic_wq.h96 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()
Dfnic_scsi.c136 static int free_wq_copy_descs(struct fnic *fnic, struct vnic_wq_copy *wq) in free_wq_copy_descs()
174 struct vnic_wq_copy *wq = &fnic->wq_copy[0]; in fnic_fw_reset_handler() local
209 struct vnic_wq_copy *wq = &fnic->wq_copy[0]; in fnic_flogi_reg_handler() local
260 struct vnic_wq_copy *wq, in fnic_queue_wq_copy_desc()
358 struct vnic_wq_copy *wq; in fnic_queuecommand_lck() local
593 static inline int is_ack_index_in_range(struct vnic_wq_copy *wq, in is_ack_index_in_range()
622 struct vnic_wq_copy *wq; in fnic_fcpio_ack_handler() local
992 void fnic_wq_copy_cleanup_handler(struct vnic_wq_copy *wq, in fnic_wq_copy_cleanup_handler()
1046 struct vnic_wq_copy *wq = &fnic->wq_copy[0]; in fnic_queue_abort_io_req() local
1377 struct vnic_wq_copy *wq = &fnic->wq_copy[0]; in fnic_queue_dr_io_req() local
Dfnic_fcs.c471 struct vnic_wq *wq = &fnic->wq[0]; in fnic_eth_send() local
507 struct vnic_wq *wq = &fnic->wq[0]; in fnic_send_frame() local
664 static void fnic_wq_complete_frame_send(struct vnic_wq *wq, in fnic_wq_complete_frame_send()
710 void fnic_free_wq_buf(struct vnic_wq *wq, struct vnic_wq_buf *buf) in fnic_free_wq_buf()
/linux-3.3/include/linux/
Dwait.h192 #define __wait_event(wq, condition) \ argument
217 #define wait_event(wq, condition) \ argument
224 #define __wait_event_timeout(wq, condition, ret) \ argument
255 #define wait_event_timeout(wq, condition, timeout) \ argument
263 #define __wait_event_interruptible(wq, condition, ret) \ argument
296 #define wait_event_interruptible(wq, condition) \ argument
304 #define __wait_event_interruptible_timeout(wq, condition, ret) \ argument
341 #define wait_event_interruptible_timeout(wq, condition, timeout) \ argument
349 #define __wait_event_interruptible_exclusive(wq, condition, ret) \ argument
371 #define wait_event_interruptible_exclusive(wq, condition) \ argument
[all …]
Dfreezer.h133 #define wait_event_freezekillable(wq, condition) \ argument
142 #define wait_event_freezable(wq, condition) \ argument
155 #define wait_event_freezable_timeout(wq, condition, timeout) \ argument
192 #define wait_event_freezable(wq, condition) \ argument
195 #define wait_event_freezable_timeout(wq, condition, timeout) \ argument
198 #define wait_event_freezekillable(wq, condition) \ argument
/linux-3.3/drivers/infiniband/hw/cxgb4/
Dcq.c177 static void insert_recv_cqe(struct t4_wq *wq, struct t4_cq *cq) in insert_recv_cqe()
194 int c4iw_flush_rq(struct t4_wq *wq, struct t4_cq *cq, int count) in c4iw_flush_rq()
209 static void insert_sq_cqe(struct t4_wq *wq, struct t4_cq *cq, in insert_sq_cqe()
228 int c4iw_flush_sq(struct t4_wq *wq, struct t4_cq *cq, int count) in c4iw_flush_sq()
268 static int cqe_completes_wr(struct t4_cqe *cqe, struct t4_wq *wq) in cqe_completes_wr()
284 void c4iw_count_scqes(struct t4_cq *cq, struct t4_wq *wq, int *count) in c4iw_count_scqes()
303 void c4iw_count_rcqes(struct t4_cq *cq, struct t4_wq *wq, int *count) in c4iw_count_rcqes()
322 static void flush_completed_wrs(struct t4_wq *wq, struct t4_cq *cq) in flush_completed_wrs()
353 static void create_read_req_cqe(struct t4_wq *wq, struct t4_cqe *hw_cqe, in create_read_req_cqe()
368 static void advance_oldest_read(struct t4_wq *wq) in advance_oldest_read()
[all …]
Dt4.h340 static inline int t4_rqes_posted(struct t4_wq *wq) in t4_rqes_posted()
345 static inline int t4_rq_empty(struct t4_wq *wq) in t4_rq_empty()
350 static inline int t4_rq_full(struct t4_wq *wq) in t4_rq_full()
355 static inline u32 t4_rq_avail(struct t4_wq *wq) in t4_rq_avail()
360 static inline void t4_rq_produce(struct t4_wq *wq, u8 len16) in t4_rq_produce()
370 static inline void t4_rq_consume(struct t4_wq *wq) in t4_rq_consume()
383 static inline int t4_sq_empty(struct t4_wq *wq) in t4_sq_empty()
388 static inline int t4_sq_full(struct t4_wq *wq) in t4_sq_full()
393 static inline u32 t4_sq_avail(struct t4_wq *wq) in t4_sq_avail()
398 static inline void t4_sq_produce(struct t4_wq *wq, u8 len16) in t4_sq_produce()
[all …]
/linux-3.3/fs/autofs4/
Dwaitq.c29 struct autofs_wait_queue *wq, *nwq; in autofs4_catatonic_mode() local
113 struct autofs_wait_queue *wq, in autofs4_notify_daemon()
252 struct autofs_wait_queue *wq; in autofs4_find_wait() local
277 struct autofs_wait_queue *wq; in validate_request() local
370 struct autofs_wait_queue *wq; in autofs4_wait() local
554 struct autofs_wait_queue *wq, **wql; in autofs4_wait_release() local
/linux-3.3/drivers/infiniband/hw/cxgb3/
Dcxio_hal.c275 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()
1075 static void flush_completed_wrs(struct t3_wq *wq, struct t3_cq *cq) in flush_completed_wrs()
[all …]
Diwch_cq.c49 struct t3_wq *wq; in iwch_poll_cq_one() local
/linux-3.3/kernel/
Dwait.c194 __wait_on_bit(wait_queue_head_t *wq, struct wait_bit_queue *q, in __wait_on_bit()
212 wait_queue_head_t *wq = bit_waitqueue(word, bit); in out_of_line_wait_on_bit() local
220 __wait_on_bit_lock(wait_queue_head_t *wq, struct wait_bit_queue *q, in __wait_on_bit_lock()
243 wait_queue_head_t *wq = bit_waitqueue(word, bit); in out_of_line_wait_on_bit_lock() local
250 void __wake_up_bit(wait_queue_head_t *wq, void *word, int bit) in __wake_up_bit()
Dworkqueue.c179 struct workqueue_struct *wq; /* I: the owning workqueue */ member
287 struct workqueue_struct *wq) in __next_wq_cpu()
315 #define for_each_cwq_cpu(cpu, wq) \ argument
476 struct workqueue_struct *wq) in get_cwq()
957 static bool is_chained_work(struct workqueue_struct *wq) in is_chained_work()
984 static void __queue_work(unsigned int cpu, struct workqueue_struct *wq, in __queue_work()
1069 int queue_work(struct workqueue_struct *wq, struct work_struct *work) in queue_work()
1092 queue_work_on(int cpu, struct workqueue_struct *wq, struct work_struct *work) in queue_work_on()
1120 int queue_delayed_work(struct workqueue_struct *wq, in queue_delayed_work()
1139 int queue_delayed_work_on(int cpu, struct workqueue_struct *wq, in queue_delayed_work_on()
[all …]
/linux-3.3/fs/jfs/
Djfs_lock.h35 #define __SLEEP_COND(wq, cond, lock_cmd, unlock_cmd) \ argument
/linux-3.3/drivers/infiniband/hw/ipath/
Dipath_srq.c52 struct ipath_rwq *wq; in ipath_post_srq_receive() local
220 struct ipath_rwq *wq; in ipath_modify_srq() local
/linux-3.3/drivers/infiniband/hw/qib/
Dqib_srq.c52 struct qib_rwq *wq; in qib_post_srq_receive() local
216 struct qib_rwq *wq; in qib_modify_srq() local
/linux-3.3/fs/ext4/
Dpage-io.c55 wait_queue_head_t *wq = ext4_ioend_wq(inode); in ext4_ioend_wait() local
191 struct workqueue_struct *wq; in ext4_end_bio() local
/linux-3.3/net/sunrpc/
Dsvcsock.c453 wait_queue_head_t *wq = sk_sleep(sk); in svc_udp_data_ready() local
472 wait_queue_head_t *wq = sk_sleep(sk); in svc_write_space() local
785 wait_queue_head_t *wq; in svc_tcp_listen_data_ready() local
819 wait_queue_head_t *wq = sk_sleep(sk); in svc_tcp_state_change() local
837 wait_queue_head_t *wq = sk_sleep(sk); in svc_tcp_data_ready() local
1594 wait_queue_head_t *wq; in svc_sock_detach() local

1234567