Searched refs:first (Results 1 – 10 of 10) sorted by relevance
/mm/ |
D | interval_tree.c | 93 unsigned long first, unsigned long last) in anon_vma_interval_tree_iter_first() argument 95 return __anon_vma_interval_tree_iter_first(root, first, last); in anon_vma_interval_tree_iter_first() 100 unsigned long first, unsigned long last) in anon_vma_interval_tree_iter_next() argument 102 return __anon_vma_interval_tree_iter_next(node, first, last); in anon_vma_interval_tree_iter_next()
|
D | rmap.c | 1138 bool first; in do_page_add_anon_rmap() local 1151 first = atomic_inc_and_test(mapcount); in do_page_add_anon_rmap() 1154 &first, &success); in do_page_add_anon_rmap() 1156 first = atomic_inc_and_test(&page->_mapcount); in do_page_add_anon_rmap() 1159 if (first) { in do_page_add_anon_rmap() 1178 if (first) in do_page_add_anon_rmap() 2103 int first; in hugepage_add_anon_rmap() local 2108 first = atomic_inc_and_test(compound_mapcount_ptr(page)); in hugepage_add_anon_rmap() 2109 if (first) in hugepage_add_anon_rmap()
|
D | cma_debug.c | 84 mem = hlist_entry(cma->mem_head.first, struct cma_mem, node); in cma_get_entry_from_list()
|
D | debug.c | 141 if (get_kernel_nofault(dentry_first, &host->i_dentry.first) || in __dump_page()
|
D | mempolicy.c | 444 struct vm_area_struct *first; member 686 if (!qp->first) { in queue_pages_test_walk() 687 qp->first = vma; in queue_pages_test_walk() 757 .first = NULL, in queue_pages_range() 762 if (!qp.first) in queue_pages_range()
|
D | ksm.c | 1424 BUG_ON(stable_node->hlist.first->next); in stable_node_dup() 1448 } else if (stable_node->hlist.first != &found->hlist_dup && in stable_node_dup() 1484 return hlist_entry(stable_node->hlist.first, in stable_node_dup_any()
|
D | Kconfig | 266 two situations. The first is on NUMA systems to put pages nearer 454 memory. So when the PFRA "evicts" a page, it first attempts to use 459 filesystem wishes to access a page in a file on disk, it first
|
D | mmu_notifier.c | 329 subscription = hlist_entry(subscriptions->list.first, in mn_hlist_release()
|
D | vmalloc.c | 3503 head = READ_ONCE(vmap_purge_list.first); in show_purge_info()
|
/mm/damon/ |
D | vaddr.c | 323 struct damon_region *first = NULL, *last; in damon_va_apply_three_regions() local 331 if (!first) in damon_va_apply_three_regions() 332 first = r; in damon_va_apply_three_regions() 338 if (!first) { in damon_va_apply_three_regions() 348 first->ar.start = ALIGN_DOWN(br->start, in damon_va_apply_three_regions()
|