Lines Matching defs:max
536 return (u64)counter->max * PAGE_SIZE;
538 return (u64)rsvd_counter->max * PAGE_SIZE;
579 val = (u64)counter->max;
581 seq_puts(seq, "max\n");
596 const char *max)
607 ret = page_counter_memparse(buf, max, &nr_pages);
641 return hugetlb_cgroup_write(of, buf, nbytes, off, "max");
688 long max;
695 max = atomic_long_read(&h_cg->events_local[idx][HUGETLB_MAX]);
697 max = atomic_long_read(&h_cg->events[idx][HUGETLB_MAX]);
699 seq_printf(seq, "max %lu\n", max);
725 snprintf(cft->name, MAX_CFTYPE_NAME, "%s.max", buf);
733 snprintf(cft->name, MAX_CFTYPE_NAME, "%s.rsvd.max", buf);