Home
last modified time | relevance | path

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

/linux-3.4.99/mm/
Dbootmem.c37 bootmem_data_t bootmem_node_data[MAX_NUMNODES] __initdata;
78 static void __init link_bootmem(bootmem_data_t *bdata) in link_bootmem()
83 bootmem_data_t *ent; in link_bootmem()
85 ent = list_entry(iter, bootmem_data_t, list); in link_bootmem()
95 static unsigned long __init init_bootmem_core(bootmem_data_t *bdata, in init_bootmem_core()
172 static unsigned long __init free_all_bootmem_core(bootmem_data_t *bdata) in free_all_bootmem_core()
251 bootmem_data_t *bdata; in free_all_bootmem()
259 static void __init __free(bootmem_data_t *bdata, in __free()
276 static int __init __reserve(bootmem_data_t *bdata, unsigned long sidx, in __reserve()
300 static int __init mark_bootmem_node(bootmem_data_t *bdata, in mark_bootmem_node()
[all …]
/linux-3.4.99/include/linux/
Dbootmem.h34 } bootmem_data_t; typedef
36 extern bootmem_data_t bootmem_node_data[];
/linux-3.4.99/arch/alpha/include/asm/
Dmmzone.h10 struct bootmem_data_t; /* stupid forward decl. */
/linux-3.4.99/arch/alpha/mm/
Dnuma.c306 bootmem_data_t *bdata = &bootmem_node_data[nid]; in paging_init()
/linux-3.4.99/arch/tile/kernel/
Dsetup.c53 static bootmem_data_t __initdata node0_bdata;