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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Ddrm_bufs.c622 if (dev->buf_use) {
778 if (dev->buf_use) {
1010 if (dev->buf_use) {
1172 if (dev->buf_use) {
1343 * Increments drm_device::buf_use while holding the drm_device::count_lock
1369 ++dev->buf_use; /* Can't allocate more after this call */
1566 dev->buf_use++; /* Can't allocate more after this call */
H A Ddrm_fops.c67 dev->buf_use = 0;
H A DdrmP.h648 spinlock_t count_lock; /**< For inuse, drm_device::open_count, drm_device::buf_use */
657 int buf_use; /**< Buffers in use -- cannot alloc */ member in struct:drm_device
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dlinux_osl.c52 unsigned char buf_use[STATIC_BUF_MAX_NUM]; member in struct:bcm_static_buf
989 if (bcm_static_buf->buf_use[i] == 0)
1000 bcm_static_buf->buf_use[i] = 1;
1047 bcm_static_buf->buf_use[buf_idx] = 0;

Completed in 51 milliseconds