Home
last modified time | relevance | path

Searched refs:node_data (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/arch/ia64/sn/io/drivers/
Dpciba.c140 struct node_data { struct
146 void (* cleanup)(struct node_data *); argument
279 struct node_data * nd;
325 struct node_data * nd; in unregister_with_devfs()
330 nd = list_entry(lhp, struct node_data, global_node_list); in unregister_with_devfs()
337 struct node_data * new_node(void) in new_node()
339 struct node_data * node; in new_node()
343 node = kmalloc(sizeof(struct node_data), GFP_KERNEL); in new_node()
351 void dma_cleanup(struct node_data * dma_node) in dma_cleanup()
363 void init_dma_node(struct node_data * node, in init_dma_node()
[all …]
/linux-2.4.37.9/include/asm-parisc/
Dmmzone.h9 extern struct node_map_data node_data[];
18 #define NODE_DATA(nid) (&node_data[nid].pg_data)
20 #define ADJ_NODE_MEM_MAP(nid) (node_data[nid].adj_node_mem_map)
/linux-2.4.37.9/include/asm-ia64/
Dnodedata.h40 #define local_node_data (local_cpu_data->node_data)
46 #define node_data(node) (local_node_data->node_data_ptrs[node]) macro
Dprocessor.h195 struct ia64_node_data *node_data; member
/linux-2.4.37.9/arch/ia64/mm/
Ddiscontig.c157 _cpu_data[cpu]->node_data = boot_node_data[node]; in find_pernode_space()
254 _cpu_data[cpu]->node_data = boot_node_data[node]; in initialize_pernode_data()
/linux-2.4.37.9/arch/parisc/mm/
Dinit.c34 struct node_map_data node_data[MAX_PHYSMEM_RANGES]; variable
280 node_data[i].pg_data.bdata = &bmem_data[i]; in setup_bootmem()
/linux-2.4.37.9/arch/ia64/kernel/
Dsetup.c658 my_cpu_data->node_data->active_cpu_count++; in cpu_init()