Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_os_alloc.c63 ….timed_shrinker = __DELAYED_WORK_INITIALIZER(mali_mem_os_allocator.timed_shrinker, mali_mem_os_tri…
65 ….timed_shrinker = __DEFERRED_WORK_INITIALIZER(mali_mem_os_allocator.timed_shrinker, mali_mem_os_tr…
67 ….timed_shrinker = __DELAYED_WORK_INITIALIZER(mali_mem_os_allocator.timed_shrinker, mali_mem_os_tri…
107 …queue_delayed_work(mali_mem_os_allocator.wq, &mali_mem_os_allocator.timed_shrinker, MALI_OS_MEMORY… in mali_mem_os_free()
274 cancel_delayed_work(&mali_mem_os_allocator.timed_shrinker); in mali_mem_os_alloc_pages()
703 cancel_delayed_work(&mali_mem_os_allocator.timed_shrinker); in mali_mem_os_shrink()
751 …queue_delayed_work(mali_mem_os_allocator.wq, &mali_mem_os_allocator.timed_shrinker, MALI_OS_MEMORY… in mali_mem_os_trim_pool()
771 cancel_delayed_work_sync(&mali_mem_os_allocator.timed_shrinker); in mali_mem_os_term()
H A Dmali_memory_types.h157 struct delayed_work timed_shrinker; member