Home
last modified time | relevance | path

Searched defs:node (Results 1 – 25 of 227) sorted by relevance

12345678910

/arch/sparc/prom/
Dtree_64.c22 inline int __prom_getchild(int node) in __prom_getchild()
27 inline int prom_getchild(int node) in prom_getchild()
38 inline int prom_getparent(int node) in prom_getparent()
51 inline int __prom_getsibling(int node) in __prom_getsibling()
56 inline int prom_getsibling(int node) in prom_getsibling()
73 inline int prom_getproplen(int node, const char *prop) in prom_getproplen()
87 inline int prom_getproperty(int node, const char *prop, in prom_getproperty()
109 inline int prom_getint(int node, const char *prop) in prom_getint()
124 int prom_getintdefault(int node, const char *property, int deflt) in prom_getintdefault()
136 int prom_getbool(int node, const char *prop) in prom_getbool()
[all …]
Dtree_32.c23 int __prom_getchild(int node) in __prom_getchild()
39 int prom_getchild(int node) in prom_getchild()
55 int __prom_getsibling(int node) in __prom_getsibling()
71 int prom_getsibling(int node) in prom_getsibling()
89 int prom_getproplen(int node, const char *prop) in prom_getproplen()
109 int prom_getproperty(int node, const char *prop, char *buffer, int bufsize) in prom_getproperty()
129 int prom_getint(int node, char *prop) in prom_getint()
143 int prom_getintdefault(int node, char *property, int deflt) in prom_getintdefault()
155 int prom_getbool(int node, char *prop) in prom_getbool()
169 void prom_getstring(int node, char *prop, char *user_buf, int ubuf_size) in prom_getstring()
[all …]
/arch/x86/include/asm/
Dtopology.h66 static inline cpumask_t node_to_cpumask(int node) in node_to_cpumask()
72 static inline const struct cpumask *cpumask_of_node(int node) in cpumask_of_node()
112 static inline const cpumask_t *cpumask_of_node(int node) in cpumask_of_node()
118 static inline cpumask_t node_to_cpumask(int node) in node_to_cpumask()
129 #define node_to_cpumask_ptr(v, node) \ argument
132 #define node_to_cpumask_ptr_next(v, node) \ argument
141 #define parent_node(node) (node) argument
199 static inline const cpumask_t *cpumask_of_node(int node) in cpumask_of_node()
203 static inline cpumask_t node_to_cpumask(int node) in node_to_cpumask()
207 static inline int node_to_first_cpu(int node) in node_to_first_cpu()
[all …]
/arch/sh/include/asm/
Dtopology.h32 #define parent_node(node) ((void)(node),0) argument
34 #define node_to_cpumask(node) ((void)node, cpu_online_map) argument
35 #define cpumask_of_node(node) ((void)node, cpu_online_mask) argument
36 #define node_to_first_cpu(node) ((void)(node),0) argument
/arch/powerpc/platforms/powermac/
Dfeature.c138 static inline int simple_feature_tweak(struct device_node *node, int type, in simple_feature_tweak()
160 static long ohare_htw_scc_enable(struct device_node *node, long param, in ohare_htw_scc_enable()
253 static long ohare_floppy_enable(struct device_node *node, long param, in ohare_floppy_enable()
260 static long ohare_mesh_enable(struct device_node *node, long param, long value) in ohare_mesh_enable()
266 static long ohare_ide_enable(struct device_node *node, long param, long value) in ohare_ide_enable()
286 static long ohare_ide_reset(struct device_node *node, long param, long value) in ohare_ide_reset()
300 static long ohare_sleep_state(struct device_node *node, long param, long value) in ohare_sleep_state()
315 static long heathrow_modem_enable(struct device_node *node, long param, in heathrow_modem_enable()
359 static long heathrow_floppy_enable(struct device_node *node, long param, in heathrow_floppy_enable()
368 static long heathrow_mesh_enable(struct device_node *node, long param, in heathrow_mesh_enable()
[all …]
/arch/ia64/mm/
Ddiscontig.c57 #define NODEDATA_ALIGN(addr, node) \ argument
75 int node) in build_node_maps()
102 static int __meminit early_nr_cpus_node(int node) in early_nr_cpus_node()
117 static unsigned long __meminit compute_pernodesize(int node) in compute_pernodesize()
140 static void *per_cpu_node_setup(void *cpu_data, int node) in per_cpu_node_setup()
168 static void __init fill_pernode(int node, unsigned long pernode, in fill_pernode()
226 int node) in find_pernode_space()
275 int node) in free_node_bootmem()
293 int node; in reserve_pernode_space() local
319 int node; in scatter_node_data() local
[all …]
/arch/powerpc/boot/dtc-src/
Ddtc.h152 struct node { struct
155 struct node *children; argument
157 struct node *parent; argument
158 struct node *next_sibling; argument
179 struct node *build_node(struct property *proplist, struct node *children); argument
Dlivetree.c81 struct node *name_node(struct node *node, char *name, char * label) in name_node()
100 void add_property(struct node *node, struct property *prop) in add_property()
186 const char *get_unitname(struct node *node) in get_unitname()
194 struct property *get_property(struct node *node, const char *propname) in get_property()
211 struct node *get_subnode(struct node *node, const char *nodename) in get_subnode()
247 struct node *child, *node; in get_node_by_label() local
265 struct node *child, *node; in get_node_by_phandle() local
289 cell_t get_node_phandle(struct node *root, struct node *node) in get_node_phandle()
Dchecks.c114 static void check_nodes_props(struct check *c, struct node *dt, struct node *node) in check_nodes_props()
180 struct node *node) in check_is_string()
197 struct node *node) in check_is_cell()
218 struct node *node) in check_duplicate_node_names()
233 struct node *node) in check_duplicate_property_names()
251 struct node *node) in check_node_name_chars()
262 struct node *node) in check_node_name_format()
271 struct node *node, struct property *prop) in check_property_name_chars()
282 struct node *node) in check_explicit_phandles()
317 struct node *node) in check_name_properties()
[all …]
/arch/sparc/include/asm/
Dtopology_64.h13 #define parent_node(node) (node) argument
15 static inline cpumask_t node_to_cpumask(int node) in node_to_cpumask()
19 #define cpumask_of_node(node) (&numa_cpumask_lookup_table[node]) argument
25 #define node_to_cpumask_ptr(v, node) \ argument
28 #define node_to_cpumask_ptr_next(v, node) \ argument
31 static inline int node_to_first_cpu(int node) in node_to_first_cpu()
/arch/mips/include/asm/mach-ip27/
Dtopology.h26 #define parent_node(node) (node) argument
27 #define node_to_cpumask(node) (hub_data(node)->h_cpus) argument
28 #define cpumask_of_node(node) (&hub_data(node)->h_cpus) argument
29 #define node_to_first_cpu(node) (cpumask_first(cpumask_of_node(node))) argument
/arch/alpha/include/asm/
Dtopology.h11 int node; in cpu_to_node() local
25 static inline cpumask_t node_to_cpumask(int node) in node_to_cpumask()
44 static const struct cpumask *cpumask_of_node(int node) in cpumask_of_node()
/arch/powerpc/kernel/
Dprom.c100 int __init of_scan_flat_dt(int (*it)(unsigned long node, in of_scan_flat_dt()
172 void* __init of_get_flat_dt_prop(unsigned long node, const char *name, in of_get_flat_dt_prop()
210 int __init of_flat_dt_is_compatible(unsigned long node, const char *compat) in of_flat_dt_is_compatible()
540 static void __init scan_features(unsigned long node, unsigned char *ftrs, in scan_features()
575 static void __init check_cpu_pa_features(unsigned long node) in check_cpu_pa_features()
589 static void __init check_cpu_slb_size(unsigned long node) in check_cpu_slb_size()
604 #define check_cpu_slb_size(node) do { } while(0) argument
629 static inline void identical_pvr_fixup(unsigned long node) in identical_pvr_fixup()
648 #define identical_pvr_fixup(node) do { } while(0) argument
651 static void __init check_cpu_feature_properties(unsigned long node) in check_cpu_feature_properties()
[all …]
Dpci_64.c86 static void pci_parse_of_addrs(struct device_node *node, struct pci_dev *dev) in pci_parse_of_addrs()
128 struct pci_dev *of_create_pci_dev(struct device_node *node, in of_create_pci_dev()
192 static void __devinit __of_scan_bus(struct device_node *node, in __of_scan_bus()
236 void __devinit of_scan_bus(struct device_node *node, in of_scan_bus()
243 void __devinit of_rescan_bus(struct device_node *node, in of_rescan_bus()
250 void __devinit of_scan_pci_bridge(struct device_node *node, in of_scan_pci_bridge()
341 struct device_node *node = hose->dn; in scan_phb() local
/arch/powerpc/platforms/cell/spufs/
Dsched.c150 int node; in spu_update_sched_info() local
166 static int __node_allowed(struct spu_context *ctx, int node) in __node_allowed()
178 static int node_allowed(struct spu_context *ctx, int node) in node_allowed()
191 int node; in do_notify_spus_active() local
307 int node, n; in aff_ref_location() local
379 static struct spu *ctx_location(struct spu *ref, int offset, int node) in ctx_location()
573 int node, n; in spu_get_idle() local
632 int node, n; in find_victim() local
718 int node = spu->node; in __spu_schedule() local
764 int node = spu->node; in spu_unschedule() local
[all …]
/arch/arm/mm/
Dinit.c77 int shared = 0, cached = 0, slab = 0, node, i; in show_mem() local
129 find_bootmap_pfn(int node, struct meminfo *mi, unsigned int bootmap_pages) in find_bootmap_pfn()
212 static unsigned long __init bootmem_init_node(int node, struct meminfo *mi) in bootmem_init_node()
275 static void __init bootmem_reserve_initrd(int node) in bootmem_reserve_initrd()
296 static void __init bootmem_free_node(int node, struct meminfo *mi) in bootmem_free_node()
340 int node, initrd_node; in bootmem_init() local
417 free_memmap(int node, unsigned long start_pfn, unsigned long end_pfn) in free_memmap()
446 static void __init free_unused_memmap_node(int node, struct meminfo *mi) in free_unused_memmap_node()
485 int i, node; in mem_init() local
/arch/powerpc/include/asm/
Dtopology.h18 #define parent_node(node) (node) argument
20 static inline cpumask_t node_to_cpumask(int node) in node_to_cpumask()
25 #define cpumask_of_node(node) (&numa_cpumask_lookup_table[node]) argument
27 static inline int node_to_first_cpu(int node) in node_to_first_cpu()
/arch/powerpc/platforms/cell/
Dinterrupt.c54 struct device_node *node; member
65 unsigned char node = bits.source >> 4; in iic_pending_to_hwnum() local
187 struct irq_host *iic_get_irq_host(int node) in iic_get_irq_host()
230 static int iic_host_match(struct irq_host *h, struct device_node *node) in iic_host_match()
306 unsigned int node, ext, unit, class; in iic_host_xlate() local
348 struct device_node *node) in init_one_iic()
371 unsigned int node, cascade, found = 0; in setup_iic() local
454 int node = cpu >> 1; in iic_set_interrupt_routing() local
/arch/arm/mach-shark/include/mach/
Dmemory.h22 static inline void __arch_adjust_zones(int node, unsigned long *zone_size, unsigned long *zhole_siz… in __arch_adjust_zones()
32 #define arch_adjust_zones(node, size, holes) \ argument
/arch/m68k/kernel/
Dints.c167 irq_node_t *node; in new_irq_node() local
181 int setup_irq(unsigned int irq, struct irq_node *node) in setup_irq()
224 struct irq_node *node; in request_irq() local
248 struct irq_node **p, *node; in free_irq() local
391 struct irq_node *node; in m68k_handle_int() local
417 struct irq_node *node; in show_interrupts() local
/arch/sparc/kernel/
Dprom_common.c133 static struct property * __init build_one_prop(phandle node, char *prev, in build_one_prop()
188 static struct property * __init build_prop_list(phandle node) in build_prop_list()
206 static char * __init get_one_property(phandle node, const char *name) in get_one_property()
220 static struct device_node * __init prom_create_node(phandle node, in prom_create_node()
266 phandle node, in prom_build_tree()
/arch/x86/kernel/
Dsetup_percpu.c226 unsigned int node, num = 0; in setup_node_to_cpumask_map() local
246 void __cpuinit numa_set_node(int cpu, int node) in numa_set_node()
287 int node = cpu_to_node(cpu); in numa_set_cpumask() local
355 const cpumask_t *cpumask_of_node(int node) in cpumask_of_node()
382 cpumask_t node_to_cpumask(int node) in node_to_cpumask()
/arch/ia64/include/asm/
Dtopology.h36 #define node_to_cpumask(node) (node_to_cpu_mask[node]) argument
37 #define cpumask_of_node(node) (&node_to_cpu_mask[node]) argument
49 #define node_to_first_cpu(node) (cpumask_first(cpumask_of_node(node))) argument
/arch/arm/mach-davinci/include/mach/
Dmemory.h40 __arch_adjust_zones(int node, unsigned long *size, unsigned long *holes) in __arch_adjust_zones()
51 #define arch_adjust_zones(node, zone_size, holes) \ argument
/arch/powerpc/platforms/pasemi/
Dmisc.c34 static int __init find_i2c_driver(struct device_node *node, in find_i2c_driver()
54 struct device_node *node; in pasemi_register_i2c_devices() local

12345678910