Lines Matching defs:table
4584 static int proc_hugetlb_doulongvec_minmax(struct ctl_table *table, int write,
4592 * can duplicate the @table and alter the duplicate of it.
4594 dup_table = *table;
4601 struct ctl_table *table, int write,
4611 ret = proc_hugetlb_doulongvec_minmax(table, write, buffer, length, ppos,
4623 static int hugetlb_sysctl_handler(struct ctl_table *table, int write,
4627 return hugetlb_sysctl_handler_common(false, table, write,
4632 static int hugetlb_mempolicy_sysctl_handler(struct ctl_table *table, int write,
4635 return hugetlb_sysctl_handler_common(true, table, write,
4640 static int hugetlb_overcommit_handler(struct ctl_table *table, int write,
4655 ret = proc_hugetlb_doulongvec_minmax(table, write, buffer, length, ppos,
5196 * table protection not changing it to point
5529 * Take the mapping lock for the duration of the table walk. As
5642 * Drop page table lock as buddy allocator may be called. It will
5686 * race occurs while re-acquiring page table
5717 * Retake the page table lock to check for racing updates
5928 * does a clear then write of pte's under page table
6686 * may have cleared our pud entry and done put_page on the page table:
6688 * and that page table be reused and filled with junk. If we actually
6697 * downgrading page table protection not changing it to point to a new
6927 * page table page.
6950 * check on proper vm_flags and page table alignment
7049 * Called with page table lock held.
7134 * huge_pte_offset() - Walk the page table to resolve the hugepage
7137 * Return: Pointer to page table entry (PUD or PMD) for
7140 * table.
7172 * page in a page table page mapping size. Used to skip non-present
7173 * page table entries when linearly scanning address ranges. Architectures
7174 * with unique huge page to page table relationships can define their own