Home
last modified time | relevance | path

Searched defs:v (Results 1 – 15 of 15) sorted by relevance

/mm/
Ddebug_page_ref.c8 void __page_ref_set(struct page *page, int v) in __page_ref_set()
15 void __page_ref_mod(struct page *page, int v) in __page_ref_mod()
22 void __page_ref_mod_and_test(struct page *page, int v, int ret) in __page_ref_mod_and_test()
29 void __page_ref_mod_and_return(struct page *page, int v, int ret) in __page_ref_mod_and_return()
36 void __page_ref_mod_unless(struct page *page, int v, int u) in __page_ref_mod_unless()
43 void __page_ref_freeze(struct page *page, int v, int ret) in __page_ref_freeze()
50 void __page_ref_unfreeze(struct page *page, int v) in __page_ref_unfreeze()
Dvmstat.c388 s8 v, t; in __inc_zone_state() local
404 s8 v, t; in __inc_node_state() local
434 s8 v, t; in __dec_zone_state() local
450 s8 v, t; in __dec_node_state() local
775 int v; in refresh_cpu_vm_stats() local
790 int v; in refresh_cpu_vm_stats() local
837 int v; in refresh_cpu_vm_stats() local
879 int v; in cpu_vm_stats_fold() local
890 int v; in cpu_vm_stats_fold() local
907 int v; in cpu_vm_stats_fold() local
[all …]
Dinterval_tree.c13 static inline unsigned long vma_start_pgoff(struct vm_area_struct *v) in vma_start_pgoff()
18 static inline unsigned long vma_last_pgoff(struct vm_area_struct *v) in vma_last_pgoff()
Dhugetlb_cgroup.c456 static int hugetlb_cgroup_read_u64_max(struct seq_file *seq, void *v) in hugetlb_cgroup_read_u64_max()
608 static int hugetlb_events_show(struct seq_file *seq, void *v) in hugetlb_events_show()
613 static int hugetlb_events_local_show(struct seq_file *seq, void *v) in hugetlb_events_local_show()
Dmemcontrol.c4038 static int memcg_numa_stat_show(struct seq_file *m, void *v) in memcg_numa_stat_show()
4116 static int memcg_stat_show(struct seq_file *m, void *v) in memcg_stat_show()
4553 static int mem_cgroup_oom_control_read(struct seq_file *sf, void *v) in mem_cgroup_oom_control_read()
6313 static int memory_min_show(struct seq_file *m, void *v) in memory_min_show()
6336 static int memory_low_show(struct seq_file *m, void *v) in memory_low_show()
6359 static int memory_high_show(struct seq_file *m, void *v) in memory_high_show()
6408 static int memory_max_show(struct seq_file *m, void *v) in memory_max_show()
6471 static int memory_events_show(struct seq_file *m, void *v) in memory_events_show()
6479 static int memory_events_local_show(struct seq_file *m, void *v) in memory_events_local_show()
6487 static int memory_stat_show(struct seq_file *m, void *v) in memory_stat_show()
[all …]
Dswap_state.c48 #define SWAP_RA_HITS(v) ((v) & SWAP_RA_HITS_MASK) argument
49 #define SWAP_RA_WIN(v) (((v) & SWAP_RA_WIN_MASK) >> SWAP_RA_WIN_SHIFT) argument
50 #define SWAP_RA_ADDR(v) ((v) & PAGE_MASK) argument
Dpercpu-stats.c142 static int percpu_stats_show(struct seq_file *m, void *v) in percpu_stats_show()
Dkmemleak.c1649 static void *kmemleak_seq_next(struct seq_file *seq, void *v, loff_t *pos) in kmemleak_seq_next()
1671 static void kmemleak_seq_stop(struct seq_file *seq, void *v) in kmemleak_seq_stop()
1688 static int kmemleak_seq_show(struct seq_file *seq, void *v) in kmemleak_seq_show()
Dswapfile.c2817 static void *swap_next(struct seq_file *swap, void *v, loff_t *pos) in swap_next()
2837 static void swap_stop(struct seq_file *swap, void *v) in swap_stop()
2842 static int swap_show(struct seq_file *swap, void *v) in swap_show()
Dbacking-dev.c46 static int bdi_debug_stats_show(struct seq_file *m, void *v) in bdi_debug_stats_show()
Dslub.c4896 int v; in setup_slub_memcg_sysfs() local
5725 static int slab_debugfs_show(struct seq_file *seq, void *v) in slab_debugfs_show()
5772 static void slab_debugfs_stop(struct seq_file *seq, void *v) in slab_debugfs_stop()
5776 static void *slab_debugfs_next(struct seq_file *seq, void *v, loff_t *ppos) in slab_debugfs_next()
Dvmalloc.c3474 static void show_numa_info(struct seq_file *m, struct vm_struct *v) in show_numa_info()
3517 struct vm_struct *v; in s_show() local
Dpercpu.c2304 int group, v; in pcpu_dump_alloc_info() local
Dzsmalloc.c586 static int zs_stats_size_show(struct seq_file *s, void *v) in zs_stats_size_show()
/mm/kfence/
Dcore.c512 static int stats_show(struct seq_file *seq, void *v) in stats_show()
536 static void stop_object(struct seq_file *seq, void *v) in stop_object()
540 static void *next_object(struct seq_file *seq, void *v, loff_t *pos) in next_object()
548 static int show_object(struct seq_file *seq, void *v) in show_object()