Searched refs:nodes (Results 1 - 25 of 103) sorted by last modified time

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/unit/
H A Dunit1309.c70 /* number of nodes to add to the splay tree */
74 struct Curl_tree nodes[NUM_NODES]; variable in typeref:struct:Curl_tree
85 nodes[i].payload = (void *)key.tv_usec; /* for simplicity */
86 root = Curl_splayinsert(key, root, &nodes[i]);
97 (long)(nodes[rem].payload));
98 rc = Curl_splayremovebyaddr(root, &nodes[rem], &root);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex76 so that intermediate nodes will be able to invalidate flow state before
H A Dip-cref.tex392 from other nodes on the network.
413 nodes. Broadcasting is a particular case of multicasting, where the multicast
414 group consists of all nodes on the link. It is important to emphasize
1076 information about paths to other networked nodes.
H A Dip-tunnels.tex400 if multicast routing is supported in surrounding network, all GRE nodes
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/
H A Dmkcerts.sh23 -out pca-req.pem -nodes >/dev/null <<EOF
59 -out ca-req.pem -nodes >/dev/null <<EOF
96 -out s512-req.pem -nodes >/dev/null <<EOF
133 -out s1024req.pem -nodes >/dev/null <<EOF
170 -out c512-req.pem -nodes >/dev/null <<EOF
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A DCA.pl8 # CA -newreq[-nodes] ... will generate a certificate request
65 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
77 } elsif (/^-newreq-nodes$/) {
79 system ("$REQ -new -nodes -keyout newreq.pem -out newreq.pem $DAYS");
160 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
H A DCA.pl.in8 # CA -newreq[-nodes] ... will generate a certificate request
65 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
77 } elsif (/^-newreq-nodes$/) {
79 system ("$REQ -new -nodes -keyout newreq.pem -out newreq.pem $DAYS");
160 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
H A Dreq.c103 * -nodes - no des encryption
163 int nodes=0,kludge=0,newhdr=0,subject=0,pubkey=0; local
357 else if (strcmp(*argv,"-nodes") == 0)
358 nodes=1;
441 BIO_printf(bio_err," -nodes don't encrypt the output key\n");
746 if (nodes) cipher=NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Draw1394.c611 khl->nodes = hi->host->node_count;
H A Draw1394.h95 __u32 nodes; member in struct:raw1394_khost_list
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dnuma.c178 * depth in the associativity nodes. The first is for an SMP
202 panic("numa.c: No memory nodes found!");
392 * cpus into nodes once the memory scan has discovered
425 * Assumption: either all memory nodes or none will
718 nodemask_t nodes; local
759 nodes_setall(nodes);
761 node_clear(nid, nodes);
762 nid = any_online_node(nodes);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/amiga/
H A Dints.c32 static irq_node_t nodes[NUM_IRQ_NODES]; variable
60 nodes[i].handler = NULL;
70 for (node = nodes, i = NUM_IRQ_NODES-1; i >= 0; node++, i--)
74 printk ("new_irq_node: out of nodes\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/prom/
H A Dsun4prom.c46 struct node nodes[] = { variable in typeref:struct:node
55 if (nodes[node].level == nodes[node+1].level)
62 if (nodes[node].level == nodes[node+1].level-1)
69 struct property *prop = &nodes[node].properties[0];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/mm/
H A Dk8topology.c3 * Discover the memory map and associated nodes.
46 struct bootnode nodes[8]; local
68 printk(KERN_INFO "Number of nodes %d\n", numnodes);
70 memset(&nodes,0,sizeof(nodes));
149 nodes[nodeid].start = base;
150 nodes[nodeid].end = limit;
152 nodes[nodeid].start >> PAGE_SHIFT,
153 nodes[nodeid].end >> PAGE_SHIFT);
163 memnode_shift = compute_hash_shift(nodes,
[all...]
H A Dnuma.c51 populate_memnodemap(const struct bootnode *nodes, int numnodes, int shift) argument
59 addr = nodes[i].start;
60 end = nodes[i].end;
108 extract_lsb_from_nodes (const struct bootnode *nodes, int numnodes) argument
115 start = nodes[i].start;
116 end = nodes[i].end;
132 int __init compute_hash_shift(struct bootnode *nodes, int numnodes) argument
136 shift = extract_lsb_from_nodes(nodes, numnodes);
142 if (populate_memnodemap(nodes, numnodes, shift) != 1) {
261 We round robin the existing nodes
287 setup_node_range(int nid, struct bootnode *nodes, u64 *addr, u64 size, u64 max_addr) argument
310 split_nodes_equally(struct bootnode *nodes, u64 *addr, u64 max_addr, int node_start, int num_nodes) argument
369 split_nodes_by_size(struct bootnode *nodes, u64 *addr, u64 max_addr, int node_start, u64 size) argument
385 struct bootnode nodes[MAX_NUMNODES]; local
[all...]
H A Dsrat.c29 static struct bootnode nodes[MAX_NUMNODES] __initdata;
34 /* Too small nodes confuse the VM badly. Usually they result
47 struct bootnode *nd = &nodes[i];
60 struct bootnode *nd = &nodes[i];
86 nodes_add[i].start = nodes[i].end = 0;
313 pxm, start, end, nodes[i].start, nodes[i].end);
318 nodes[i].start, nodes[i].end);
322 nd = &nodes[nod
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dints.c75 static irq_node_t nodes[NUM_IRQ_NODES]; variable
170 for (node = nodes, i = NUM_IRQ_NODES-1; i >= 0; node++, i--) {
177 printk ("new_irq_node: out of nodes\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/5307/
H A Dints.c40 static irq_node_t nodes[NUM_IRQ_NODES]; variable
80 nodes[i].handler = NULL;
91 for (node = nodes, i = NUM_IRQ_NODES-1; i >= 0; node++, i--)
95 printk(KERN_INFO "new_irq_node: out of nodes\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/dlm/
H A Dconfig.c23 * /config/dlm/<cluster>/spaces/<space>/nodes/<node>/nodeid
24 * /config/dlm/<cluster>/spaces/<space>/nodes/<node>/weight
41 struct nodes;
282 struct nodes { struct
473 struct nodes *nds = NULL;
478 nds = kzalloc(sizeof(struct nodes), GFP_KERNEL);
484 config_group_init_type_name(&nds->ns_group, "nodes", &nodes_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/cluster/
H A Dheartbeat.c632 /* dead nodes only come to life after some number of
654 /* We want to be sure that all nodes agree on the
677 /* live nodes only go dead after enough consequtive missed
716 static int o2hb_highest_node(unsigned long *nodes, argument
723 while ((node = find_next_bit(nodes, numbits, node + 1)) != -1) {
748 mlog(ML_NOTICE, "ocfs2_heartbeat: no configured nodes found!\n");
752 /* No sense in reading the slots of nodes that don't exist
932 * get a map of all nodes that are heartbeating in any regions
937 * can trust that they don't miss nodes coming to the party */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Daclocal.h123 /* Owner IDs are used to track namespace nodes for selective deletion */
902 u32 nodes; member in struct:acpi_integrity_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hpfs/
H A Danode.c400 int i, j, nodes; local
422 nodes = btree->n_used_nodes + btree->n_free_nodes;
432 btree->n_free_nodes = nodes - btree->n_used_nodes;
447 nodes = btree->n_used_nodes + btree->n_free_nodes;
466 btree->n_free_nodes = nodes - btree->n_used_nodes;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jffs2/
H A Dbuild.c82 - Scan physical nodes. Build map of inodes/dirents. Allocate inocaches as we go
97 lists of physical nodes */
195 raw = ic->nodes;
252 The erase code will do that, when all the nodes are completely gone.
267 of the medium to be available, for overhead caused by nodes being
280 /* When do we allow garbage collection to merge nodes to make
H A Derase.c219 /* Walk the inode's list once, removing any nodes from this eraseblock */
226 prev = &ic->nodes;
254 D1(printk(KERN_DEBUG "Removed nodes in range 0x%08x-0x%08x from ino #%u\n",
262 this = ic->nodes;
285 if (ic->nodes == (void *)ic && ic->nlink == 0)
H A Dgc.c186 finished checking all its nodes */
244 printk(KERN_WARNING "eep. End of raw list while still supposedly nodes to GC\n");
310 We can just copy any pristine nodes, but have
343 the alloc_sem() (for marking nodes invalid) so we must
387 the only valid nodes in the block, followed by erasure,
389 held _all_ the nodes of that inode.... never been seen but
482 frag->node->raw = f->inocache->nodes;
814 /* On a medium where we can't actually mark nodes obsolete
837 for (raw = f->inocache->nodes; raw != (void *)f->inocache; raw = raw->next_in_ino) {
1091 circles dirtying the nodes i
[all...]

Completed in 166 milliseconds

12345