Lines Matching refs:table
3086 struct ctl_table *table, int write, in hugetlb_sysctl_handler_common() argument
3096 table->data = &tmp; in hugetlb_sysctl_handler_common()
3097 table->maxlen = sizeof(unsigned long); in hugetlb_sysctl_handler_common()
3098 ret = proc_doulongvec_minmax(table, write, buffer, length, ppos); in hugetlb_sysctl_handler_common()
3109 int hugetlb_sysctl_handler(struct ctl_table *table, int write, in hugetlb_sysctl_handler() argument
3113 return hugetlb_sysctl_handler_common(false, table, write, in hugetlb_sysctl_handler()
3118 int hugetlb_mempolicy_sysctl_handler(struct ctl_table *table, int write, in hugetlb_mempolicy_sysctl_handler() argument
3121 return hugetlb_sysctl_handler_common(true, table, write, in hugetlb_mempolicy_sysctl_handler()
3126 int hugetlb_overcommit_handler(struct ctl_table *table, int write, in hugetlb_overcommit_handler() argument
3142 table->data = &tmp; in hugetlb_overcommit_handler()
3143 table->maxlen = sizeof(unsigned long); in hugetlb_overcommit_handler()
3144 ret = proc_doulongvec_minmax(table, write, buffer, length, ppos); in hugetlb_overcommit_handler()