Searched refs:hits (Results 1 - 25 of 25) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dprofile.c32 u32 pc, hits; member in struct:profile_hit
211 * profile hits. read_profile() IPI's all cpus to request them
216 * profile hits required for the accuracy of reported profile hits
220 * and hold the number of pending hits to that profile buffer slot on
221 * a cpu in an entry. When the hashtable overflows, all pending hits
223 * atomic_add() and the hashtable emptied. As numerous pending hits
228 * positions to which hits are accounted during short intervals (e.g.
256 struct profile_hit *hits = per_cpu(cpu_profile_hits, cpu)[j]; local
258 if (!hits[
279 struct profile_hit *hits = per_cpu(cpu_profile_hits, cpu)[i]; local
289 struct profile_hit *hits; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_mpool.c38 int cachesize, ch, hits, npages, pagesize; local
42 hits = 1000;
53 if ((hits = atoi(optarg)) <= 0)
72 hits, npages, progname) == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
80 "usage: %s [-c cachesize] [-h hits] [-n npages] [-p pagesize]\n",
86 run_mpool(pagesize, cachesize, hits, npages, progname)
87 int pagesize, cachesize, hits, npages;
97 if ((ret = run(hits, cachesize, pagesize, npages, progname)) != 0)
156 run(hits, cachesize, pagesize, npages, progname)
157 int hits, cachesiz
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DMpoolExample.cpp40 int run(int hits, int pagesize, int npages);
54 int hits = 1000; local
64 if ((hits = atoi(argv[++i])) <= 0)
94 if ((ret = app.run(hits, pagesize, npages)) != 0)
140 << "[-h hits] [-n npages] [-p pagesize]\n";
168 MpoolExample::run(int hits, int pagesize, int npages) argument
184 cout << "retrieve " << hits << " random pages... "; local
187 for (cnt = 0; cnt < hits; ++cnt) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dlatticetune.c43 long *hits; local
84 hits=_ogg_malloc(entries*sizeof(long));
86 for(j=0;j<entries;j++)hits[j]=guard;
103 hits[code]++;
115 /* code:hits\n */
123 hits[code]+=val;
133 build_tree_from_lengths0(entries,hits,lengths);
H A Dlatticebuild.c26 description into a static codebook. It used to count hits for a
60 long *hits; local
113 hits=_ogg_malloc(c.entries*sizeof(long));
114 for(j=0;j<entries;j++)hits[j]=1;
169 for(i=0;i<entries;i++)hits[i]=1;
170 build_tree_from_lengths(entries,hits,c.lengthlist);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Driscom8.h97 unsigned long hits[10]; member in struct:riscom_port
H A Dspecialix_io8.h135 unsigned long hits[10]; member in struct:specialix_port
H A Dspecialix.c696 port->hits[count > 8 ? 9 : count]++;
1283 dprintk(SX_DEBUG_FIFO, "sx%d: port %d: %ld overruns, FIFO hits [ ",
1286 dprintk(SX_DEBUG_FIFO, "%ld ", port->hits[i]);
1453 port->hits[i]=0;
H A Driscom8.c406 port->hits[count > 8 ? 9 : count]++;
853 printk(KERN_INFO "rc%d: port %d: FIFO hits [ ",
856 printk("%ld ", port->hits[i]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Di915_irq.c49 struct list_head *list, *tmp, hits, *hit; local
66 INIT_LIST_HEAD(&hits);
95 list_for_each(hit, &hits) {
110 /* List of hits was empty, or we reached the end of it */
111 if (hit == &hits)
112 list_add_tail(list, hits.prev);
160 list_for_each(hit, &hits) {
202 list_for_each_safe(hit, tmp, &hits) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/utilities/
H A Dutcache.c273 ACPI_MEM_TRACKING(cache->hits++);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/include/
H A Davc.h88 unsigned int hits; member in struct:avc_cache_stats
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Ddircache.c123 unsigned long long hits; member in struct:dircache_stat
347 dircache_stat.hits++;
419 dircache_stat.hits++;
636 "entries: %lu, lookups: %llu, hits: %llu, misses: %llu, added: %llu, removed: %llu, expunged: %llu, evicted: %llu",
639 dircache_stat.hits,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddircache.c123 unsigned long long hits; member in struct:dircache_stat
347 dircache_stat.hits++;
419 dircache_stat.hits++;
637 "entries: %lu, lookups: %llu, hits: %llu, misses: %llu, added: %llu, removed: %llu, expunged: %llu, evicted: %llu",
640 dircache_stat.hits,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/ctf/
H A Dhndctf.h193 uint32 hits; /* Num frames matching brc entry */ member in struct:ctf_brc
229 uint32 hits; /* Num frames matching ipc entry */ member in struct:ctf_ipc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/
H A Dalloca.c286 long hits; /* Number of internal buffer hits. */ member in struct:stk_stat
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_recent.c216 unsigned int i, hits = 0; local
221 if (++hits >= info->hit_count) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dneighbour.h74 unsigned long hits; /* number of hits (among lookups) */ member in struct:neigh_statistics
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh3/
H A Dentry.S100 ! TLB hits, but the access violate the protection.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Daclocal.h961 u32 hits; member in struct:acpi_memory_list
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dneighbour.c356 NEIGH_CACHE_STAT_INC(tbl, hits);
376 NEIGH_CACHE_STAT_INC(tbl, hits);
1696 ndst.ndts_hits += st->hits;
2369 seq_printf(seq, "entries allocs destroys hash_grows lookups hits res_failed rcv_probes_mcast rcv_probes_ucast periodic_gc_runs forced_gc_runs\n");
2382 st->hits,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dpms.c57 u8 hits; member in struct:i2c_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/
H A Davc.c410 avc_cache_stats_incr(hits);
H A Dselinuxfs.c1181 seq_printf(seq, "lookups hits misses allocations reclaims "
1185 st->hits, st->misses, st->allocations,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D03-codebook.tex396 Walking the tree finishes when the decode process hits a leaf in the

Completed in 534 milliseconds