Lines Matching defs:write
14 static int proc_hugetlb_doulongvec_minmax(const struct ctl_table *table, int write,
27 return proc_doulongvec_minmax(&dup_table, write, buffer, length, ppos);
31 const struct ctl_table *table, int write,
41 ret = proc_hugetlb_doulongvec_minmax(table, write, buffer, length, ppos,
46 if (write)
53 static int hugetlb_sysctl_handler(const struct ctl_table *table, int write,
57 return hugetlb_sysctl_handler_common(false, table, write,
62 static int hugetlb_mempolicy_sysctl_handler(const struct ctl_table *table, int write,
65 return hugetlb_sysctl_handler_common(true, table, write,
70 static int hugetlb_overcommit_handler(const struct ctl_table *table, int write,
82 if (write && hstate_is_gigantic_no_runtime(h))
85 ret = proc_hugetlb_doulongvec_minmax(table, write, buffer, length, ppos,
90 if (write) {