Home
last modified time | relevance | path

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

12

/f-stack/app/redis-5.0.5/utils/lru/
H A Dlfu-simulation.c17 uint64_t hits; /* Number of real accesses. */ member
49 e->hits++; in access_entry()
79 pos, tag, e->counter, e->decrtime, (unsigned long)e->hits, in show_entry()
94 entries[j].hits = 0; in main()
136 entries[idx].hits = 0; in main()
/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_flow.c182 count->hits = 0; in bond_flow_query_count()
194 count->hits += slave_count.hits; in bond_flow_query_count()
196 slave_count.hits = 0; in bond_flow_query_count()
/f-stack/freebsd/contrib/device-tree/Bindings/arc/
H A Darchs-pct.txt4 CPU and cache events like cache misses and hits. Like conventional PCT there
H A Dpct.txt4 CPU and cache events like cache misses and hits. Like conventional PCT there
/f-stack/dpdk/lib/librte_hash/
H A Drte_cuckoo_hash.c1910 uint64_t hits = 0; in __bulk_lookup_l() local
1977 hits |= 1ULL << i; in __bulk_lookup_l()
2006 hits |= 1ULL << i; in __bulk_lookup_l()
2019 *hit_mask = hits; in __bulk_lookup_l()
2038 hits |= 1ULL << i; in __bulk_lookup_l()
2047 *hit_mask = hits; in __bulk_lookup_l()
2057 uint64_t hits = 0; in __bulk_lookup_lf() local
2137 hits |= 1ULL << i; in __bulk_lookup_lf()
2170 hits |= 1ULL << i; in __bulk_lookup_lf()
2183 *hit_mask = hits; in __bulk_lookup_lf()
[all …]
/f-stack/freebsd/contrib/openzfs/cmd/arc_summary/
H A Darc_summary3342 hits = int(hits_string)
344 if hits >= 1000:
347 if hits >= limit:
348 value = hits/limit
353 result = "%d" % hits
H A Darc_summary2164 def fHits(hits=0):
183 if hits >= 1000:
187 if hits >= limit:
188 value = hits/limit
195 result = "%d" % hits
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_fdir.h132 uint64_t hits; /* Number of packets matched by the rule. */ member
H A Dhns3_flow.c184 cnt->hits = 0; in hns3_counter_new()
217 qc->hits = value; in hns3_counter_query()
/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_fc_mgr.c617 count->hits = sw_acc_tbl_entry->pkt_count; in ulp_fc_mgr_query_count_get()
629 &count->hits, &count->bytes, in ulp_fc_mgr_query_count_get()
/f-stack/freebsd/contrib/device-tree/Bindings/i2c/
H A Di2c-demux-pinctrl.txt8 if your current runtime configuration hits an errata of the internal IP core.
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Dpmu.yaml15 and hits. The interface to the PMU is part of the ARM ARM. The ARM PMU
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c224 uint64_t hits[MAX_CPU_COUNTER][MAX_CPU]; member
1888 uint64_t hits; in cpu_load_collector() local
1953 cpu_load.hits[j][i]++; in cpu_load_collector()
1978 hits = 0; in cpu_load_collector()
1982 cpu_load.hits[j][i] * 100 / cpu_load.counter); in cpu_load_collector()
1983 hits += cpu_load.hits[j][i]; in cpu_load_collector()
1984 cpu_load.hits[j][i] = 0; in cpu_load_collector()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_verbs.c325 cnt->hits = 0; in flow_verbs_counter_new()
409 qc->hits = counters[0] - cnt->hits; in flow_verbs_counter_query()
412 cnt->hits = counters[0]; in flow_verbs_counter_query()
H A Dmlx5.h351 uint64_t hits; member
400 uint64_t hits; /**< Reset value of hits packets. */ member
H A Dmlx5_flow_dv.c4722 *pkts = rte_be_to_cpu_64(pool->raw->data[offset].hits); in _flow_dv_query_count()
4927 if (_flow_dv_query_count(dev, cnt_idx, &cnt_free->hits, in flow_dv_counter_alloc()
11844 qc->hits = pkts - cnt->hits; in flow_dv_query_count()
11847 cnt->hits = pkts; in flow_dv_query_count()
12477 *pkts = inn_pkts - cnt->hits; in flow_dv_counter_query()
12480 cnt->hits = inn_pkts; in flow_dv_counter_query()
/f-stack/dpdk/drivers/net/ice/
H A Dice_ethdev.h332 uint64_t hits; member
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dvm_power_management.rst129 doing this is to monitor the ratio of the branch miss to branch hits
132 branch misses to branch hits is very low, but when the core is
412 to branch hits. A tightly-polling PMD thread has a very low
867 between branch hits and misses on a core
/f-stack/dpdk/app/test/
H A Dtest_flow_classify.c175 .hits = 0,
/f-stack/dpdk/examples/flow_classify/
H A Dflow_classify.c174 .hits = 0,
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_flow.h2321 uint64_t hits; /**< Number of hits for this rule [out]. */ member
/f-stack/app/redis-5.0.5/deps/linenoise/
H A DREADME.markdown202 as needed (depending on how the hits callback allocated it).
/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c6865 long long hits = 0, misses = 0; in LRUTestMode() local
6893 hits++; in LRUTestMode()
6907 hits+misses, in LRUTestMode()
6908 hits, (double)hits/(hits+misses)*100, in LRUTestMode()
6909 misses, (double)misses/(hits+misses)*100); in LRUTestMode()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow.c781 rc = otx2_flow_mcam_read_counter(mbox, flow->ctr_id, &query->hits); in otx2_flow_query()
/f-stack/freebsd/contrib/device-tree/Bindings/fpga/
H A Dfpga-region.txt22 This device tree binding document hits some of the high points of FPGA usage and

12