Home
last modified time | relevance | path

Searched refs:queue_lock (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/cam/ctl/
H A Dctl_backend_block.c182 struct mtx_padalign queue_lock; member
466 mtx_lock(&be_lun->queue_lock); in ctl_be_block_move_done()
468 mtx_unlock(&be_lun->queue_lock); in ctl_be_block_move_done()
1534 mtx_lock(&be_lun->queue_lock); in ctl_be_block_next()
1536 mtx_unlock(&be_lun->queue_lock); in ctl_be_block_next()
1672 mtx_lock(&be_lun->queue_lock); in ctl_be_block_worker()
1735 mtx_unlock(&be_lun->queue_lock); in ctl_be_block_worker()
1764 mtx_lock(&be_lun->queue_lock); in ctl_be_block_submit()
1766 mtx_unlock(&be_lun->queue_lock); in ctl_be_block_submit()
2734 mtx_lock(&be_lun->queue_lock); in ctl_be_block_config_write()
[all …]
H A Dctl_backend_ramdisk.c129 struct mtx_padalign queue_lock; member
443 mtx_lock(&be_lun->queue_lock); in ctl_backend_ramdisk_move_done()
446 mtx_unlock(&be_lun->queue_lock); in ctl_backend_ramdisk_move_done()
568 mtx_lock(&be_lun->queue_lock); in ctl_backend_ramdisk_worker()
574 mtx_unlock(&be_lun->queue_lock); in ctl_backend_ramdisk_worker()
579 mtx_lock(&be_lun->queue_lock); in ctl_backend_ramdisk_worker()
589 mtx_unlock(&be_lun->queue_lock); in ctl_backend_ramdisk_worker()
965 mtx_destroy(&be_lun->queue_lock); in ctl_backend_ramdisk_rm()
1138 mtx_init(&be_lun->queue_lock, "cram queue lock", NULL, MTX_DEF); in ctl_backend_ramdisk_create()
1218 mtx_destroy(&be_lun->queue_lock); in ctl_backend_ramdisk_create()
H A Dctl_private.h429 struct mtx_padalign queue_lock; member
H A Dctl.c2019 mtx_destroy(&thr->queue_lock); in ctl_shutdown()
13361 mtx_lock(&thr->queue_lock);
13365 mtx_unlock(&thr->queue_lock);
13551 mtx_lock(&thr->queue_lock);
13553 mtx_unlock(&thr->queue_lock);
13564 mtx_lock(&thr->queue_lock);
13566 mtx_unlock(&thr->queue_lock);
13577 mtx_lock(&thr->queue_lock);
13579 mtx_unlock(&thr->queue_lock);
13590 mtx_lock(&thr->queue_lock);
[all …]