| /f-stack/app/redis-5.0.5/utils/lru/ |
| H A D | lfu-simulation.c | 17 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 D | rte_eth_bond_flow.c | 182 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 D | archs-pct.txt | 4 CPU and cache events like cache misses and hits. Like conventional PCT there
|
| H A D | pct.txt | 4 CPU and cache events like cache misses and hits. Like conventional PCT there
|
| /f-stack/dpdk/lib/librte_hash/ |
| H A D | rte_cuckoo_hash.c | 1910 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 D | arc_summary3 | 342 hits = int(hits_string) 344 if hits >= 1000: 347 if hits >= limit: 348 value = hits/limit 353 result = "%d" % hits
|
| H A D | arc_summary2 | 164 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 D | hns3_fdir.h | 132 uint64_t hits; /* Number of packets matched by the rule. */ member
|
| H A D | hns3_flow.c | 184 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 D | ulp_fc_mgr.c | 617 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 D | i2c-demux-pinctrl.txt | 8 if your current runtime configuration hits an errata of the internal IP core.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | pmu.yaml | 15 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 D | main.c | 224 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 D | mlx5_flow_verbs.c | 325 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 D | mlx5.h | 351 uint64_t hits; member 400 uint64_t hits; /**< Reset value of hits packets. */ member
|
| H A D | mlx5_flow_dv.c | 4722 *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 D | ice_ethdev.h | 332 uint64_t hits; member
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | vm_power_management.rst | 129 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 D | test_flow_classify.c | 175 .hits = 0,
|
| /f-stack/dpdk/examples/flow_classify/ |
| H A D | flow_classify.c | 174 .hits = 0,
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_flow.h | 2321 uint64_t hits; /**< Number of hits for this rule [out]. */ member
|
| /f-stack/app/redis-5.0.5/deps/linenoise/ |
| H A D | README.markdown | 202 as needed (depending on how the hits callback allocated it).
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | redis-cli.c | 6865 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 D | otx2_flow.c | 781 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 D | fpga-region.txt | 22 This device tree binding document hits some of the high points of FPGA usage and
|