Searched refs:page_counter_memparse (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/include/linux/ |
D | page_counter.h | 84 int page_counter_memparse(const char *buf, const char *max,
|
/linux-6.12.1/mm/ |
D | page_counter.c | 270 int page_counter_memparse(const char *buf, const char *max, in page_counter_memparse() function
|
D | memcontrol.c | 4023 err = page_counter_memparse(buf, "max", &min); in memory_min_write() 4046 err = page_counter_memparse(buf, "max", &low); in memory_low_write() 4071 err = page_counter_memparse(buf, "max", &high); in memory_high_write() 4120 err = page_counter_memparse(buf, "max", &max); in memory_max_write() 5165 err = page_counter_memparse(buf, "max", &high); in swap_high_write() 5188 err = page_counter_memparse(buf, "max", &max); in swap_max_write() 5382 err = page_counter_memparse(buf, "max", &max); in zswap_max_write()
|
D | hugetlb_cgroup.c | 608 ret = page_counter_memparse(buf, max, &nr_pages); in hugetlb_cgroup_write()
|
D | memcontrol-v1.c | 1620 ret = page_counter_memparse(args, "-1", &threshold); in __mem_cgroup_usage_register_event() 2543 ret = page_counter_memparse(buf, "-1", &nr_pages); in mem_cgroup_write()
|