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

/freebsd-10.2-release/sys/dev/ppbus/
H A Dif_plip.c159 static struct mtx lp_tables_lock; variable in typeref:struct:mtx
160 MTX_SYSINIT(lp_tables, &lp_tables_lock, "plip tables", MTX_DEF);
193 mtx_lock(&lp_tables_lock);
202 mtx_unlock(&lp_tables_lock);
313 mtx_lock(&lp_tables_lock);
318 mtx_unlock(&lp_tables_lock);
326 mtx_unlock(&lp_tables_lock);
343 mtx_unlock(&lp_tables_lock);

Completed in 50 milliseconds