Searched refs:io_queue (Results 1 – 6 of 6) sorted by relevance
158 struct workqueue_struct *io_queue; member
1503 queue_work(msb->io_queue, &msb->io_work); in msb_cache_flush_timer()2004 queue_work(msb->io_queue, &msb->io_work); in msb_queue_rq()2030 flush_workqueue(msb->io_queue); in msb_stop()2062 queue_work(msb->io_queue, &msb->io_work); in msb_start()2116 msb->io_queue = alloc_ordered_workqueue("ms_block", WQ_MEM_RECLAIM); in msb_init_disk()2117 if (!msb->io_queue) { in msb_init_disk()2136 destroy_workqueue(msb->io_queue); in msb_init_disk()
156 struct sk_buff_head io_queue; /* universal I/O queue */ member
560 skb_queue_tail(&ch->io_queue, skb); in ctcm_transmit_skb()579 skb_dequeue_tail(&ch->io_queue); in ctcm_transmit_skb()781 skb_queue_tail(&ch->io_queue, skb); in ctcmpc_transmit_skb()802 skb_dequeue_tail(&ch->io_queue); in ctcmpc_transmit_skb()1429 skb_queue_head_init(&ch->io_queue); in add_channel()
1074 skb_queue_tail(&ch->io_queue, pskb); in ctcmpc_unpack_skb()1234 (skb = skb_dequeue(&ch->io_queue))) { in ctcmpc_bh()1244 if (skb == skb_peek(&ch->io_queue)) in ctcmpc_bh()
164 struct workqueue_struct *io_queue; member1921 queue_work(cc->io_queue, &io->work); in kcryptd_queue_read()2744 if (cc->io_queue) in crypt_dtr()2745 destroy_workqueue(cc->io_queue); in crypt_dtr()3403 cc->io_queue = alloc_workqueue("kcryptd_io-%s-%d", in crypt_ctr()3406 if (!cc->io_queue) { in crypt_ctr()