Home
last modified time | relevance | path

Searched refs:add_mm_counter (Results 1 - 5 of 5) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_mem_linux.c2376 add_mm_counter(mm, MM_FILEPAGES, pages);
2379 add_mm_counter(mm, MM_FILEPAGES, pages);
2404 add_mm_counter(mm, MM_FILEPAGES, -pages);
2407 add_mm_counter(mm, MM_FILEPAGES, -pages);
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_mem_linux.c2374 add_mm_counter(mm, MM_FILEPAGES, pages);
2377 add_mm_counter(mm, MM_FILEPAGES, pages);
2402 add_mm_counter(mm, MM_FILEPAGES, -pages);
2405 add_mm_counter(mm, MM_FILEPAGES, -pages);
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem_linux.c3156 * we inline here the equivalent of 'add_mm_counter()' from linux
3161 add_mm_counter(mm, member, value);
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dmm.h1925 static inline void add_mm_counter(struct mm_struct *mm, int member, long value) in add_mm_counter() function
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem_linux.c3122 * we inline here the equivalent of 'add_mm_counter()' from linux
3127 add_mm_counter(mm, member, value);

Completed in 19 milliseconds