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

/freebsd-13-stable/sys/dev/ppbus/
H A Dif_plip.c162 static struct mtx lp_tables_lock; variable in typeref:struct:mtx
163 MTX_SYSINIT(lp_tables, &lp_tables_lock, "plip tables", MTX_DEF);
196 mtx_lock(&lp_tables_lock);
205 mtx_unlock(&lp_tables_lock);
316 mtx_lock(&lp_tables_lock);
321 mtx_unlock(&lp_tables_lock);
329 mtx_unlock(&lp_tables_lock);
346 mtx_unlock(&lp_tables_lock);

Completed in 29 milliseconds