Searched refs:bucket (Results 76 - 100 of 138) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/batman-adv/
H A Doriginator.c265 orig_node = hashit.bucket->data;
319 orig_node = hashit.bucket->data;
398 orig_node = hashit.bucket->data;
477 orig_node = hashit.bucket->data;
H A Dvis.c203 info = hashit_count.bucket->data;
241 info = hashit.bucket->data;
488 orig_node = hashit.bucket->data;
544 orig_node = hashit_global.bucket->data;
572 hna_local_entry = hashit_local.bucket->data;
596 info = hashit.bucket->data;
620 orig_node = hashit.bucket->data;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dneighbour.c2201 int bucket = state->bucket; local
2204 for (bucket = 0; bucket <= tbl->hash_mask; bucket++) {
2205 n = tbl->hash_buckets[bucket];
2229 state->bucket = bucket;
2271 if (++state->bucket > tbl->hash_mask)
2274 n = tbl->hash_buckets[state->bucket];
2303 int bucket = state->bucket; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_fopen.c109 u_int32_t bucket, mbytes, bytes, oflags, pagesize; local
138 * files will go into the first hash bucket.
142 bucket = 0;
168 bucket = FNBUCKET(path, strlen(path));
170 bucket = FNBUCKET(dbmfp->fileid, DB_FILE_ID_LEN);
171 hp += bucket;
425 alloc_mfp->bucket = bucket;
570 * Search a hash bucket for a MPOOLFILE.
960 hp += mfp->bucket;
[all...]
H A Dmp_region.c39 /* Calculate the region size and hash bucket count. */
229 * Allocate all of the hash bucket mutexes up front. We do
262 * bucket (the bucket mutex and the I/O mutex).
408 * hash bucket.
459 u_int32_t bucket, htab_buckets, i, max_nreg, nreg; local
483 for (hp = R_ADDR(infop, c_mp->htab), bucket = 0;
484 bucket < c_mp->htab_buckets; ++hp, ++bucket) {
512 /* Discard hash bucket mutexe
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnfnetlink_log.c863 unsigned int bucket; member in struct:iter_state
871 for (st->bucket = 0; st->bucket < INSTANCE_BUCKETS; st->bucket++) {
872 if (!hlist_empty(&instance_table[st->bucket]))
873 return rcu_dereference_bh(instance_table[st->bucket].first);
882 if (++st->bucket >= INSTANCE_BUCKETS)
885 h = rcu_dereference_bh(instance_table[st->bucket].first);
H A Dnfnetlink_queue.c804 unsigned int bucket; member in struct:iter_state
814 for (st->bucket = 0; st->bucket < INSTANCE_BUCKETS; st->bucket++) {
815 if (!hlist_empty(&instance_table[st->bucket]))
816 return instance_table[st->bucket].first;
827 if (++st->bucket >= INSTANCE_BUCKETS)
830 h = instance_table[st->bucket].first;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_fsops.c128 int bucket; local
239 for (bucket = 0; bucket < XFS_AGI_UNLINKED_BUCKETS; bucket++)
240 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO);
H A Dxfs_log_recover.c1614 xfs_buf_cancel_t **bucket; local
1640 bucket = &log->l_buf_cancel_table[(__uint64_t)blkno %
1643 * If the hash bucket is empty then just insert a new record into
1644 * the bucket.
1646 if (*bucket == NULL) {
1653 *bucket = bcp;
1658 * The hash bucket is not empty, so search for duplicates of our
1663 nextp = *bucket;
1706 xfs_buf_cancel_t **bucket; local
1717 bucket
3134 xlog_recover_clear_agi_bucket( xfs_mount_t *mp, xfs_agnumber_t agno, int bucket) argument
3176 xlog_recover_process_one_iunlink( struct xfs_mount *mp, xfs_agnumber_t agno, xfs_agino_t agino, int bucket) argument
3252 int bucket; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dfib_hash.c802 int bucket; member in struct:fib_iter_state
820 iter->bucket = 0;
838 for (iter->bucket = 0; iter->bucket < maxslot;
839 ++iter->bucket, ++iter->hash_head) {
902 while (++iter->bucket < maxslot) {
919 iter->bucket = 0;
H A Draw.c873 for (state->bucket = 0; state->bucket < RAW_HTABLE_SIZE;
874 ++state->bucket) {
877 sk_for_each(sk, node, &state->h->ht[state->bucket])
896 if (!sk && ++state->bucket < RAW_HTABLE_SIZE) {
897 sk = sk_head(&state->h->ht[state->bucket]);
967 raw_sock_seq_show(seq, v, raw_seq_private(seq)->bucket);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dip6_flowlabel.c622 int bucket; member in struct:ip6fl_iter_state
633 for (state->bucket = 0; state->bucket <= FL_HASH_MASK; ++state->bucket) {
634 fl = fl_ht[state->bucket];
655 if (++state->bucket <= FL_HASH_MASK) {
656 fl = fl_ht[state->bucket];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dalgebra.cpp281 Element &bucket = buckets[i][exponents[i].expWindow/2]; local
283 Accumulate(bucket, Inverse(g));
285 Accumulate(bucket, g);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-qt.c166 u8 zero[1]; // signals the end of this bucket
169 buckets[i] is 0 for an empty bucket, or the offset in pool[] where
170 the context strings for this bucket start, divided by 2.
521 struct bucket { struct list_cell *head; struct list_cell **tail; }; struct
522 struct bucket *buckets = XNMALLOC (table_size, struct bucket);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Dfmr_pool.c63 * The cache_node member is used to link the FMR into a cache bucket
118 struct hlist_head *bucket; local
125 bucket = pool->cache_bucket + ib_fmr_hash(*page_list);
127 hlist_for_each_entry(fmr, pos, bucket, cache_node)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gdbm-1.8.3/
H A DMakefile72 gdbmsetopt.c bucket.c falloc.c findkey.c global.c hash.c update.c \
85 gdbmsetopt.o bucket.o falloc.o findkey.o global.o hash.o update.o \
95 gdbmfdesc.lo gdbmsetopt.lo bucket.lo falloc.lo findkey.lo global.lo \
283 bucket.o: autoconf.h gdbmdefs.h
H A DMakefile.in69 gdbmsetopt.c bucket.c falloc.c findkey.c global.c hash.c update.c \
82 gdbmsetopt.o bucket.o falloc.o findkey.o global.o hash.o update.o \
92 gdbmfdesc.lo gdbmsetopt.lo bucket.lo falloc.lo findkey.lo global.lo \
272 bucket.o: autoconf.h gdbmdefs.h
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dmesh.c145 INIT_LIST_HEAD(&sdata->u.mesh.rmc->bucket[i].list);
159 list_for_each_entry_safe(p, n, &rmc->bucket[i].list, list) {
192 list_for_each_entry_safe(p, n, &rmc->bucket[idx].list, list) {
212 list_add(&p->list, &rmc->bucket[idx].list);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gdbm-1.8.3/
H A DMakefile69 gdbmsetopt.c bucket.c falloc.c findkey.c global.c hash.c update.c \
82 gdbmsetopt.o bucket.o falloc.o findkey.o global.o hash.o update.o \
92 gdbmfdesc.lo gdbmsetopt.lo bucket.lo falloc.lo findkey.lo global.lo \
272 bucket.o: autoconf.h gdbmdefs.h
H A DMakefile.in69 gdbmsetopt.c bucket.c falloc.c findkey.c global.c hash.c update.c \
82 gdbmsetopt.o bucket.o falloc.o findkey.o global.o hash.o update.o \
92 gdbmfdesc.lo gdbmsetopt.lo bucket.lo falloc.lo findkey.lo global.lo \
272 bucket.o: autoconf.h gdbmdefs.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlschemas.c297 #define WXS_BUCKET(ctx) WXS_CONSTRUCTOR((ctx))->bucket
387 xmlSchemaBucketPtr bucket; member in struct:_xmlSchemaSchemaRelation
463 /* The owning main or import schema bucket. */
572 xmlSchemaBucketPtr mainBucket; /* The main schema bucket */
576 xmlSchemaBucketPtr bucket; /* The current schema bucket */ member in struct:_xmlSchemaConstructionCtxt
3495 xmlSchemaBucketFree(xmlSchemaBucketPtr bucket) argument
3497 if (bucket == NULL)
3499 if (bucket->globals != NULL) {
3500 xmlSchemaComponentListFree(bucket
5014 xmlSchemaFindRedefCompInGraph(xmlSchemaBucketPtr bucket, xmlSchemaTypeType type, const xmlChar *name, const xmlChar *nsName) argument
10076 xmlSchemaParseNewDocWithContext(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, xmlSchemaBucketPtr bucket) argument
10145 xmlSchemaParseNewDoc(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, xmlSchemaBucketPtr bucket) argument
10202 xmlSchemaSchemaRelationAddChild(xmlSchemaBucketPtr bucket, xmlSchemaSchemaRelationPtr rel) argument
10263 xmlSchemaAddSchemaDoc(xmlSchemaParserCtxtPtr pctxt, int type, const xmlChar *schemaLocation, xmlDocPtr schemaDoc, const char *schemaBuffer, int schemaBufferLen, xmlNodePtr invokingNode, const xmlChar *sourceTargetNamespace, const xmlChar *importNamespace, xmlSchemaBucketPtr *bucket) argument
10675 xmlSchemaBucketPtr bucket = NULL; local
10919 xmlSchemaBucketPtr bucket = NULL; local
20593 xmlSchemaAddComponents(xmlSchemaParserCtxtPtr pctxt, xmlSchemaBucketPtr bucket) argument
21188 xmlSchemaBucketPtr bucket = NULL; local
21491 xmlSchemaBucketPtr bucket = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlschemas.c297 #define WXS_BUCKET(ctx) WXS_CONSTRUCTOR((ctx))->bucket
387 xmlSchemaBucketPtr bucket; member in struct:_xmlSchemaSchemaRelation
463 /* The owning main or import schema bucket. */
572 xmlSchemaBucketPtr mainBucket; /* The main schema bucket */
576 xmlSchemaBucketPtr bucket; /* The current schema bucket */ member in struct:_xmlSchemaConstructionCtxt
3495 xmlSchemaBucketFree(xmlSchemaBucketPtr bucket) argument
3497 if (bucket == NULL)
3499 if (bucket->globals != NULL) {
3500 xmlSchemaComponentListFree(bucket
5014 xmlSchemaFindRedefCompInGraph(xmlSchemaBucketPtr bucket, xmlSchemaTypeType type, const xmlChar *name, const xmlChar *nsName) argument
10076 xmlSchemaParseNewDocWithContext(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, xmlSchemaBucketPtr bucket) argument
10145 xmlSchemaParseNewDoc(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, xmlSchemaBucketPtr bucket) argument
10202 xmlSchemaSchemaRelationAddChild(xmlSchemaBucketPtr bucket, xmlSchemaSchemaRelationPtr rel) argument
10263 xmlSchemaAddSchemaDoc(xmlSchemaParserCtxtPtr pctxt, int type, const xmlChar *schemaLocation, xmlDocPtr schemaDoc, const char *schemaBuffer, int schemaBufferLen, xmlNodePtr invokingNode, const xmlChar *sourceTargetNamespace, const xmlChar *importNamespace, xmlSchemaBucketPtr *bucket) argument
10683 xmlSchemaBucketPtr bucket = NULL; local
10927 xmlSchemaBucketPtr bucket = NULL; local
20603 xmlSchemaAddComponents(xmlSchemaParserCtxtPtr pctxt, xmlSchemaBucketPtr bucket) argument
21198 xmlSchemaBucketPtr bucket = NULL; local
21501 xmlSchemaBucketPtr bucket = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmlschemas.c297 #define WXS_BUCKET(ctx) WXS_CONSTRUCTOR((ctx))->bucket
387 xmlSchemaBucketPtr bucket; member in struct:_xmlSchemaSchemaRelation
463 /* The owning main or import schema bucket. */
572 xmlSchemaBucketPtr mainBucket; /* The main schema bucket */
576 xmlSchemaBucketPtr bucket; /* The current schema bucket */ member in struct:_xmlSchemaConstructionCtxt
3495 xmlSchemaBucketFree(xmlSchemaBucketPtr bucket) argument
3497 if (bucket == NULL)
3499 if (bucket->globals != NULL) {
3500 xmlSchemaComponentListFree(bucket
5014 xmlSchemaFindRedefCompInGraph(xmlSchemaBucketPtr bucket, xmlSchemaTypeType type, const xmlChar *name, const xmlChar *nsName) argument
10076 xmlSchemaParseNewDocWithContext(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, xmlSchemaBucketPtr bucket) argument
10145 xmlSchemaParseNewDoc(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, xmlSchemaBucketPtr bucket) argument
10202 xmlSchemaSchemaRelationAddChild(xmlSchemaBucketPtr bucket, xmlSchemaSchemaRelationPtr rel) argument
10263 xmlSchemaAddSchemaDoc(xmlSchemaParserCtxtPtr pctxt, int type, const xmlChar *schemaLocation, xmlDocPtr schemaDoc, const char *schemaBuffer, int schemaBufferLen, xmlNodePtr invokingNode, const xmlChar *sourceTargetNamespace, const xmlChar *importNamespace, xmlSchemaBucketPtr *bucket) argument
10683 xmlSchemaBucketPtr bucket = NULL; local
10927 xmlSchemaBucketPtr bucket = NULL; local
20603 xmlSchemaAddComponents(xmlSchemaParserCtxtPtr pctxt, xmlSchemaBucketPtr bucket) argument
21198 xmlSchemaBucketPtr bucket = NULL; local
21501 xmlSchemaBucketPtr bucket = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlschemas.c297 #define WXS_BUCKET(ctx) WXS_CONSTRUCTOR((ctx))->bucket
387 xmlSchemaBucketPtr bucket; member in struct:_xmlSchemaSchemaRelation
463 /* The owning main or import schema bucket. */
572 xmlSchemaBucketPtr mainBucket; /* The main schema bucket */
576 xmlSchemaBucketPtr bucket; /* The current schema bucket */ member in struct:_xmlSchemaConstructionCtxt
3495 xmlSchemaBucketFree(xmlSchemaBucketPtr bucket) argument
3497 if (bucket == NULL)
3499 if (bucket->globals != NULL) {
3500 xmlSchemaComponentListFree(bucket
5014 xmlSchemaFindRedefCompInGraph(xmlSchemaBucketPtr bucket, xmlSchemaTypeType type, const xmlChar *name, const xmlChar *nsName) argument
10076 xmlSchemaParseNewDocWithContext(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, xmlSchemaBucketPtr bucket) argument
10145 xmlSchemaParseNewDoc(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, xmlSchemaBucketPtr bucket) argument
10202 xmlSchemaSchemaRelationAddChild(xmlSchemaBucketPtr bucket, xmlSchemaSchemaRelationPtr rel) argument
10263 xmlSchemaAddSchemaDoc(xmlSchemaParserCtxtPtr pctxt, int type, const xmlChar *schemaLocation, xmlDocPtr schemaDoc, const char *schemaBuffer, int schemaBufferLen, xmlNodePtr invokingNode, const xmlChar *sourceTargetNamespace, const xmlChar *importNamespace, xmlSchemaBucketPtr *bucket) argument
10675 xmlSchemaBucketPtr bucket = NULL; local
10919 xmlSchemaBucketPtr bucket = NULL; local
20593 xmlSchemaAddComponents(xmlSchemaParserCtxtPtr pctxt, xmlSchemaBucketPtr bucket) argument
21188 xmlSchemaBucketPtr bucket = NULL; local
21491 xmlSchemaBucketPtr bucket = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dgl_anylinked_list2.h229 size_t bucket = hashcode % list->table_size; local
234 /* Look for the first match in the hash bucket. */
238 for (node = (gl_list_node_t) list->table[bucket];
274 /* Look whether there is more than one match in the hash bucket. */
279 for (node = (gl_list_node_t) list->table[bucket];
385 size_t bucket = hashcode % list->table_size; local
392 /* Look for the first match in the hash bucket. */
393 for (node = (gl_list_node_t) list->table[bucket];
404 /* Look whether there is more than one match in the hash bucket. */
408 for (node = (gl_list_node_t) list->table[bucket];
[all...]

Completed in 526 milliseconds

123456