Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_os_alloc.c45 static void mali_mem_os_trim_pool(struct work_struct *work);
63 … __DELAYED_WORK_INITIALIZER(mali_mem_os_allocator.timed_shrinker, mali_mem_os_trim_pool, TIMER_DEF…
65 …hrinker = __DEFERRED_WORK_INITIALIZER(mali_mem_os_allocator.timed_shrinker, mali_mem_os_trim_pool),
67 …shrinker = __DELAYED_WORK_INITIALIZER(mali_mem_os_allocator.timed_shrinker, mali_mem_os_trim_pool),
713 static void mali_mem_os_trim_pool(struct work_struct *data) in mali_mem_os_trim_pool() function