Searched refs:page_to_nid (Results 1 – 16 of 16) sorted by relevance
| /linux/include/net/ |
| H A D | netmem.h | 310 return page_to_nid(netmem_to_page(netmem)) == pref_nid; in netmem_is_pref_nid()
|
| /linux/mm/ |
| H A D | zswap.c | 665 return page_to_nid(virt_to_page(entry)); in entry_to_nid() 900 handle = zs_malloc(pool->zs_pool, dlen, gfp, page_to_nid(page)); in zswap_compress() 1409 entry = zswap_entry_cache_alloc(GFP_KERNEL, page_to_nid(page)); in zswap_store_page()
|
| H A D | mempolicy.c | 1140 ret = page_to_nid(p); in lookup_node() 2496 page_to_nid(page) == nid) { in alloc_pages_mpol()
|
| H A D | slub.c | 4763 if (page_to_nid(virt_to_page(object)) != node) { in alloc_from_pcs() 6678 nid != page_to_nid(virt_to_page(p))) in __do_krealloc() 8852 node_set(page_to_nid(virt_to_page(track)), l->nodes); in add_location() 8890 node_set(page_to_nid(virt_to_page(track)), l->nodes); in add_location()
|
| H A D | vmalloc.c | 4325 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 D | page_alloc.c | 1955 VM_BUG_ON_PAGE(page_to_nid(page) != zone_to_nid(zone), page); in __move_freepages_block()
|
| /linux/drivers/net/ethernet/cavium/liquidio/ |
| H A D | octeon_network.h | 342 unlikely(page_to_nid(pg_info->page) != numa_node_id())) { in recv_buffer_recycle()
|
| /linux/drivers/gpu/drm/ttm/ |
| H A D | ttm_pool.c | 309 int nid = page_to_nid(p); in ttm_pool_type_give() 388 atomic_long_sub(1 << pt->order, &allocated_pages[page_to_nid(p)]); in ttm_pool_dispose_list()
|
| /linux/drivers/net/ethernet/fungible/funeth/ |
| H A D | funeth_rx.c | 123 rb->node = page_is_pfmemalloc(p) ? -1 : page_to_nid(p); in funeth_alloc_page()
|
| /linux/drivers/block/zram/ |
| H A D | zram_drv.c | 2237 __GFP_HIGHMEM | __GFP_MOVABLE, page_to_nid(page)); in write_incompressible_page() 2300 __GFP_HIGHMEM | __GFP_MOVABLE, page_to_nid(page)); in zram_write_page() 2504 page_to_nid(page)); in recompress_slot()
|
| /linux/include/linux/ |
| H A D | mm.h | 2263 static inline int page_to_nid(const struct page *page) in page_to_nid() function 2485 return &NODE_DATA(page_to_nid(page))->node_zones[page_zonenum(page)]; in page_zone() 2490 return NODE_DATA(page_to_nid(page)); in page_pgdat()
|
| H A D | skbuff.h | 3623 return likely(page_to_nid(page) == numa_mem_id() && in dev_page_is_reusable()
|
| /linux/drivers/virt/nitro_enclaves/ |
| H A D | ne_misc_dev.c | 826 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 D | hns_enet.c | 459 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 D | en_rx.c | 471 page_to_nid(page) != numa_mem_id(); in mlx4_en_complete_rx_desc()
|
| /linux/kernel/ |
| H A D | fork.c | 259 if (page_to_nid(page) != nid) in try_release_thread_stack_to_cache()
|