Home
last modified time | relevance | path

Searched defs:hits (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/redis-5.0.5/utils/lru/
H A Dlfu-simulation.c17 uint64_t hits; /* Number of real accesses. */ member
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_fdir.h132 uint64_t hits; /* Number of packets matched by the rule. */ member
/f-stack/dpdk/lib/librte_hash/
H A Drte_cuckoo_hash.c1910 uint64_t hits = 0; in __bulk_lookup_l() local
2057 uint64_t hits = 0; in __bulk_lookup_lf() local
/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
/f-stack/dpdk/drivers/net/ice/
H A Dice_ethdev.h332 uint64_t hits; member
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5.h351 uint64_t hits; member
400 uint64_t hits; /**< Reset value of hits packets. */ member
/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/src/
H A Dredis-cli.c6865 long long hits = 0, misses = 0; in LRUTestMode() local