Searched refs:page_counter_memparse (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/include/linux/ |
D | page_counter.h | 84 int page_counter_memparse(const char *buf, const char *max,
|
/linux-6.14.4/mm/ |
D | page_counter.c | 270 int page_counter_memparse(const char *buf, const char *max, in page_counter_memparse() function
|
D | memcontrol.c | 4050 err = page_counter_memparse(buf, "max", &min); in memory_min_write() 4073 err = page_counter_memparse(buf, "max", &low); in memory_low_write() 4098 err = page_counter_memparse(buf, "max", &high); in memory_high_write() 4147 err = page_counter_memparse(buf, "max", &max); in memory_max_write() 5188 err = page_counter_memparse(buf, "max", &high); in swap_high_write() 5211 err = page_counter_memparse(buf, "max", &max); in swap_max_write() 5402 err = page_counter_memparse(buf, "max", &max); in zswap_max_write()
|
D | memcontrol-v1.c | 642 ret = page_counter_memparse(args, "-1", &threshold); in __mem_cgroup_usage_register_event() 1550 ret = page_counter_memparse(buf, "-1", &nr_pages); in mem_cgroup_write()
|
D | hugetlb_cgroup.c | 607 ret = page_counter_memparse(buf, max, &nr_pages); in hugetlb_cgroup_write()
|