io_queue          139 drivers/md/dm-crypt.c 	struct workqueue_struct *io_queue;
io_queue         1499 drivers/md/dm-crypt.c 	queue_work(cc->io_queue, &io->work);
io_queue         2126 drivers/md/dm-crypt.c 	if (cc->io_queue)
io_queue         2127 drivers/md/dm-crypt.c 		destroy_workqueue(cc->io_queue);
io_queue         2709 drivers/md/dm-crypt.c 	cc->io_queue = alloc_workqueue("kcryptd_io/%s", WQ_MEM_RECLAIM, 1, devname);
io_queue         2710 drivers/md/dm-crypt.c 	if (!cc->io_queue) {
io_queue         1497 drivers/memstick/core/ms_block.c 	queue_work(msb->io_queue, &msb->io_work);
io_queue         2027 drivers/memstick/core/ms_block.c 		queue_work(msb->io_queue, &msb->io_work);
io_queue         2052 drivers/memstick/core/ms_block.c 	flush_workqueue(msb->io_queue);
io_queue         2084 drivers/memstick/core/ms_block.c 	queue_work(msb->io_queue, &msb->io_work);
io_queue         2147 drivers/memstick/core/ms_block.c 	msb->io_queue = alloc_ordered_workqueue("ms_block", WQ_MEM_RECLAIM);
io_queue          159 drivers/memstick/core/ms_block.h 	struct workqueue_struct		*io_queue;
io_queue          268 drivers/s390/net/ctcm_fsms.c 	while ((skb = skb_dequeue(&ch->io_queue))) {
io_queue          717 drivers/s390/net/ctcm_fsms.c 		skb_queue_purge(&ch->io_queue);
io_queue          720 drivers/s390/net/ctcm_fsms.c 		ctcm_purge_skb_queue(&ch->io_queue);
io_queue         1015 drivers/s390/net/ctcm_fsms.c 	skb = skb_peek(&ch->io_queue);
io_queue         1046 drivers/s390/net/ctcm_fsms.c 			ctcm_purge_skb_queue(&ch->io_queue);
io_queue         1239 drivers/s390/net/ctcm_fsms.c 	while ((skb = skb_dequeue(&ch->io_queue))) {
io_queue         1429 drivers/s390/net/ctcm_fsms.c 			skb_queue_tail(&ch->io_queue, new_skb);
io_queue         1434 drivers/s390/net/ctcm_fsms.c 			skb_queue_tail(&ch->io_queue, new_skb);
io_queue         1792 drivers/s390/net/ctcm_fsms.c 		skb_queue_tail(&wch->io_queue, skb);
io_queue          561 drivers/s390/net/ctcm_main.c 		skb_queue_tail(&ch->io_queue, skb);
io_queue          580 drivers/s390/net/ctcm_main.c 			skb_dequeue_tail(&ch->io_queue);
io_queue          822 drivers/s390/net/ctcm_main.c 		skb_queue_tail(&ch->io_queue, skb);
io_queue          843 drivers/s390/net/ctcm_main.c 			skb_dequeue_tail(&ch->io_queue);
io_queue         1477 drivers/s390/net/ctcm_main.c 	skb_queue_head_init(&ch->io_queue);
io_queue          155 drivers/s390/net/ctcm_main.h 	struct sk_buff_head io_queue;	/* universal I/O queue */
io_queue         1088 drivers/s390/net/ctcm_mpc.c 			skb_queue_tail(&ch->io_queue, pskb);
io_queue         1248 drivers/s390/net/ctcm_mpc.c 			(skb = skb_dequeue(&ch->io_queue))) {
io_queue         1258 drivers/s390/net/ctcm_mpc.c 		if (skb == skb_peek(&ch->io_queue))
io_queue          136 drivers/staging/rtl8712/drv_types.h 	struct	io_queue	*pio_queue;
io_queue          100 drivers/staging/rtl8712/rtl871x_io.c 	struct io_queue *pio_queue;
io_queue          139 drivers/staging/rtl8712/rtl871x_io.c 	struct io_queue *pio_queue = adapter->pio_queue;
io_queue           69 drivers/staging/rtl8712/rtl871x_io.h struct io_queue;
io_queue           94 drivers/staging/rtl8712/rtl871x_io.h 	void (*_sync_irp_protocol_rw)(struct io_queue *pio_q);
io_queue          143 drivers/staging/rtl8712/usb_ops_linux.c 	struct io_queue *pio_q = (struct io_queue *)purb->context;
io_queue          162 drivers/staging/rtl8712/usb_ops_linux.c 	struct io_queue *pio_queue = padapter->pio_queue;
io_queue           77 drivers/staging/rtl8723bs/include/rtw_io.h struct io_queue;
io_queue           96 drivers/staging/rtl8723bs/include/rtw_io.h 		void (*_sync_irp_protocol_rw)(struct io_queue *pio_q);
io_queue          270 drivers/staging/rtl8723bs/include/rtw_io.h extern uint ioreq_flush(struct adapter *adapter, struct io_queue *ioqueue);
io_queue          271 drivers/staging/rtl8723bs/include/rtw_io.h extern void sync_ioreq_enqueue(struct io_req *preq, struct io_queue *ioqueue);
io_queue          272 drivers/staging/rtl8723bs/include/rtw_io.h extern uint sync_ioreq_flush(struct adapter *adapter, struct io_queue *ioqueue);
io_queue          275 drivers/staging/rtl8723bs/include/rtw_io.h extern uint free_ioreq(struct io_req *preq, struct io_queue *pio_queue);
io_queue          276 drivers/staging/rtl8723bs/include/rtw_io.h extern struct io_req *alloc_ioreq(struct io_queue *pio_q);
io_queue          345 drivers/staging/rtl8723bs/include/rtw_io.h extern void async_bus_io(struct io_queue *pio_q);
io_queue          346 drivers/staging/rtl8723bs/include/rtw_io.h extern void bus_sync_io(struct io_queue *pio_q);
io_queue          347 drivers/staging/rtl8723bs/include/rtw_io.h extern u32 _ioreq2rwmem(struct io_queue *pio_q);