Searched refs:queue_lock (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/cam/ctl/ |
H A D | ctl_backend_block.c | 183 struct mtx_padalign queue_lock; member 509 mtx_lock(&be_lun->queue_lock); in ctl_be_block_move_done() 511 mtx_unlock(&be_lun->queue_lock); in ctl_be_block_move_done() 1933 mtx_lock(&be_lun->queue_lock); in ctl_be_block_next() 1935 mtx_unlock(&be_lun->queue_lock); in ctl_be_block_next() 2079 mtx_lock(&be_lun->queue_lock); in ctl_be_block_worker() 2084 mtx_unlock(&be_lun->queue_lock); in ctl_be_block_worker() 2098 mtx_unlock(&be_lun->queue_lock); in ctl_be_block_worker() 2111 mtx_unlock(&be_lun->queue_lock); in ctl_be_block_worker() 2124 mtx_unlock(&be_lun->queue_lock); in ctl_be_block_worker() [all …]
|
H A D | ctl_backend_ramdisk.c | 124 struct mtx_padalign queue_lock; member 411 mtx_lock(&be_lun->queue_lock); in ctl_backend_ramdisk_move_done() 414 mtx_unlock(&be_lun->queue_lock); in ctl_backend_ramdisk_move_done() 531 mtx_lock(&be_lun->queue_lock); in ctl_backend_ramdisk_worker() 536 mtx_unlock(&be_lun->queue_lock); in ctl_backend_ramdisk_worker() 541 mtx_lock(&be_lun->queue_lock); in ctl_backend_ramdisk_worker() 551 mtx_unlock(&be_lun->queue_lock); in ctl_backend_ramdisk_worker() 1282 mtx_init(&be_lun->queue_lock, "ctlram queue", NULL, MTX_DEF); in ctl_backend_ramdisk_create() 1330 mtx_destroy(&be_lun->queue_lock); in ctl_backend_ramdisk_create() 1426 mtx_destroy(&be_lun->queue_lock); in ctl_backend_ramdisk_lun_shutdown()
|
H A D | ctl_private.h | 378 struct mtx_padalign queue_lock; member
|
H A D | ctl.c | 2006 mtx_init(&thr->queue_lock, "CTL queue mutex", NULL, MTX_DEF); in ctl_init() 2059 mtx_destroy(&thr->queue_lock); in ctl_shutdown() 14323 mtx_lock(&thr->queue_lock); 14327 mtx_unlock(&thr->queue_lock); 14335 mtx_unlock(&thr->queue_lock); 14342 mtx_unlock(&thr->queue_lock); 14362 mtx_unlock(&thr->queue_lock); 14382 mtx_sleep(thr, &thr->queue_lock, PDROP, "-", 0); 14505 mtx_lock(&thr->queue_lock); 14507 mtx_unlock(&thr->queue_lock); [all …]
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | core.h | 1182 spinlock_t queue_lock[IEEE80211_NUM_ACS]; member
|
H A D | core.c | 3728 spin_lock_init(&ar->queue_lock[ac]); in ath10k_core_create()
|
H A D | mac.c | 4751 spin_lock_bh(&ar->queue_lock[ac]); in ath10k_mac_op_wake_tx_queue() 4767 spin_unlock_bh(&ar->queue_lock[ac]); in ath10k_mac_op_wake_tx_queue()
|