/mm/ |
D | debug_page_ref.c | 7 void __page_ref_set(struct page *page, int v) in __page_ref_set() argument 9 trace_page_ref_set(page, v); in __page_ref_set() 14 void __page_ref_mod(struct page *page, int v) in __page_ref_mod() argument 16 trace_page_ref_mod(page, v); in __page_ref_mod() 21 void __page_ref_mod_and_test(struct page *page, int v, int ret) in __page_ref_mod_and_test() argument 23 trace_page_ref_mod_and_test(page, v, ret); in __page_ref_mod_and_test() 28 void __page_ref_mod_and_return(struct page *page, int v, int ret) in __page_ref_mod_and_return() argument 30 trace_page_ref_mod_and_return(page, v, ret); in __page_ref_mod_and_return() 35 void __page_ref_mod_unless(struct page *page, int v, int u) in __page_ref_mod_unless() argument 37 trace_page_ref_mod_unless(page, v, u); in __page_ref_mod_unless() [all …]
|
D | vmstat.c | 307 s8 v, t; in __inc_zone_state() local 309 v = __this_cpu_inc_return(*p); in __inc_zone_state() 311 if (unlikely(v > t)) { in __inc_zone_state() 314 zone_page_state_add(v + overstep, zone, item); in __inc_zone_state() 323 s8 v, t; in __inc_node_state() local 325 v = __this_cpu_inc_return(*p); in __inc_node_state() 327 if (unlikely(v > t)) { in __inc_node_state() 330 node_page_state_add(v + overstep, pgdat, item); in __inc_node_state() 351 s8 v, t; in __dec_zone_state() local 353 v = __this_cpu_dec_return(*p); in __dec_zone_state() [all …]
|
D | mempolicy.c | 181 pol->v.nodes = *nodes; in mpol_new_interleave() 192 pol->v.preferred_node = first_node(*nodes); in mpol_new_preferred() 200 pol->v.nodes = *nodes; in mpol_new_bind() 328 nodes_remap(tmp, pol->v.nodes, in mpol_rebind_nodemask() 342 nodes_or(pol->v.nodes, pol->v.nodes, tmp); in mpol_rebind_nodemask() 344 pol->v.nodes = tmp; in mpol_rebind_nodemask() 365 pol->v.preferred_node = node; in mpol_rebind_preferred() 371 pol->v.preferred_node = first_node(tmp); in mpol_rebind_preferred() 373 pol->v.preferred_node = node_remap(pol->v.preferred_node, in mpol_rebind_preferred() 812 nodes_weight(new->v.nodes)) in do_set_mempolicy() [all …]
|
D | interval_tree.c | 14 static inline unsigned long vma_start_pgoff(struct vm_area_struct *v) in vma_start_pgoff() argument 16 return v->vm_pgoff; in vma_start_pgoff() 19 static inline unsigned long vma_last_pgoff(struct vm_area_struct *v) in vma_last_pgoff() argument 21 return v->vm_pgoff + ((v->vm_end - v->vm_start) >> PAGE_SHIFT) - 1; in vma_last_pgoff()
|
D | vmalloc.c | 2621 static void show_numa_info(struct seq_file *m, struct vm_struct *v) in show_numa_info() argument 2629 if (v->flags & VM_UNINITIALIZED) in show_numa_info() 2636 for (nr = 0; nr < v->nr_pages; nr++) in show_numa_info() 2637 counters[page_to_nid(v->pages[nr])]++; in show_numa_info() 2648 struct vm_struct *v; in s_show() local 2657 v = va->vm; in s_show() 2660 v->addr, v->addr + v->size, v->size); in s_show() 2662 if (v->caller) in s_show() 2663 seq_printf(m, " %pS", v->caller); in s_show() 2665 if (v->nr_pages) in s_show() [all …]
|
D | kmemleak.c | 1622 static void *kmemleak_seq_next(struct seq_file *seq, void *v, loff_t *pos) in kmemleak_seq_next() argument 1624 struct kmemleak_object *prev_obj = v; in kmemleak_seq_next() 1644 static void kmemleak_seq_stop(struct seq_file *seq, void *v) in kmemleak_seq_stop() argument 1646 if (!IS_ERR(v)) { in kmemleak_seq_stop() 1653 if (v) in kmemleak_seq_stop() 1654 put_object(v); in kmemleak_seq_stop() 1661 static int kmemleak_seq_show(struct seq_file *seq, void *v) in kmemleak_seq_show() argument 1663 struct kmemleak_object *object = v; in kmemleak_seq_show()
|
D | percpu.c | 1444 int group, v; in pcpu_dump_alloc_info() local 1447 v = ai->nr_groups; in pcpu_dump_alloc_info() 1448 while (v /= 10) in pcpu_dump_alloc_info() 1451 v = num_possible_cpus(); in pcpu_dump_alloc_info() 1452 while (v /= 10) in pcpu_dump_alloc_info()
|
D | slab.c | 4257 static inline int add_caller(unsigned long *n, unsigned long v) in add_caller() argument 4261 if (!v) in add_caller() 4268 if (*q == v) { in add_caller() 4272 if (*q > v) { in add_caller() 4282 p[0] = v; in add_caller() 4292 unsigned long v; in handle_slab() local 4315 if (probe_kernel_read(&v, dbg_userword(c, p), sizeof(v))) in handle_slab() 4318 if (!add_caller(n, v)) in handle_slab()
|
D | swapfile.c | 2051 static void *swap_next(struct seq_file *swap, void *v, loff_t *pos) in swap_next() argument 2053 struct swap_info_struct *si = v; in swap_next() 2056 if (v == SEQ_START_TOKEN) in swap_next() 2073 static void swap_stop(struct seq_file *swap, void *v) in swap_stop() argument 2078 static int swap_show(struct seq_file *swap, void *v) in swap_show() argument 2080 struct swap_info_struct *si = v; in swap_show()
|
D | memcontrol.c | 3090 static int memcg_numa_stat_show(struct seq_file *m, void *v) in memcg_numa_stat_show() argument 3140 static int memcg_stat_show(struct seq_file *m, void *v) in memcg_stat_show() argument 3579 static int mem_cgroup_oom_control_read(struct seq_file *sf, void *v) in mem_cgroup_oom_control_read() argument 5043 static int memory_low_show(struct seq_file *m, void *v) in memory_low_show() argument 5073 static int memory_high_show(struct seq_file *m, void *v) in memory_high_show() argument 5110 static int memory_max_show(struct seq_file *m, void *v) in memory_max_show() argument 5172 static int memory_events_show(struct seq_file *m, void *v) in memory_events_show() argument 5184 static int memory_stat_show(struct seq_file *m, void *v) in memory_stat_show() argument 6033 static int swap_max_show(struct seq_file *m, void *v) in swap_max_show() argument
|
D | backing-dev.c | 46 static int bdi_debug_stats_show(struct seq_file *m, void *v) in bdi_debug_stats_show() argument
|
D | zsmalloc.c | 600 static int zs_stats_size_show(struct seq_file *s, void *v) in zs_stats_size_show() argument
|