Home
last modified time | relevance | path

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

/Linux-v6.1/arch/loongarch/kernel/
Dnuma.c229 size_t nd_sz = roundup(sizeof(pg_data_t), PAGE_SIZE); in alloc_node_data() local
231 nd_pa = memblock_phys_alloc_try_nid(nd_sz, SMP_CACHE_BYTES, nid); in alloc_node_data()
233 pr_err("Cannot find %zu Byte for node_data (initial node: %d)\n", nd_sz, nid); in alloc_node_data()