Home
last modified time | relevance | path

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

/mm/
Dpage-writeback.c514 int dirty_background_ratio_handler(struct ctl_table *table, int write, in dirty_background_ratio_handler()
526 int dirty_background_bytes_handler(struct ctl_table *table, int write, in dirty_background_bytes_handler()
538 int dirty_ratio_handler(struct ctl_table *table, int write, in dirty_ratio_handler()
553 int dirty_bytes_handler(struct ctl_table *table, int write, in dirty_bytes_handler()
1972 int dirty_writeback_centisecs_handler(struct ctl_table *table, int write, in dirty_writeback_centisecs_handler()
Dutil.c523 int overcommit_ratio_handler(struct ctl_table *table, int write, in overcommit_ratio_handler()
535 int overcommit_kbytes_handler(struct ctl_table *table, int write, in overcommit_kbytes_handler()
Dcompaction.c1846 int sysctl_compaction_handler(struct ctl_table *table, int write, in sysctl_compaction_handler()
1855 int sysctl_extfrag_handler(struct ctl_table *table, int write, in sysctl_extfrag_handler()
Dpage_alloc.c4936 int numa_zonelist_order_handler(struct ctl_table *table, int write, in numa_zonelist_order_handler()
7070 int watermark_scale_factor_sysctl_handler(struct ctl_table *table, int write, in watermark_scale_factor_sysctl_handler()
7100 int sysctl_min_unmapped_ratio_sysctl_handler(struct ctl_table *table, int write, in sysctl_min_unmapped_ratio_sysctl_handler()
7127 int sysctl_min_slab_ratio_sysctl_handler(struct ctl_table *table, int write, in sysctl_min_slab_ratio_sysctl_handler()
7151 int lowmem_reserve_ratio_sysctl_handler(struct ctl_table *table, int write, in lowmem_reserve_ratio_sysctl_handler()
7164 int percpu_pagelist_fraction_sysctl_handler(struct ctl_table *table, int write, in percpu_pagelist_fraction_sysctl_handler()
7259 void *table = NULL; in alloc_large_system_hash() local
Dhugetlb.c2915 struct ctl_table *table, int write, in hugetlb_sysctl_handler_common()
2938 int hugetlb_sysctl_handler(struct ctl_table *table, int write, in hugetlb_sysctl_handler()
2947 int hugetlb_mempolicy_sysctl_handler(struct ctl_table *table, int write, in hugetlb_mempolicy_sysctl_handler()
2955 int hugetlb_overcommit_handler(struct ctl_table *table, int write, in hugetlb_overcommit_handler()
Dbacking-dev.c1087 int pdflush_proc_obsolete(struct ctl_table *table, int write, in pdflush_proc_obsolete()
Dmemory.c354 static void tlb_remove_table_one(void *table) in tlb_remove_table_one()
391 void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table()
Dvmstat.c1722 int vmstat_refresh(struct ctl_table *table, int write, in vmstat_refresh()
Dvmalloc.c2335 static int f(pte_t *pte, pgtable_t table, unsigned long addr, void *data) in f()