Searched refs:rmap (Results 101 - 117 of 117) sorted by relevance

12345

/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dmain.c3175 free_irq_cpu_rmap(info->rmap);
3176 info->rmap = NULL;
/linux-master/kernel/
H A Dfork.c70 #include <linux/rmap.h>
/linux-master/mm/
H A Dgup.c10 #include <linux/rmap.h>
H A Dkhugepaged.c9 #include <linux/rmap.h>
1191 * All pages are isolated and locked so anon_vma rmap
1592 /* step 2: clear page table and adjust rmap */
2280 * folio_test_referenced() for us. And rmap walk here
H A Dmempolicy.c104 #include <linux/rmap.h>
H A Dksm.c27 #include <linux/rmap.h>
83 * In order to avoid large latencies of the rmap walks on KSM pages,
136 * @rmap_list: link to the next rmap to be scanned in the rmap_list
2269 * rmap won't find this mapping if we don't insert the
2271 * duplicate. page_migration could break later if rmap breaks,
2696 * Nuke all the rmap_items that are above this current rmap:
3337 * But unmerge_ksm_pages(), rmap lookups and other entry points
H A Dfilemap.c40 #include <linux/rmap.h>
H A Dhuge_memory.c16 #include <linux/rmap.h>
2223 /* unblock rmap walks */
H A Dshmem.c79 #include <linux/rmap.h>
H A Dswapfile.c29 #include <linux/rmap.h>
H A Dmmap.c34 #include <linux/rmap.h>
120 * vma from rmap and vmtruncate before freeing its page tables.
851 * or other rmap walkers (if working on addresses beyond the "end"
3770 * of mm/rmap.c:
H A Dhugetlb.c25 #include <linux/rmap.h>
5469 * Failing to duplicate the anon rmap is a rare case
H A Dvmscan.c32 #include <linux/rmap.h>
846 /* rmap lock contention: rotate */
2067 /* Referenced or rmap lock contention: rotate */
2668 * walk_pmd_range(); the eviction also report them when walking the rmap
3994 * rmap/PT walk feedback
3999 * rmap. It scans the adjacent PTEs of a young PTE and promotes hot pages. If
4101 /* feedback from rmap walkers to page table walkers */
H A Dmemory.c58 #include <linux/rmap.h>
381 * Hide vma from rmap and truncate_pagecache before freeing
3266 * held to the old page, as well as updating the rmap.
3367 * process may come and find the rmap count decremented
5355 * concurrent faults and from rmap lookups.
/linux-master/fs/proc/
H A Dtask_mmu.c14 #include <linux/rmap.h>
/linux-master/arch/x86/kvm/
H A Dx86.c12793 vfree(slot->arch.rmap[i]);
12794 slot->arch.rmap[i] = NULL;
12814 const int sz = sizeof(*slot->arch.rmap[0]);
12821 if (slot->arch.rmap[i])
12824 slot->arch.rmap[i] = __vcalloc(lpages, sz, GFP_KERNEL_ACCOUNT);
12825 if (!slot->arch.rmap[i]) {
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c10698 struct cpu_rmap *rmap; local
10708 rmap = bp->dev->rx_cpu_rmap;
10718 if (rmap && bp->bnapi[i]->rx_ring) {
10719 rc = irq_cpu_rmap_add(rmap, irq->vector);
10721 netdev_warn(bp->dev, "failed adding irq rmap for ring %d\n",

Completed in 403 milliseconds

12345