Lines Matching refs:write
12 static int proc_hugetlb_doulongvec_minmax(const struct ctl_table *table, int write, in proc_hugetlb_doulongvec_minmax() argument
25 return proc_doulongvec_minmax(&dup_table, write, buffer, length, ppos); in proc_hugetlb_doulongvec_minmax()
29 const struct ctl_table *table, int write, in hugetlb_sysctl_handler_common() argument
39 ret = proc_hugetlb_doulongvec_minmax(table, write, buffer, length, ppos, in hugetlb_sysctl_handler_common()
44 if (write) in hugetlb_sysctl_handler_common()
51 static int hugetlb_sysctl_handler(const struct ctl_table *table, int write, in hugetlb_sysctl_handler() argument
55 return hugetlb_sysctl_handler_common(false, table, write, in hugetlb_sysctl_handler()
60 static int hugetlb_mempolicy_sysctl_handler(const struct ctl_table *table, int write, in hugetlb_mempolicy_sysctl_handler() argument
63 return hugetlb_sysctl_handler_common(true, table, write, in hugetlb_mempolicy_sysctl_handler()
68 static int hugetlb_overcommit_handler(const struct ctl_table *table, int write, in hugetlb_overcommit_handler() argument
80 if (write && hstate_is_gigantic_no_runtime(h)) in hugetlb_overcommit_handler()
83 ret = proc_hugetlb_doulongvec_minmax(table, write, buffer, length, ppos, in hugetlb_overcommit_handler()
88 if (write) { in hugetlb_overcommit_handler()