Home
last modified time | relevance | path

Searched refs:private (Results 1 – 15 of 15) sorted by relevance

/mm/
Dhugetlb_cgroup.c250 idx = MEMFILE_IDX(cft->private); in hugetlb_cgroup_read_u64()
251 name = MEMFILE_ATTR(cft->private); in hugetlb_cgroup_read_u64()
264 idx = MEMFILE_IDX(of_cft(of)->private); in hugetlb_cgroup_write()
265 name = MEMFILE_ATTR(of_cft(of)->private); in hugetlb_cgroup_write()
294 idx = MEMFILE_IDX(of_cft(of)->private); in hugetlb_cgroup_reset()
295 name = MEMFILE_ATTR(of_cft(of)->private); in hugetlb_cgroup_reset()
334 cft->private = MEMFILE_PRIVATE(idx, RES_LIMIT); in __hugetlb_cgroup_file_init()
341 cft->private = MEMFILE_PRIVATE(idx, RES_USAGE); in __hugetlb_cgroup_file_init()
347 cft->private = MEMFILE_PRIVATE(idx, RES_MAX_USAGE); in __hugetlb_cgroup_file_init()
354 cft->private = MEMFILE_PRIVATE(idx, RES_FAILCNT); in __hugetlb_cgroup_file_init()
Dmigrate.c940 unsigned long private, struct page *page, int force, in unmap_and_move() argument
945 struct page *newpage = get_new_page(page, private, &result); in unmap_and_move()
982 put_new_page(newpage, private); in unmap_and_move()
1017 free_page_t put_new_page, unsigned long private, in unmap_and_move_huge_page() argument
1038 new_hpage = get_new_page(hpage, private, &result); in unmap_and_move_huge_page()
1078 put_new_page(new_hpage, private); in unmap_and_move_huge_page()
1113 free_page_t put_new_page, unsigned long private, in migrate_pages() argument
1136 put_new_page, private, page, in migrate_pages()
1140 private, page, pass > 2, mode); in migrate_pages()
1188 static struct page *new_page_node(struct page *p, unsigned long private, in new_page_node() argument
[all …]
Dmempolicy.c487 void *private) in queue_pages_pte_range() argument
514 migrate_page_add(page, private, flags); in queue_pages_pte_range()
524 void *private) in queue_pages_hugetlb_pmd_range() argument
543 isolate_huge_page(page, private); in queue_pages_hugetlb_pmd_range()
554 void *private) in queue_pages_pmd_range() argument
566 flags, private); in queue_pages_pmd_range()
573 flags, private)) in queue_pages_pmd_range()
582 void *private) in queue_pages_pud_range() argument
595 flags, private)) in queue_pages_pud_range()
604 void *private) in queue_pages_pgd_range() argument
[all …]
Dmemcontrol.c2164 owait.wait.private = current; in mem_cgroup_oom_synchronize()
4048 enum res_type type = MEMFILE_TYPE(cft->private); in mem_cgroup_read_u64()
4049 int name = MEMFILE_ATTR(cft->private); in mem_cgroup_read_u64()
4196 type = MEMFILE_TYPE(of_cft(of)->private); in mem_cgroup_write()
4197 name = MEMFILE_ATTR(of_cft(of)->private); in mem_cgroup_write()
4270 type = MEMFILE_TYPE(of_cft(of)->private); in mem_cgroup_reset()
4271 name = MEMFILE_ATTR(of_cft(of)->private); in mem_cgroup_reset()
5134 .private = MEMFILE_PRIVATE(_MEM, RES_USAGE),
5139 .private = MEMFILE_PRIVATE(_MEM, RES_MAX_USAGE),
5145 .private = MEMFILE_PRIVATE(_MEM, RES_LIMIT),
[all …]
Dvmstat.c1195 m->private = v; in vmstat_start()
1211 return (unsigned long *)m->private + *pos; in vmstat_start()
1219 return (unsigned long *)m->private + *pos; in vmstat_next()
1225 unsigned long off = l - (unsigned long *)m->private; in vmstat_show()
1233 kfree(m->private); in vmstat_stop()
1234 m->private = NULL; in vmstat_stop()
Dmadvise.c143 struct vm_area_struct *vma = walk->private; in swapin_walk_pmd_entry()
180 .private = vma, in force_swapin_readahead()
Dpage_isolation.c291 struct page *alloc_migrate_target(struct page *page, unsigned long private, in alloc_migrate_target() argument
Dslab.c4128 unsigned long *x = m->private; in leaks_show()
4156 m->private = kzalloc(x[0] * 4 * sizeof(unsigned long), GFP_KERNEL); in leaks_show()
4157 if (!m->private) { in leaks_show()
4159 m->private = x; in leaks_show()
4163 *(unsigned long *)m->private = x[0] * 2; in leaks_show()
Dmemblock.c1545 static int memblock_debug_show(struct seq_file *m, void *private) in memblock_debug_show() argument
1547 struct memblock_type *type = m->private; in memblock_debug_show()
Dbacking-dev.c67 struct backing_dev_info *bdi = m->private; in bdi_debug_stats_show()
Dsparse.c671 removing_section_nr = page->private; in free_map_bootmem()
Dmemory-failure.c1475 static struct page *new_page(struct page *p, unsigned long private, int **x) in new_page() argument
Dzsmalloc.c487 struct zs_pool *pool = s->private; in zs_stats_size_show()
DKconfig525 used as device private area. This parameter sets the maximum
Dvmalloc.c2573 unsigned int nr, *counters = m->private; in show_numa_info()