Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/kernel-hacking/
H A Dhacking.rst290 方法是在引导过程的早期通过 :c:func:`alloc_bootmem()` 函数分配。
/linux/mm/
H A Dhugetlb.c3144 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()
/linux/Documentation/kernel-hacking/
H A Dhacking.rst342 early in the boot process via the :c:func:`alloc_bootmem()`
/linux/Documentation/translations/it_IT/kernel-hacking/
H A Dhacking.rst366 :c:func:`alloc_bootmem()`.