Home
last modified time | relevance | path

Searched refs:page_counter_memparse (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dpage_counter.h67 int page_counter_memparse(const char *buf, const char *max,
/OK3568_Linux_fs/kernel/mm/
H A Dpage_counter.c244 int page_counter_memparse(const char *buf, const char *max, in page_counter_memparse() function
H A Dmemcontrol.c3881 ret = page_counter_memparse(buf, "-1", &nr_pages); in mem_cgroup_write()
4326 ret = page_counter_memparse(args, "-1", &threshold); in __mem_cgroup_usage_register_event()
6319 err = page_counter_memparse(buf, "max", &min); in memory_min_write()
6342 err = page_counter_memparse(buf, "max", &low); in memory_low_write()
6367 err = page_counter_memparse(buf, "max", &high); in memory_high_write()
6416 err = page_counter_memparse(buf, "max", &max); in memory_max_write()
7441 err = page_counter_memparse(buf, "max", &high); in swap_high_write()
7464 err = page_counter_memparse(buf, "max", &max); in swap_max_write()
H A Dhugetlb_cgroup.c511 ret = page_counter_memparse(buf, max, &nr_pages); in hugetlb_cgroup_write()