Searched refs:page_counter_memparse (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | page_counter.h | 59 int page_counter_memparse(const char *buf, const char *max,
 | 
| /Linux-v5.4/mm/ | 
| D | page_counter.c | 248 int page_counter_memparse(const char *buf, const char *max,  in page_counter_memparse()  function
 | 
| D | hugetlb_cgroup.c | 299 	ret = page_counter_memparse(buf, "-1", &nr_pages);  in hugetlb_cgroup_write()
 | 
| D | memcontrol.c | 3639 	ret = page_counter_memparse(buf, "-1", &nr_pages);  in mem_cgroup_write()4081 	ret = page_counter_memparse(args, "-1", &threshold);  in __mem_cgroup_usage_register_event()
 6058 	err = page_counter_memparse(buf, "max", &min);  in memory_min_write()
 6081 	err = page_counter_memparse(buf, "max", &low);  in memory_low_write()
 6104 	err = page_counter_memparse(buf, "max", &high);  in memory_high_write()
 6135 	err = page_counter_memparse(buf, "max", &max);  in memory_max_write()
 7216 	err = page_counter_memparse(buf, "max", &max);  in swap_max_write()
 
 |