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

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

Completed in 164 milliseconds