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

/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_dma.c65 dev->buf_use = 0;
H A Ddrm_bufs.c828 if (dev->buf_use) {
978 if (dev->buf_use) {
1190 if (dev->buf_use) {
1348 * Increments drm_device::buf_use while holding the drm_device::buf_lock
1374 ++dev->buf_use; /* Can't allocate more after this call */
1571 dev->buf_use++; /* Can't allocate more after this call */
/netbsd-current/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_device.h373 /* Lock for &buf_use and a few other things. */
377 int buf_use; member in struct:drm_device
/netbsd-current/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_bufs.c849 if (dev->buf_use != 0) {
883 if (dev->buf_use != 0) {
917 if (dev->buf_use != 0) {
958 ++dev->buf_use; /* Can't allocate more after this call */
1090 dev->buf_use++; /* Can't allocate more after this call */
H A Ddrm_drv.c474 dev->buf_use = 0;
H A DdrmP.h564 * is open. dev->dma_lock protects the incrementing of dev->buf_use, which
796 int buf_use; /* Buffers in use -- cannot alloc */ member in struct:drm_device

Completed in 209 milliseconds