Home
last modified time | relevance | path

Searched refs:page_to_nid (Results 1 – 22 of 22) sorted by relevance

/linux/kernel/dma/
H A Dcontiguous.c435 if (cma_release(dma_contiguous_pernuma_area[page_to_nid(page)], in dma_free_contiguous()
438 if (cma_release(dma_contiguous_numa_area[page_to_nid(page)], in dma_free_contiguous()
/linux/mm/
H A Dlist_lru.c186 int nid = page_to_nid(virt_to_page(item)); in list_lru_add_obj()
223 int nid = page_to_nid(virt_to_page(item)); in list_lru_del_obj()
H A Dhugetlb_vmemmap.c331 int nid = page_to_nid((struct page *)reuse); in vmemmap_remap_free()
392 int nid = page_to_nid((struct page *)start); in alloc_vmemmap_page_list()
H A Dzswap.c619 return page_to_nid(virt_to_page(entry)); in entry_to_nid()
908 handle = zs_malloc(pool->zs_pool, dlen, gfp, page_to_nid(page)); in zswap_compress()
1416 entry = zswap_entry_cache_alloc(GFP_KERNEL, page_to_nid(page)); in zswap_store_page()
H A Dmempolicy.c1140 ret = page_to_nid(p); in lookup_node()
2496 page_to_nid(page) == nid) { in alloc_pages_mpol()
H A Dslub.c4730 if (page_to_nid(virt_to_page(object)) != node) { in alloc_from_pcs()
6579 nid != page_to_nid(virt_to_page(p))) in __do_krealloc()
8730 node_set(page_to_nid(virt_to_page(track)), l->nodes); in add_location()
8768 node_set(page_to_nid(virt_to_page(track)), l->nodes); in add_location()
H A Dvmalloc.c4325 nid != page_to_nid(vmalloc_to_page(p))) in vrealloc_node_align_noprof()
5194 counters[page_to_nid(v->pages[nr])] += step; in show_numa_info()
H A Dksm.c2176 page_to_nid(tree_page) != nid) { in unstable_tree_search_insert()
H A Dpage_alloc.c1991 VM_BUG_ON_PAGE(page_to_nid(page) != zone_to_nid(zone), page); in __move_freepages_block()
/linux/include/net/
H A Dnetmem.h336 return page_to_nid(netmem_to_page(netmem)) == pref_nid; in netmem_is_pref_nid()
/linux/drivers/android/
H A Dbinder_alloc.c213 page_to_nid(page), in binder_lru_freelist_add()
412 page_to_nid(page), in binder_lru_freelist_del()
1011 page_to_nid(page), in binder_alloc_deferred_release()
/linux/drivers/net/ethernet/cavium/liquidio/
H A Docteon_network.h342 unlikely(page_to_nid(pg_info->page) != numa_node_id())) { in recv_buffer_recycle()
/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_rx.c123 rb->node = page_is_pfmemalloc(p) ? -1 : page_to_nid(p); in funeth_alloc_page()
/linux/include/linux/
H A Dmm.h1990 static inline int page_to_nid(const struct page *page) in page_to_nid() function
2212 return &NODE_DATA(page_to_nid(page))->node_zones[page_zonenum(page)]; in page_zone()
2217 return NODE_DATA(page_to_nid(page)); in page_pgdat()
H A Dmmzone.h2296 page_to_nid(pfn_to_page(__pfn_to_nid_pfn)); \
H A Dskbuff.h3607 return likely(page_to_nid(page) == numa_mem_id() && in dev_page_is_reusable()
/linux/drivers/block/zram/
H A Dzram_drv.c2213 __GFP_HIGHMEM | __GFP_MOVABLE, page_to_nid(page)); in write_incompressible_page()
2276 __GFP_HIGHMEM | __GFP_MOVABLE, page_to_nid(page)); in zram_write_page()
2506 page_to_nid(page)); in recompress_slot()
/linux/drivers/virt/nitro_enclaves/
H A Dne_misc_dev.c826 if (ne_enclave->numa_node != page_to_nid(mem_region_page)) { in ne_sanity_check_user_mem_region_page()
/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.c459 if (unlikely(page_to_nid(desc_cb->priv) != numa_node_id())) in hns_nic_reuse_page()
603 if (likely(page_to_nid(desc_cb->priv) == numa_node_id())) in hns_nic_poll_rx_skb()
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_rx.c471 page_to_nid(page) != numa_mem_id(); in mlx4_en_complete_rx_desc()
/linux/fs/proc/
H A Dtask_mmu.c3185 nid = page_to_nid(page); in can_gather_numa_stats()
3210 nid = page_to_nid(page); in can_gather_numa_stats_pmd()
/linux/kernel/
H A Dfork.c259 if (page_to_nid(page) != nid) in try_release_thread_stack_to_cache()