Searched refs:alloc_bootmem (Results 1 – 4 of 4) sorted by relevance
290 方法是在引导过程的早期通过 :c:func:`alloc_bootmem()` 函数分配。
3144 static __init void *alloc_bootmem(struct hstate *h, int nid, bool node_exact) in alloc_bootmem() function 3203 m = alloc_bootmem(h, node, true); in __alloc_bootmem_huge_page() 3212 m = alloc_bootmem(h, node, false); in __alloc_bootmem_huge_page()
342 early in the boot process via the :c:func:`alloc_bootmem()`
366 :c:func:`alloc_bootmem()`.