| /f-stack/dpdk/lib/librte_table/ |
| H A D | rte_lru.h | 24 #define lru_init(bucket) \ argument 29 #define lru_pos(bucket) (bucket->lru_list & 0xFFFFLLU) argument 31 #define lru_update(bucket, mru_val) \ argument
|
| H A D | rte_lru_x86.h | 30 #define lru_init(bucket) \ argument 33 #define lru_pos(bucket) (bucket->lru_list & 0xFFFFLLU) argument 35 #define lru_update(bucket, mru_val) \ argument
|
| H A D | rte_lru_arm64.h | 25 #define lru_init(bucket) \ argument 38 #define lru_pos(bucket) f_lru_pos(bucket->lru_list) argument 40 #define lru_update(bucket, mru_val) \ argument
|
| H A D | rte_table_hash_ext.c | 18 struct bucket { struct 27 #define BUCKET_NEXT(bucket) \ argument 30 #define BUCKET_NEXT_VALID(bucket) \ argument 33 #define BUCKET_NEXT_SET(bucket, bucket_next) \ argument 38 #define BUCKET_NEXT_SET_NULL(bucket) \ argument 43 #define BUCKET_NEXT_COPY(bucket, bucket2) \ argument 564 #define lookup_cmp_sig(mbuf_sig, bucket, match, match_many, match_pos) \ argument
|
| H A D | rte_table_hash_key16.c | 224 struct rte_bucket_4_16 *bucket; in rte_table_hash_create_key16_lru() local 258 struct rte_bucket_4_16 *bucket; in rte_table_hash_entry_add_key16_lru() local 324 struct rte_bucket_4_16 *bucket; in rte_table_hash_entry_delete_key16_lru() local 468 struct rte_bucket_4_16 *bucket0, *bucket, *bucket_prev; in rte_table_hash_entry_add_key16_ext() local 545 struct rte_bucket_4_16 *bucket0, *bucket, *bucket_prev; in rte_table_hash_entry_delete_key16_ext() local 597 #define lookup_key16_cmp(key_in, bucket, pos, f) \ argument 894 struct rte_bucket_4_16 *bucket; in rte_table_hash_lookup_key16_lru() local 1025 struct rte_bucket_4_16 *bucket; in rte_table_hash_lookup_key16_ext() local
|
| H A D | rte_table_hash_key32.c | 232 struct rte_bucket_4_32 *bucket; in rte_table_hash_create_key32_lru() local 266 struct rte_bucket_4_32 *bucket; in rte_table_hash_entry_add_key32_lru() local 332 struct rte_bucket_4_32 *bucket; in rte_table_hash_entry_delete_key32_lru() local 482 struct rte_bucket_4_32 *bucket0, *bucket, *bucket_prev; in rte_table_hash_entry_add_key32_ext() local 562 struct rte_bucket_4_32 *bucket0, *bucket, *bucket_prev; in rte_table_hash_entry_delete_key32_ext() local 614 #define lookup_key32_cmp(key_in, bucket, pos, f) \ argument 930 struct rte_bucket_4_32 *bucket; in rte_table_hash_lookup_key32_lru() local 1059 struct rte_bucket_4_32 *bucket; in rte_table_hash_lookup_key32_ext() local
|
| H A D | rte_table_hash_key8.c | 214 struct rte_bucket_4_8 *bucket; in rte_table_hash_create_key8_lru() local 248 struct rte_bucket_4_8 *bucket; in rte_table_hash_entry_add_key8_lru() local 311 struct rte_bucket_4_8 *bucket; in rte_table_hash_entry_delete_key8_lru() local 452 struct rte_bucket_4_8 *bucket0, *bucket, *bucket_prev; in rte_table_hash_entry_add_key8_ext() local 533 struct rte_bucket_4_8 *bucket0, *bucket, *bucket_prev; in rte_table_hash_entry_delete_key8_ext() local 585 #define lookup_key8_cmp(key_in, bucket, pos, f) \ argument 865 struct rte_bucket_4_8 *bucket; in rte_table_hash_lookup_key8_lru() local 993 struct rte_bucket_4_8 *bucket; in rte_table_hash_lookup_key8_ext() local
|
| H A D | rte_table_hash_lru.c | 33 struct bucket { struct 35 struct bucket *next; argument 43 struct bucket *bkt; argument 501 #define lookup_cmp_sig(mbuf_sig, bucket, match, match_many, match_pos)\ argument
|
| /f-stack/freebsd/netinet6/ |
| H A D | frag6.c | 242 frag6_freef(struct ip6q *q6, uint32_t bucket) in frag6_freef() 294 uint32_t bucket; in frag6_cleanup() local 372 uint32_t bucket, *hashkeyp; in frag6_input() local 895 uint32_t bucket; in frag6_slowtimo() local 977 uint32_t bucket; in frag6_init() local 1006 uint32_t bucket; in frag6_drain_one() local 1040 uint32_t bucket; in frag6_destroy() local
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | ckh.c | 63 ckh_bucket_search(ckh_t *ckh, size_t bucket, const void *key) { in ckh_bucket_search() 82 size_t hashes[2], bucket, cell; in ckh_isearch() local 102 ckh_try_bucket_insert(ckh_t *ckh, size_t bucket, const void *key, in ckh_try_bucket_insert() 138 size_t hashes[2], bucket, tbucket; in ckh_evict_reloc_insert() local 206 size_t hashes[2], bucket; in ckh_try_insert() local
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_dynamic.c | 1543 uint32_t bucket; in dyn_add_ipv4_parent() local 1597 uint32_t bucket; in dyn_add_ipv4_state() local 1674 uint32_t bucket; in dyn_add_ipv6_parent() local 1728 uint32_t bucket; in dyn_add_ipv6_state() local 2448 uint32_t bucket; in dyn_send_keepalive_ipv4() local 2555 uint32_t bucket; in dyn_send_keepalive_ipv6() local 2597 uint32_t bucket; in dyn_grow_hashtable() local 2797 uint32_t bucket; in ipfw_dyn_reset_eaction() local 2844 uint32_t bucket; in ipfw_dyn_get_count() local 3045 uint32_t bucket; in ipfw_dump_states() local [all …]
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_reass.c | 108 ipq_timeout(struct ipqbucket *bucket, struct ipq *fp) in ipq_timeout() 116 ipq_drop(struct ipqbucket *bucket, struct ipq *fp) in ipq_drop() 788 int bucket, i; in ipq_reuse() local 824 ipq_free(struct ipqbucket *bucket, struct ipq *fp) in ipq_free()
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-tim.c | 180 cvmx_tim_bucket_entry_t *bucket = cvmx_tim.bucket + timer_id * cvmx_tim.num_buckets; in cvmx_tim_setup() local 273 uint32_t bucket; in cvmx_tim_shutdown() local
|
| H A D | cvmx-tim.h | 120 …cvmx_tim_bucket_entry_t*bucket; /**< The timer buckets. Array of [CVMX_TIM_NUM_TIMERS]… member
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_bridge.c | 428 int i, bucket; in ng_bridge_rcvmsg() local 544 int i = 0, bucket; in ng_bridge_rcvmsg() local 882 const int bucket = HASH(addr, priv->hashMask); in ng_bridge_get() local 900 const int bucket = HASH(addr, priv->hashMask); in ng_bridge_put() local 999 int bucket; in ng_bridge_remove_hosts() local 1047 int bucket; in ng_bridge_timeout() local
|
| /f-stack/dpdk/lib/librte_hash/ |
| H A D | rte_fbk_hash.h | 120 uint32_t key, uint16_t value, uint32_t bucket) in rte_fbk_hash_add_key_with_bucket() 187 uint32_t key, uint32_t bucket) in rte_fbk_hash_delete_key_with_bucket() 250 uint32_t key, uint32_t bucket) in rte_fbk_hash_lookup_with_bucket()
|
| /f-stack/freebsd/vm/ |
| H A D | uma_core.c | 463 uma_bucket_t bucket; in bucket_alloc() local 651 uma_bucket_t bucket; in zone_fetch_bucket() local 887 uma_bucket_t bucket; in cache_fetch_bucket() local 1189 uma_bucket_t bucket; in cache_drain() local 1315 uma_bucket_t bucket; in bucket_cache_reclaim() local 3385 uma_cache_bucket_t bucket; in cache_alloc_retry() local 3411 uma_cache_bucket_t bucket; in uma_zalloc_smr() local 3435 uma_cache_bucket_t bucket; in uma_zalloc_arg() local 3483 uma_bucket_t bucket; in cache_alloc() local 3575 uma_bucket_t bucket; in uma_zalloc_domain() local [all …]
|
| /f-stack/dpdk/lib/librte_ipsec/ |
| H A D | ipsec_sqn.h | 96 uint32_t bit, bucket; in esn_inb_check_sqn() local 153 uint32_t bit, bucket, last_bucket, new_bucket, diff, i; in esn_inb_update_sqn() local
|
| /f-stack/freebsd/contrib/ck/include/ |
| H A D | ck_epoch.h | 70 unsigned int bucket; member 92 struct ck_epoch_ref bucket[CK_EPOCH_SENSE]; member
|
| /f-stack/freebsd/contrib/ck/src/ |
| H A D | ck_ht.c | 289 struct ck_ht_entry *bucket, *cursor; in ck_ht_map_probe_wr() local 503 struct ck_ht_entry *bucket, *cursor; in ck_ht_map_probe_rd() local 662 struct ck_ht_entry *bucket, *previous; in ck_ht_grow_spmc() local
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/ |
| H A D | fman_dtsec.c | 384 int32_t bucket; in fman_dtsec_set_hash_table() local 396 void fman_dtsec_set_bucket(struct dtsec_regs *regs, int bucket, bool enable) in fman_dtsec_set_bucket()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool_influxdb/ |
| H A D | zpool_influxdb.c | 433 for (int bucket = 0; bucket <= end; bucket++) { in print_vdev_latency_stats() local 528 for (int bucket = 0; bucket <= end; bucket++) { in print_vdev_size_stats() local
|
| /f-stack/dpdk/drivers/net/bnxt/tf_core/ |
| H A D | tf_shadow_tbl.c | 345 uint64_t *bucket; in tf_shadow_tbl_clear_hash_entry() local 525 uint64_t bucket; in tf_shadow_tbl_search() local
|
| H A D | tf_shadow_tcam.c | 354 uint64_t *bucket; in tf_shadow_tcam_clear_hash_entry() local 544 uint64_t bucket; in tf_shadow_tcam_search() local
|
| /f-stack/freebsd/net/ |
| H A D | rss_config.c | 347 rss_getcpu(u_int bucket) in rss_getcpu()
|