Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/ttm/
H A Dttm_device.c46 static unsigned ttm_glob_use_count; variable
57 if (--ttm_glob_use_count > 0) in ttm_global_release()
77 if (++ttm_glob_use_count > 1) in ttm_global_init()
123 --ttm_glob_use_count; in ttm_global_init()