Searched refs:io_taskqueue (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/sys/cam/ctl/ |
| H A D | ctl_backend_ramdisk.c | 124 struct taskqueue *io_taskqueue; member 425 taskqueue_enqueue(be_lun->io_taskqueue, in ctl_backend_ramdisk_move_done() 1093 be_lun->io_taskqueue = taskqueue_create("ctlramtq", M_WAITOK, in ctl_backend_ramdisk_create() 1094 taskqueue_thread_enqueue, /*context*/&be_lun->io_taskqueue); in ctl_backend_ramdisk_create() 1095 if (be_lun->io_taskqueue == NULL) { in ctl_backend_ramdisk_create() 1101 retval = taskqueue_start_threads_in_proc(&be_lun->io_taskqueue, in ctl_backend_ramdisk_create() 1131 if (be_lun->io_taskqueue != NULL) in ctl_backend_ramdisk_create() 1132 taskqueue_free(be_lun->io_taskqueue); in ctl_backend_ramdisk_create() 1227 taskqueue_drain_all(be_lun->io_taskqueue); in ctl_backend_ramdisk_lun_shutdown() 1228 taskqueue_free(be_lun->io_taskqueue); in ctl_backend_ramdisk_lun_shutdown()
|
| H A D | ctl_backend_block.c | 173 struct taskqueue *io_taskqueue; member 484 taskqueue_enqueue(be_lun->io_taskqueue, &be_lun->io_task); in ctl_be_block_move_done() 1529 taskqueue_enqueue(be_lun->io_taskqueue, &be_lun->io_task); in ctl_be_block_next() 2333 if (be_lun->io_taskqueue == NULL) { in ctl_be_block_create() 2392 if (be_lun->io_taskqueue != NULL) in ctl_be_block_create() 2393 taskqueue_free(be_lun->io_taskqueue); in ctl_be_block_create() 2438 taskqueue_drain_all(be_lun->io_taskqueue); in ctl_be_block_rm() 2560 taskqueue_drain_all(be_lun->io_taskqueue); in ctl_be_block_modify() 2587 taskqueue_drain_all(be_lun->io_taskqueue); in ctl_be_block_lun_shutdown() 2588 taskqueue_free(be_lun->io_taskqueue); in ctl_be_block_lun_shutdown() [all …]
|
| /freebsd-13.1/sys/dev/xen/blkback/ |
| H A D | blkback.c | 551 struct taskqueue *io_taskqueue; member 1178 taskqueue_enqueue(xbb->io_taskqueue, &xbb->io_task); in xbb_release_reqlist() 1455 taskqueue_enqueue(xbb->io_taskqueue, &xbb->io_task); in xbb_complete_reqlist() 2036 taskqueue_enqueue(xbb->io_taskqueue, &xbb->io_task); in xbb_filter() 2791 taskqueue_drain(xbb->io_taskqueue, &xbb->io_task); in xbb_disconnect() 3672 xbb->io_taskqueue = taskqueue_create_fast(device_get_nameunit(dev), in xbb_attach_disk() 3675 /*contxt*/&xbb->io_taskqueue); in xbb_attach_disk() 3676 if (xbb->io_taskqueue == NULL) { in xbb_attach_disk() 3681 taskqueue_start_threads(&xbb->io_taskqueue, in xbb_attach_disk() 3821 if (xbb->io_taskqueue != NULL) in xbb_detach() [all …]
|