Home
last modified time | relevance | path

Searched refs:nodes (Results 1 – 25 of 62) sorted by relevance

123

/linux-2.4.37.9/arch/x86_64/mm/
Dk8topology.c56 for (n=0; n<MAXNODE;n++) if (nodes[n].start!=nodes[n].end)
58 static __init int compute_hash_shift(struct node *nodes, int numnodes, u64 maxmem) in compute_hash_shift() argument
68 for (addr = nodes[i].start; in compute_hash_shift()
69 addr < nodes[i].end; in compute_hash_shift()
94 struct node nodes[MAXNODE]; in k8_scan_nodes() local
105 memset(&nodes,0,sizeof(nodes)); in k8_scan_nodes()
168 nodes[nodeid].start = base; in k8_scan_nodes()
169 nodes[nodeid].end = limit; in k8_scan_nodes()
177 memnode_shift = compute_hash_shift(nodes,maxnode,end); in k8_scan_nodes()
185 if (nodes[i].start != nodes[i].end) in k8_scan_nodes()
[all …]
/linux-2.4.37.9/fs/jffs/
Djffs_fm.c228 if (!(fm->nodes = (struct jffs_node_ref *) in jffs_fmalloc()
237 fm->nodes->node = node; in jffs_fmalloc()
238 fm->nodes->next = 0; in jffs_fmalloc()
268 fm->nodes = 0; in jffs_fmalloc()
310 ASSERT(if (!fmc || !fm || !fm->nodes) { in jffs_fmfree()
313 fmc, fm, (fm ? fm->nodes : 0)); in jffs_fmfree()
319 for (ref = fm->nodes, prev = 0; ref; ref = ref->next) { in jffs_fmfree()
325 fm->nodes = ref->next; in jffs_fmfree()
337 if (!fm->nodes) { in jffs_fmfree()
378 fm->nodes = 0; in jffs_fmalloced()
[all …]
Djffs_proc.c235 if (fm->nodes) { in jffs_proc_layout_read()
240 (unsigned long) fm->nodes->node->ino, in jffs_proc_layout_read()
241 (unsigned long) fm->nodes->node->version); in jffs_proc_layout_read()
Djffs_fm.h85 struct jffs_node_ref *nodes; /* USED if != 0. */ member
/linux-2.4.37.9/arch/sparc/prom/
Dsun4prom.c46 struct node nodes[] = { variable
55 if (nodes[node].level == nodes[node+1].level) in no_nextnode()
62 if (nodes[node].level == nodes[node+1].level-1) in no_child()
69 struct property *prop = &nodes[node].properties[0]; in find_property()
/linux-2.4.37.9/fs/openpromfs/
Dinode.c48 static openpromfs_node *nodes = NULL; variable
59 #define NODE(ino) nodes[ino - OPENPROM_FIRST_INO]
103 node = nodes[(u16)((long)inode->u.generic_ip)].node; in property_read()
551 node = nodes[(u16)((long)inode->u.generic_ip)].node; in property_release()
626 for (; n != 0xffff; n = nodes[n].next) { in lookup_children()
627 node = nodes[n].child; in lookup_children()
634 if (prom_getname (nodes[node].node, in lookup_children()
645 node = nodes[node].next; in lookup_children()
649 ret = lookup_children (nodes[n].child, name, len); in lookup_children()
682 if (prom_getname (nodes[node].node, buffer, 128) >= 0) { in openpromfs_lookup()
[all …]
/linux-2.4.37.9/fs/jffs2/
Dwrite.c80 f->inocache->nodes = (struct jffs2_raw_node_ref *)f->inocache; in jffs2_new_inode()
249 raw->next_in_ino = f->inocache->nodes; in jffs2_write_dnode()
250 f->inocache->nodes = raw; in jffs2_write_dnode()
256 f->inocache->nodes = raw; in jffs2_write_dnode()
296 raw->next_in_ino = f->inocache->nodes; in jffs2_write_dirent()
297 f->inocache->nodes = raw; in jffs2_write_dirent()
332 f->inocache->nodes = raw; in jffs2_write_dirent()
Dbuild.c114 …ntk(KERN_DEBUG "Pass 2: ino #%u, nlink %d, ic %p, nodes %p\n", ic->ino, ic->nlink, ic, ic->nodes)); in jffs2_build_filesystem()
133 D1(printk(KERN_DEBUG "Pass 3: ino #%u, ic %p, nodes %p\n", ic->ino, ic, ic->nodes)); in jffs2_build_filesystem()
255 for (raw = ic->nodes; raw != (void *)ic; raw = raw->next_in_ino) { in jffs2_build_remove_unlinked_inode()
Derase.c186 prev = &ic->nodes; in jffs2_remove_node_refs_from_ino_list()
221 this = ic->nodes; in jffs2_remove_node_refs_from_ino_list()
234 if (ic->nodes == (void *)ic) { in jffs2_remove_node_refs_from_ino_list()
Dnodelist.c100 struct jffs2_raw_node_ref *ref = f->inocache->nodes; in jffs2_get_inode_nodes()
111 if (!f->inocache->nodes) { in jffs2_get_inode_nodes()
114 for (ref = f->inocache->nodes; ref && ref->next_in_ino; ref = ref->next_in_ino) { in jffs2_get_inode_nodes()
Dscan.c416 ic->nodes = (void *)ic; in jffs2_scan_make_ino_cache()
532 raw->next_in_ino = ic->nodes; in jffs2_scan_inode_node()
533 ic->nodes = raw; in jffs2_scan_inode_node()
687 raw->next_in_ino = ic->nodes; in jffs2_scan_dirent_node()
688 ic->nodes = raw; in jffs2_scan_dirent_node()
/linux-2.4.37.9/arch/ppc/amiga/
Dints.c33 static irq_node_t nodes[NUM_IRQ_NODES]; variable
61 nodes[i].handler = NULL; in m68k_init_IRQ()
71 for (node = nodes, i = NUM_IRQ_NODES-1; i >= 0; node++, i--) in new_irq_node()
/linux-2.4.37.9/arch/m68k/kernel/
Dints.c58 static irq_node_t nodes[NUM_IRQ_NODES]; variable
100 nodes[i].handler = NULL; in init_IRQ()
110 for (node = nodes, i = NUM_IRQ_NODES-1; i >= 0; node++, i--) in new_irq_node()
/linux-2.4.37.9/arch/ia64/sn/io/sn2/
Dmodule.c144 m->nodes[slab_number] = -1; in module_add_node()
168 if (m->nodes[slab_number] != -1) in module_add_node()
171 m->nodes[slab_number] = cnodeid; in module_add_node()
/linux-2.4.37.9/Documentation/
Dcciss.txt24 If nodes are not already created in the /dev/cciss directory
35 can make device nodes for you automatically. Currently the device setup
80 Once you have this, you need to create device nodes in
81 /dev/cciss directory. The nodes for the first 8 controllers
84 in those scripts, or create the nodes manually by using
88 to create or remove nodes easily. These scripts can be found
92 (You also need to make nodes for these partitions).
117 appropriate device nodes are automatically created. (e.g.
Ddigiepca.txt14 will have their device nodes automatically constructed (cud?? for ~CLOCAL,
17 the necessary nodes.
32 nodes than a PCI card in slot 1.
Dcpqarray.txt41 Create device nodes for the diskarray device:
77 can make device nodes for you automatically. Currently the device setup
/linux-2.4.37.9/arch/mips/sgi-ip27/
DTODO8 5. Is it okay to set calias space on all nodes as 0, instead of 8k as
11 being invoked on all nodes in ip27-memory.c.
/linux-2.4.37.9/arch/ia64/sn/fakeprom/
Dfpmem.h71 int nodes; member
/linux-2.4.37.9/Documentation/vm/
Dnuma13 across nodes, and trying to house all the data structures that
37 from different nodes in a round robin manner. This will be changed to
/linux-2.4.37.9/fs/hpfs/
Danode.c399 int i, j, nodes; in hpfs_truncate_btree() local
421 nodes = btree->n_used_nodes + btree->n_free_nodes; in hpfs_truncate_btree()
431 btree->n_free_nodes = nodes - btree->n_used_nodes; in hpfs_truncate_btree()
446 nodes = btree->n_used_nodes + btree->n_free_nodes; in hpfs_truncate_btree()
465 btree->n_free_nodes = nodes - btree->n_used_nodes; in hpfs_truncate_btree()
/linux-2.4.37.9/Documentation/filesystems/devfs/
DREADME102 disc-based device nodes, then simply leave CONFIG_DEVFS_FS=n (the
170 Because you currently access devices through device nodes, these must
173 of nodes. This means that changes in the kernel must be reflected by
175 creates device nodes by hand.
185 A typical /dev has over 1200 nodes! Most of these devices simply don't
202 possible device nodes. Even if we scrap everything but id,partition
223 create device nodes for SCSI devices. It can do this by scanning files
225 nodes would require significant modifications to existing drivers (so
234 to provide this information: the device nodes themselves!
240 and block nodes and devfs entries make the connection between an entry
[all …]
/linux-2.4.37.9/drivers/ieee1394/
Draw1394.h92 __u32 nodes; member
/linux-2.4.37.9/drivers/char/
DREADME.epca29 building device nodes for PCI devices.
103 device nodes their device nodes. See footer 1.
150 3. Build PCI device nodes with buildPCI
153 buildPCI is an application useful for building the necessary device nodes
156 (Though it does build device nodes for non-PCI cards). To use this program
167 nodes. Though this program may be executed at anytime, we reccomend
188 necessary device nodes. This step is not necessary for system not
308 an easy way to build device nodes for PCI cards.
/linux-2.4.37.9/Documentation/usb/
Dbluetooth.txt16 create the following nodes:

123