Searched refs:release_idr (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/thermal/ |
D | clock_cooling.c | 98 static void release_idr(int id) in release_idr() function 443 release_idr(ccdev->id); in clock_cooling_register() 452 release_idr(ccdev->id); in clock_cooling_register() 483 release_idr(ccdev->id); in clock_cooling_unregister()
|
D | cpu_cooling.c | 109 static void release_idr(struct idr *idr, int id) in release_idr() function 402 release_idr(&cpufreq_idr, cpufreq_dev->id); in __cpufreq_cooling_register() 477 release_idr(&cpufreq_idr, cpufreq_dev->id); in cpufreq_cooling_unregister()
|
D | thermal_core.c | 165 static void release_idr(struct idr *idr, struct mutex *lock, int id) in release_idr() function 1022 goto release_idr; in thermal_zone_bind_cooling_device() 1054 release_idr: in thermal_zone_bind_cooling_device() 1055 release_idr(&tz->idr, &tz->lock, dev->id); in thermal_zone_bind_cooling_device() 1101 release_idr(&tz->idr, &tz->lock, pos->id); in thermal_zone_unbind_cooling_device() 1182 release_idr(&thermal_cdev_idr, &thermal_idr_lock, cdev->id); in __thermal_cooling_device_register() 1303 release_idr(&thermal_cdev_idr, &thermal_idr_lock, cdev->id); in thermal_cooling_device_unregister() 1538 release_idr(&thermal_tz_idr, &thermal_idr_lock, tz->id); in thermal_zone_device_register() 1628 release_idr(&thermal_tz_idr, &thermal_idr_lock, tz->id); in thermal_zone_device_register() 1693 release_idr(&thermal_tz_idr, &thermal_idr_lock, tz->id); in thermal_zone_device_unregister()
|
/linux-4.1.27/drivers/gpu/drm/qxl/ |
D | qxl_release.c | 146 handle = idr_alloc(&qdev->release_idr, release, 1, 0, GFP_NOWAIT); in qxl_release_alloc() 188 idr_remove(&qdev->release_idr, release->id); in qxl_release_free() 396 release = idr_find(&qdev->release_idr, id); in qxl_release_from_id_locked()
|
D | qxl_kms.c | 224 idr_init(&qdev->release_idr); in qxl_device_init()
|
D | qxl_drv.h | 288 struct idr release_idr; member
|