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

/freebsd-11.0-release/sys/dev/hptmv/
H A Dentry.c157 static struct mtx DpcQueue_Lock; variable in typeref:struct:mtx
158 MTX_SYSINIT(hpmtv_dpc_lock, &DpcQueue_Lock, "hptmv dpc", MTX_DEF);
2399 mtx_lock(&DpcQueue_Lock);
2406 mtx_unlock(&DpcQueue_Lock);
2410 mtx_lock(&DpcQueue_Lock);
2421 mtx_unlock(&DpcQueue_Lock);
2454 mtx_lock(&DpcQueue_Lock);
2456 mtx_unlock(&DpcQueue_Lock);
2932 mtx_lock(&DpcQueue_Lock);
2936 mtx_unlock(&DpcQueue_Lock);
[all...]

Completed in 70 milliseconds