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

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_bufs.c582 if (dev->buf_use) {
739 if (dev->buf_use) {
889 * Increments drm_device::buf_use while holding the drm_device::count_lock
912 ++dev->buf_use; /* Can't allocate more after this call */
1094 dev->buf_use++; /* Can't allocate more after this call */
H A Ddrm_fops.c101 dev->buf_use = 0;
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_bufs.c628 if (dev->buf_use != 0) {
664 if (dev->buf_use != 0) {
822 dev->buf_use++;
H A Ddrm_drv.c203 dev->buf_use = 0;
H A DdrmP.h403 * is open. dev->dma_lock protects the incrementing of dev->buf_use, which
618 int buf_use; /* Buffers in use -- cannot alloc */ member in struct:drm_device
/solaris-x11-s11/open-src/kernel/sys/drm/
H A DdrmP.h667 * is open. dev->dma_lock protects the incrementing of dev->buf_use, which
1085 spinlock_t count_lock; /**< For inuse, drm_device::open_count, drm_device::buf_use */
1093 int buf_use; /**< Buffers in use -- cannot alloc */ member in struct:drm_device

Completed in 29 milliseconds