Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/hptmv/
H A Dentry.c159 static struct mtx DpcQueue_Lock; variable
160 MTX_SYSINIT(hpmtv_dpc_lock, &DpcQueue_Lock, "hptmv dpc", MTX_DEF);
2397 mtx_lock(&DpcQueue_Lock); in hpt_worker_thread()
2404 mtx_unlock(&DpcQueue_Lock); in hpt_worker_thread()
2408 mtx_lock(&DpcQueue_Lock); in hpt_worker_thread()
2419 mtx_unlock(&DpcQueue_Lock); in hpt_worker_thread()
2452 mtx_lock(&DpcQueue_Lock); in hpt_worker_thread()
2454 mtx_unlock(&DpcQueue_Lock); in hpt_worker_thread()
2930 mtx_lock(&DpcQueue_Lock); in hpt_queue_dpc()
2934 mtx_unlock(&DpcQueue_Lock); in hpt_queue_dpc()
[all …]