Searched refs:io_taskqueue (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sys/cam/ctl/ |
| H A D | ctl_backend_ramdisk.c | 122 struct taskqueue *io_taskqueue; member 424 taskqueue_enqueue(be_lun->io_taskqueue, in ctl_backend_ramdisk_move_done() 1092 be_lun->io_taskqueue = taskqueue_create("ctlramtq", M_WAITOK, in ctl_backend_ramdisk_create() 1093 taskqueue_thread_enqueue, /*context*/&be_lun->io_taskqueue); in ctl_backend_ramdisk_create() 1094 if (be_lun->io_taskqueue == NULL) { in ctl_backend_ramdisk_create() 1100 retval = taskqueue_start_threads_in_proc(&be_lun->io_taskqueue, in ctl_backend_ramdisk_create() 1130 if (be_lun->io_taskqueue != NULL) in ctl_backend_ramdisk_create() 1131 taskqueue_free(be_lun->io_taskqueue); in ctl_backend_ramdisk_create() 1226 taskqueue_drain_all(be_lun->io_taskqueue); in ctl_backend_ramdisk_lun_shutdown() 1227 taskqueue_free(be_lun->io_taskqueue); in ctl_backend_ramdisk_lun_shutdown()
|
| H A D | ctl_backend_block.c | 175 struct taskqueue *io_taskqueue; member 488 taskqueue_enqueue(be_lun->io_taskqueue, &be_lun->io_task); in ctl_be_block_move_done() 1611 taskqueue_enqueue(be_lun->io_taskqueue, &be_lun->io_task); in ctl_be_block_next() 2426 if (be_lun->io_taskqueue == NULL) { in ctl_be_block_create() 2485 if (be_lun->io_taskqueue != NULL) in ctl_be_block_create() 2486 taskqueue_free(be_lun->io_taskqueue); in ctl_be_block_create() 2531 taskqueue_drain_all(be_lun->io_taskqueue); in ctl_be_block_rm() 2653 taskqueue_drain_all(be_lun->io_taskqueue); in ctl_be_block_modify() 2680 taskqueue_drain_all(be_lun->io_taskqueue); in ctl_be_block_lun_shutdown() 2681 taskqueue_free(be_lun->io_taskqueue); in ctl_be_block_lun_shutdown() [all …]
|
| /freebsd-14.2/sys/dev/xen/blkback/ |
| H A D | blkback.c | 498 struct taskqueue *io_taskqueue; member 1102 taskqueue_enqueue(xbb->io_taskqueue, &xbb->io_task); in xbb_release_reqlist() 1381 taskqueue_enqueue(xbb->io_taskqueue, &xbb->io_task); in xbb_complete_reqlist() 1946 taskqueue_enqueue(xbb->io_taskqueue, &xbb->io_task); in xbb_filter() 2625 if (xbb->io_taskqueue != NULL) in xbb_disconnect() 2626 taskqueue_drain(xbb->io_taskqueue, &xbb->io_task); in xbb_disconnect() 3486 /*contxt*/&xbb->io_taskqueue); in xbb_attach_disk() 3487 if (xbb->io_taskqueue == NULL) { in xbb_attach_disk() 3492 taskqueue_start_threads(&xbb->io_taskqueue, in xbb_attach_disk() 3671 if (xbb->io_taskqueue != NULL) in xbb_detach() [all …]
|