Home
last modified time | relevance | path

Searched refs:total_unlocks (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/drivers/char/drm-4.0/
Dgamma_drv.c152 atomic_set(&dev->total_unlocks, 0); in gamma_setup()
554 atomic_inc(&dev->total_unlocks); in gamma_unlock()
Di810_drv.c161 atomic_set(&dev->total_unlocks, 0); in i810_setup()
632 atomic_inc(&dev->total_unlocks); in i810_unlock()
Dr128_drv.c169 atomic_set(&dev->total_unlocks, 0); in r128_setup()
680 atomic_inc(&dev->total_unlocks); in r128_unlock()
Dtdfx_drv.c144 atomic_set(&dev->total_unlocks, 0); in tdfx_setup()
672 atomic_inc(&dev->total_unlocks); in tdfx_unlock()
Dmga_drv.c162 atomic_set(&dev->total_unlocks, 0); in mga_setup()
655 atomic_inc(&dev->total_unlocks); in mga_unlock()
Dradeon_drv.c167 atomic_set(&dev->total_unlocks, 0); in radeon_setup()
683 atomic_inc(&dev->total_unlocks); in radeon_unlock()
Dffb_drv.c503 atomic_set(&dev->total_unlocks, 0); in ffb_setup()
762 atomic_inc(&dev->total_unlocks); in ffb_unlock()
Dproc.c474 DRM_PROC_PRINT("unlocks %10u\n", atomic_read(&dev->total_unlocks)); in _drm_histo_info()
DdrmP.h550 atomic_t total_unlocks; member