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

/freebsd-10-stable/sys/dev/ppbus/
H A Dppi.c67 struct sx ppi_lock; member in struct:ppi_data
188 sx_init(&ppi->ppi_lock, "ppi");
214 sx_destroy(&ppi->ppi_lock);
298 sx_xlock(&ppi->ppi_lock);
305 sx_xunlock(&ppi->ppi_lock);
311 sx_xunlock(&ppi->ppi_lock);
323 sx_xlock(&ppi->ppi_lock);
344 sx_xunlock(&ppi->ppi_lock);

Completed in 43 milliseconds