Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/hptmv/
H A Dentry.c155 static struct mtx DpcQueue_Lock; variable
156 MTX_SYSINIT(hpmtv_dpc_lock, &DpcQueue_Lock, "hptmv dpc", MTX_DEF);
2383 mtx_lock(&DpcQueue_Lock); in hpt_worker_thread()
2390 mtx_unlock(&DpcQueue_Lock); in hpt_worker_thread()
2394 mtx_lock(&DpcQueue_Lock); in hpt_worker_thread()
2405 mtx_unlock(&DpcQueue_Lock); in hpt_worker_thread()
2438 mtx_lock(&DpcQueue_Lock); in hpt_worker_thread()
2440 mtx_unlock(&DpcQueue_Lock); in hpt_worker_thread()
2916 mtx_lock(&DpcQueue_Lock); in hpt_queue_dpc()
2920 mtx_unlock(&DpcQueue_Lock); in hpt_queue_dpc()
[all …]