Searched refs:hits (Results 26 - 46 of 46) sorted by relevance

12

/linux-master/drivers/acpi/acpica/
H A Ddbstats.c86 "%8.2X %8.2X %8.2X %8.2X\n", list->requests, list->hits,
87 list->requests - list->hits, list->object_size);
/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage.c224 res->hits = atomic_swap(&ctx.skel->bss->hits, 0);
H A Dbench_ringbufs.c131 res->hits = atomic_swap(&buf_hits.value, 0);
222 res->hits = atomic_swap(&buf_hits.value, 0);
351 res->hits = atomic_swap(&buf_hits.value, 0);
H A Dbench_bloom_filter_map.c415 res->hits = total_hits - last_hits;
/linux-master/tools/perf/
H A Dperf-archive.sh89 perf buildid-list -i $PERF_DATA --with-hits | grep -v "^ " > $BUILDIDS
H A Dbuiltin-top.c1348 u64 hits = top->samples; local
1352 if (opts->overwrite || (hits == top->samples))
H A Dbuiltin-record.c1457 * If --buildid-all is given, it marks all DSO regardless of hits,
1691 unsigned long long hits = thread->samples; local
1696 if (hits == thread->samples) {
2643 unsigned long long hits = thread->samples; local
2648 * hits != rec->samples in previous round.
2712 if (hits == thread->samples) {
3518 "Record build-id of all DSOs regardless of hits"),
/linux-master/drivers/md/
H A Ddm-cache-policy-smq.c518 unsigned int hits; member in struct:stats
531 s->hits = 0u;
537 s->hits = s->misses = 0u;
543 s->hits++;
561 unsigned int confidence = safe_div(s->hits << FP_SHIFT, s->hits + s->misses);
835 * avoid attributing multiple hits within the same tick.
1042 unsigned int hits = mq->cache_stats.hits; local
1044 unsigned int index = safe_div(hits <<
[all...]
/linux-master/samples/bpf/
H A Dxdp_sample_user.c63 #define HITS(hits) hits, "hit/s"
134 __u64 hits; member in struct:sample_output::__anon3783
943 out->except_cnt.hits = sum;
1160 str = out->except_cnt.hits ? "xdp_exception total" :
1163 print_err(out->except_cnt.hits, " %-20s " FMT_COLUMNl "\n", str,
1164 HITS(out->except_cnt.hits));
/linux-master/kernel/trace/
H A Dtracing_map.c538 atomic64_inc(&map->hits);
583 atomic64_inc(&map->hits);
618 * variables, 'hits' and 'drops', which are updated by this function.
620 * the 'hits' value is incremented. Every time an element insertion
652 * Every time an element is retrieved, the 'hits' value is
654 * 'hits', which is updated by this function. Every time an element
655 * is successfully retrieved, the 'hits' value is incremented. The
703 atomic64_set(&map->hits, 0);
H A Dtrace_events_hist.c5592 (u64)atomic64_read(&hist_data->map->hits),
/linux-master/fs/nfsd/
H A Dfilecache.c1203 unsigned long hits = 0, acquisitions = 0; local
1225 hits += per_cpu(nfsd_file_cache_hits, i);
1235 seq_printf(m, "cache hits: %lu\n", hits);
/linux-master/drivers/media/rc/
H A Dimon.c1183 static int x, y, prev_result, hits; local
1194 hits = 0;
1212 hits++;
1214 if (hits > 3) {
1231 if (hits == 2 && msec_hit < timeout) {
1233 hits = 1;
1237 hits = 1;
/linux-master/arch/sh/kernel/cpu/sh3/
H A Dentry.S94 ! TLB hits, but the access violate the protection.
/linux-master/net/netfilter/
H A Dxt_recent.c300 unsigned int i, hits = 0; local
305 if (!info->hit_count || ++hits >= info->hit_count) {
/linux-master/include/acpi/
H A Dactypes.h1266 u32 hits; member in struct:acpi_memory_list
/linux-master/include/net/
H A Dneighbour.h123 unsigned long hits; /* number of hits (among lookups) */ member in struct:neigh_statistics
/linux-master/tools/perf/util/
H A Dannotate.c2353 unsigned int hits = 0; local
2361 hits += entry->nr_samples;
2369 data->he.nr_samples = hits;
2370 data->percent[PERCENT_HITS_LOCAL] = 100.0 * hits / sym_hist->nr_samples;
2374 data->percent[PERCENT_HITS_GLOBAL] = 100.0 * hits / hists->stats.nr_non_filtered_samples;
3517 if (!strcmp("hits", str1)) {
/linux-master/security/selinux/
H A Dselinuxfs.c1545 "lookups hits misses allocations reclaims frees\n");
1549 unsigned int hits = lookups - misses; local
1551 hits, misses, st->allocations,
/linux-master/net/core/
H A Dneighbour.c630 NEIGH_CACHE_STAT_INC(tbl, hits);
2224 ndst.ndts_hits += READ_ONCE(st->hits);
3469 seq_puts(seq, "entries allocs destroys hash_grows lookups hits res_failed rcv_probes_mcast rcv_probes_ucast periodic_gc_runs forced_gc_runs unresolved_discards table_fulls\n");
3483 st->hits,
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c363 seq_printf(filp, "sc%d: Cam hits: %lld\n", sc_id, stats.hit_cnt);
3001 u64 hits; local
3050 hits = rvu_read64(rvu, blkaddr, NPC_AF_MATCH_STATX(iter->cntr));
3051 seq_printf(s, "\thits: %lld\n", hits);

Completed in 474 milliseconds

12