Home
last modified time | relevance | path

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

/freebsd-13.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);
2391 mtx_lock(&DpcQueue_Lock); in hpt_worker_thread()
2398 mtx_unlock(&DpcQueue_Lock); in hpt_worker_thread()
2402 mtx_lock(&DpcQueue_Lock); in hpt_worker_thread()
2413 mtx_unlock(&DpcQueue_Lock); in hpt_worker_thread()
2446 mtx_lock(&DpcQueue_Lock); in hpt_worker_thread()
2448 mtx_unlock(&DpcQueue_Lock); in hpt_worker_thread()
2924 mtx_lock(&DpcQueue_Lock); in hpt_queue_dpc()
2928 mtx_unlock(&DpcQueue_Lock); in hpt_queue_dpc()
[all …]