Lines Matching defs:max
440 return (u64)counter->max * PAGE_SIZE;
442 return (u64)rsvd_counter->max * PAGE_SIZE;
483 val = (u64)counter->max;
485 seq_puts(seq, "max\n");
500 const char *max)
511 ret = page_counter_memparse(buf, max, &nr_pages);
545 return hugetlb_cgroup_write(of, buf, nbytes, off, "max");
592 long max;
599 max = atomic_long_read(&h_cg->events_local[idx][HUGETLB_MAX]);
601 max = atomic_long_read(&h_cg->events[idx][HUGETLB_MAX]);
603 seq_printf(seq, "max %lu\n", max);
629 snprintf(cft->name, MAX_CFTYPE_NAME, "%s.max", buf);
637 snprintf(cft->name, MAX_CFTYPE_NAME, "%s.rsvd.max", buf);