Home
last modified time | relevance | path

Searched defs:table (Results 1 – 8 of 8) sorted by relevance

/mm/
Dpage-writeback.c332 int dirty_background_ratio_handler(struct ctl_table *table, int write, in dirty_background_ratio_handler()
344 int dirty_background_bytes_handler(struct ctl_table *table, int write, in dirty_background_bytes_handler()
356 int dirty_ratio_handler(struct ctl_table *table, int write, in dirty_ratio_handler()
371 int dirty_bytes_handler(struct ctl_table *table, int write, in dirty_bytes_handler()
1657 int dirty_writeback_centisecs_handler(struct ctl_table *table, int write, in dirty_writeback_centisecs_handler()
Dutil.c315 int overcommit_ratio_handler(struct ctl_table *table, int write, in overcommit_ratio_handler()
327 int overcommit_kbytes_handler(struct ctl_table *table, int write, in overcommit_kbytes_handler()
Dcompaction.c1505 int sysctl_compaction_handler(struct ctl_table *table, int write, in sysctl_compaction_handler()
1514 int sysctl_extfrag_handler(struct ctl_table *table, int write, in sysctl_extfrag_handler()
Dpage_alloc.c3485 int numa_zonelist_order_handler(struct ctl_table *table, int write, in numa_zonelist_order_handler()
5891 int sysctl_min_unmapped_ratio_sysctl_handler(struct ctl_table *table, int write, in sysctl_min_unmapped_ratio_sysctl_handler()
5907 int sysctl_min_slab_ratio_sysctl_handler(struct ctl_table *table, int write, in sysctl_min_slab_ratio_sysctl_handler()
5933 int lowmem_reserve_ratio_sysctl_handler(struct ctl_table *table, int write, in lowmem_reserve_ratio_sysctl_handler()
5946 int percpu_pagelist_fraction_sysctl_handler(struct ctl_table *table, int write, in percpu_pagelist_fraction_sysctl_handler()
6015 void *table = NULL; in alloc_large_system_hash() local
Dbacking-dev.c656 int pdflush_proc_obsolete(struct ctl_table *table, int write, in pdflush_proc_obsolete()
Dhugetlb.c2289 struct ctl_table *table, int write, in hugetlb_sysctl_handler_common()
2312 int hugetlb_sysctl_handler(struct ctl_table *table, int write, in hugetlb_sysctl_handler()
2321 int hugetlb_mempolicy_sysctl_handler(struct ctl_table *table, int write, in hugetlb_mempolicy_sysctl_handler()
2329 int hugetlb_overcommit_handler(struct ctl_table *table, int write, in hugetlb_overcommit_handler()
Dmemory.c322 static void tlb_remove_table_one(void *table) in tlb_remove_table_one()
358 void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table()
Dvmalloc.c2196 static int f(pte_t *pte, pgtable_t table, unsigned long addr, void *data) in f()