Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptmv/
H A Dentry.c153 static struct mtx DpcQueue_Lock; variable
154 MTX_SYSINIT(hpmtv_dpc_lock, &DpcQueue_Lock, "hptmv dpc", MTX_DEF);
2380 mtx_lock(&DpcQueue_Lock); in hpt_worker_thread()
2387 mtx_unlock(&DpcQueue_Lock); in hpt_worker_thread()
2391 mtx_lock(&DpcQueue_Lock); in hpt_worker_thread()
2402 mtx_unlock(&DpcQueue_Lock); in hpt_worker_thread()
2435 mtx_lock(&DpcQueue_Lock); in hpt_worker_thread()
2437 mtx_unlock(&DpcQueue_Lock); in hpt_worker_thread()
2913 mtx_lock(&DpcQueue_Lock); in hpt_queue_dpc()
2917 mtx_unlock(&DpcQueue_Lock); in hpt_queue_dpc()
[all …]