Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/kernel/
H A Dnuma.c197 size_t nd_sz = roundup(sizeof(pg_data_t), PAGE_SIZE); in alloc_node_data() local
199 nd_pa = memblock_phys_alloc_try_nid(nd_sz, SMP_CACHE_BYTES, nid); in alloc_node_data()
201 pr_err("Cannot find %zu Byte for node_data (initial node: %d)\n", nd_sz, nid); in alloc_node_data()