Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/gpu/drm/ttm/
Dttm_device.c44 static unsigned ttm_glob_use_count; variable
55 if (--ttm_glob_use_count > 0) in ttm_global_release()
75 if (++ttm_glob_use_count > 1) in ttm_global_init()
121 --ttm_glob_use_count; in ttm_global_init()