Searched refs:alloc_bootmem (Results 1 – 3 of 3) sorted by relevance
290 方法是在引导过程的早期通过 :c:func:`alloc_bootmem()` 函数分配。
3080 static __init void *alloc_bootmem(struct hstate *h, int nid, bool node_exact) in alloc_bootmem() function3139 m = alloc_bootmem(h, node, true); in __alloc_bootmem_huge_page()3148 m = alloc_bootmem(h, node, false); in __alloc_bootmem_huge_page()
366 :c:func:`alloc_bootmem()`.