Home
last modified time | relevance | path

Searched refs:table (Results 1 – 12 of 12) sorted by relevance

/mm/
A Dmmu_gather.c331 static inline void __tlb_remove_table_one(void *table) in __tlb_remove_table_one() argument
335 ptdesc = table; in __tlb_remove_table_one()
339 static inline void __tlb_remove_table_one(void *table) in __tlb_remove_table_one() argument
342 __tlb_remove_table(table); in __tlb_remove_table_one()
346 static void tlb_remove_table_one(void *table) in tlb_remove_table_one() argument
348 __tlb_remove_table_one(table); in tlb_remove_table_one()
362 void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table() argument
370 tlb_remove_table_one(table); in tlb_remove_table()
376 (*batch)->tables[(*batch)->nr++] = table; in tlb_remove_table()
A Dutil.c760 static int overcommit_ratio_handler(const struct ctl_table *table, int write, in overcommit_ratio_handler() argument
765 ret = proc_dointvec(table, write, buffer, lenp, ppos); in overcommit_ratio_handler()
776 static int overcommit_policy_handler(const struct ctl_table *table, int write, in overcommit_policy_handler() argument
795 t = *table; in overcommit_policy_handler()
806 ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in overcommit_policy_handler()
812 static int overcommit_kbytes_handler(const struct ctl_table *table, int write, in overcommit_kbytes_handler() argument
817 ret = proc_doulongvec_minmax(table, write, buffer, lenp, ppos); in overcommit_kbytes_handler()
A Dmm_init.c2461 void *table; in alloc_large_system_hash() local
2516 table = memblock_alloc(size, SMP_CACHE_BYTES); in alloc_large_system_hash()
2518 table = memblock_alloc_raw(size, in alloc_large_system_hash()
2521 table = vmalloc_huge(size, gfp_flags); in alloc_large_system_hash()
2523 if (table) in alloc_large_system_hash()
2524 huge = is_vm_area_hugepages(table); in alloc_large_system_hash()
2531 table = alloc_pages_exact(size, gfp_flags); in alloc_large_system_hash()
2532 kmemleak_alloc(table, size, 1, gfp_flags); in alloc_large_system_hash()
2534 } while (!table && size > PAGE_SIZE && --log2qty); in alloc_large_system_hash()
2536 if (!table) in alloc_large_system_hash()
[all …]
A Dpage-writeback.c487 static int dirty_background_ratio_handler(const struct ctl_table *table, int write, in dirty_background_ratio_handler() argument
492 ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in dirty_background_ratio_handler()
498 static int dirty_background_bytes_handler(const struct ctl_table *table, int write, in dirty_background_bytes_handler() argument
504 ret = proc_doulongvec_minmax(table, write, buffer, lenp, ppos); in dirty_background_bytes_handler()
516 static int dirty_ratio_handler(const struct ctl_table *table, int write, void *buffer, in dirty_ratio_handler() argument
522 ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in dirty_ratio_handler()
530 static int dirty_bytes_handler(const struct ctl_table *table, int write, in dirty_bytes_handler() argument
536 ret = proc_doulongvec_minmax(table, write, buffer, lenp, ppos); in dirty_bytes_handler()
2178 static int dirty_writeback_centisecs_handler(const struct ctl_table *table, int write, in dirty_writeback_centisecs_handler() argument
2184 ret = proc_dointvec(table, write, buffer, length, ppos); in dirty_writeback_centisecs_handler()
A Dcompaction.c2946 static int compaction_proactiveness_sysctl_handler(const struct ctl_table *table, int write, in compaction_proactiveness_sysctl_handler() argument
2951 rc = proc_dointvec_minmax(table, write, buffer, length, ppos); in compaction_proactiveness_sysctl_handler()
2976 static int sysctl_compaction_handler(const struct ctl_table *table, int write, in sysctl_compaction_handler() argument
2981 ret = proc_dointvec(table, write, buffer, length, ppos); in sysctl_compaction_handler()
3267 static int proc_dointvec_minmax_warn_RT_change(const struct ctl_table *table, in proc_dointvec_minmax_warn_RT_change() argument
3273 return proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_dointvec_minmax_warn_RT_change()
3275 old = *(int *)table->data; in proc_dointvec_minmax_warn_RT_change()
3276 ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_dointvec_minmax_warn_RT_change()
3279 if (old != *(int *)table->data) in proc_dointvec_minmax_warn_RT_change()
3281 table->procname, current->comm, in proc_dointvec_minmax_warn_RT_change()
A DKconfig.debug137 bool "Enforce the page table checking by default"
140 Always enable page table checking. By default the page table checking
142 kernel parameter. This config enforces that page table check is always
A Dpage_alloc.c5475 static int numa_zonelist_order_handler(const struct ctl_table *table, int write, in numa_zonelist_order_handler() argument
5480 return proc_dostring(table, write, buffer, length, ppos); in numa_zonelist_order_handler()
6447 static int min_free_kbytes_sysctl_handler(const struct ctl_table *table, int write, in postcore_initcall()
6452 rc = proc_dointvec_minmax(table, write, buffer, length, ppos); in postcore_initcall()
6468 rc = proc_dointvec_minmax(table, write, buffer, length, ppos); in watermark_scale_factor_sysctl_handler()
6498 rc = proc_dointvec_minmax(table, write, buffer, length, ppos); in sysctl_min_unmapped_ratio_sysctl_handler()
6525 rc = proc_dointvec_minmax(table, write, buffer, length, ppos); in sysctl_min_slab_ratio_sysctl_handler()
6544 static int lowmem_reserve_ratio_sysctl_handler(const struct ctl_table *table, in lowmem_reserve_ratio_sysctl_handler() argument
6549 proc_dointvec_minmax(table, write, buffer, length, ppos); in lowmem_reserve_ratio_sysctl_handler()
6565 static int percpu_pagelist_high_fraction_sysctl_handler(const struct ctl_table *table, in percpu_pagelist_high_fraction_sysctl_handler() argument
[all …]
A Dmempolicy.c2134 u8 *table = NULL; in weighted_interleave_nid() local
2148 table = state->iw_table; in weighted_interleave_nid()
2152 weight_total += table ? table[nid] : 1; in weighted_interleave_nid()
2159 weight = table ? table[nid] : 1; in weighted_interleave_nid()
A Ddebug.c56 DEF_PAGETYPE_NAME(table),
A Dhugetlb.c5082 static int proc_hugetlb_doulongvec_minmax(const struct ctl_table *table, int write, in proc_hugetlb_doulongvec_minmax() argument
5092 dup_table = *table; in proc_hugetlb_doulongvec_minmax()
5099 const struct ctl_table *table, int write, in hugetlb_sysctl_handler_common() argument
5109 ret = proc_hugetlb_doulongvec_minmax(table, write, buffer, length, ppos, in hugetlb_sysctl_handler_common()
5121 static int hugetlb_sysctl_handler(const struct ctl_table *table, int write, in hugetlb_sysctl_handler() argument
5125 return hugetlb_sysctl_handler_common(false, table, write, in hugetlb_sysctl_handler()
5130 static int hugetlb_mempolicy_sysctl_handler(const struct ctl_table *table, int write, in hugetlb_mempolicy_sysctl_handler() argument
5133 return hugetlb_sysctl_handler_common(true, table, write, in hugetlb_mempolicy_sysctl_handler()
5138 static int hugetlb_overcommit_handler(const struct ctl_table *table, int write, in hugetlb_overcommit_handler() argument
5153 ret = proc_hugetlb_doulongvec_minmax(table, write, buffer, length, ppos, in hugetlb_overcommit_handler()
A Dvmstat.c79 static int sysctl_vm_numa_stat_handler(const struct ctl_table *table, int write, in sysctl_vm_numa_stat_handler() argument
87 ret = proc_dointvec_minmax(table, write, buffer, length, ppos); in sysctl_vm_numa_stat_handler()
1979 static int vmstat_refresh(const struct ctl_table *table, int write, in vmstat_refresh() argument
A DKconfig1374 bool "reclaim empty user page table pages"
1379 Try to reclaim empty user page table pages in paths other than munmap
1382 Note: now only empty user PTE page table pages will be reclaimed.

Completed in 82 milliseconds