Searched refs:timed_shrinker (Results 1 – 2 of 2) sorted by relevance
63 ….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()
157 struct delayed_work timed_shrinker; member