| /f-stack/dpdk/lib/librte_member/ |
| H A D | rte_member_ht.c | 22 struct member_ht_bucket *buckets, in update_entry_search() 38 struct member_ht_bucket *buckets, in search_bucket_single() 56 struct member_ht_bucket *buckets, in search_bucket_multi() 175 struct member_ht_bucket *buckets = ss->table; in rte_member_lookup_ht() local 207 struct member_ht_bucket *buckets = ss->table; in rte_member_lookup_bulk_ht() local 253 struct member_ht_bucket *buckets = ss->table; in rte_member_lookup_multi_ht() local 285 struct member_ht_bucket *buckets = ss->table; in rte_member_lookup_multi_bulk_ht() local 396 struct member_ht_bucket *buckets = ss->table; in make_space_bucket() local 466 struct member_ht_bucket *buckets = ss->table; in rte_member_add_ht() local 527 struct member_ht_bucket *buckets = ss->table; in rte_member_delete_ht() local [all …]
|
| H A D | rte_member_x86.h | 18 struct member_ht_bucket *buckets, in update_entry_search_avx() 34 struct member_ht_bucket *buckets, in search_bucket_single_avx() 53 struct member_ht_bucket *buckets, in search_bucket_multi_avx()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | geo.h | 18 size_t buckets; member
|
| /f-stack/dpdk/lib/librte_table/ |
| H A D | rte_table_hash_key16.c | 686 buckets_mask, buckets, keys, f) \ argument 711 #define lookup_grinder(pkt_index, buckets, keys, pkts_mask_out, entries,\ argument 836 bucket21, pkts_mask_out, entries, buckets_mask, buckets, keys, f) \ argument 1015 struct rte_bucket_4_16 *buckets[RTE_PORT_IN_BURST_SIZE_MAX]; in rte_table_hash_lookup_key16_ext() local
|
| H A D | rte_table_hash_key32.c | 715 entries, buckets_mask, buckets, keys, f) \ argument 740 #define lookup_grinder(pkt_index, buckets, keys, pkts_mask_out, \ argument 873 bucket21, pkts_mask_out, entries, buckets_mask, buckets, keys, f)\ argument 1050 struct rte_bucket_4_32 *buckets[RTE_PORT_IN_BURST_SIZE_MAX]; in rte_table_hash_lookup_key32_ext() local
|
| H A D | rte_table_hash_key8.c | 656 entries, buckets_mask, buckets, keys, f) \ argument 681 #define lookup_grinder(pkt_index, buckets, keys, pkts_mask_out, entries,\ argument 808 bucket21, pkts_mask_out, entries, buckets_mask, buckets, keys, f)\ argument 984 struct rte_bucket_4_8 *buckets[RTE_PORT_IN_BURST_SIZE_MAX]; in rte_table_hash_lookup_key8_ext() local
|
| H A D | rte_table_hash_lru.c | 73 struct bucket *buckets; member
|
| H A D | rte_table_hash_ext.c | 94 struct bucket *buckets; member
|
| H A D | rte_swx_table_em.c | 260 struct bucket_extension *buckets; member
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | dn_heap.c | 323 int buckets; /* how many buckets, really buckets - 1*/ member 338 dn_ht_init(struct dn_ht *ht, int buckets, int ofs, in dn_ht_init() argument
|
| H A D | ip_fw_dynamic.c | 2723 uint32_t buckets; in dyn_tick() local
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_dummynet.h | 151 uint32_t buckets; /* buckets used for the queue hash table */ member 198 uint32_t buckets; /* number of buckets for the instances */ member
|
| H A D | tcp_fastopen.h | 79 unsigned int buckets; member
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_hash.h | 24 ngx_hash_elt_t **buckets; member
|
| H A D | ngx_hash.c | 258 ngx_hash_elt_t *elt, **buckets; in ngx_hash_init() local
|
| /f-stack/dpdk/lib/librte_hash/ |
| H A D | rte_cuckoo_hash.h | 212 struct rte_hash_bucket *buckets; member
|
| H A D | rte_cuckoo_hash.c | 147 void *buckets = NULL; in rte_hash_create() local
|
| /f-stack/dpdk/app/test/ |
| H A D | test_hash_perf.c | 68 static uint8_t buckets[NUM_BUCKETS]; variable
|
| /f-stack/dpdk/drivers/mempool/bucket/ |
| H A D | rte_mempool_bucket.c | 48 struct bucket_stack *buckets[RTE_MAX_LCORE]; member
|
| /f-stack/tools/ipfw/ |
| H A D | dummynet.c | 1288 uint32_t _foo = 0, *flags = &_foo , *buckets = &_foo; in ipfw_config_pipe() local
|
| /f-stack/freebsd/kern/ |
| H A D | link_elf.c | 88 const Elf_Hashelt *buckets; member
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 4228 unsigned int buckets; in print_iostat_histo() local 4341 single_histo_average(uint64_t *histo, unsigned int buckets) in single_histo_average()
|
| /f-stack/freebsd/contrib/openzfs/module/nvpair/ |
| H A D | nvpair.c | 264 nvt_tab_alloc(nvpriv_t *priv, uint64_t buckets) in nvt_tab_alloc()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/fs/ |
| H A D | zfs.h | 1134 #define HISTO(val, buckets) (val != 0 ? MIN(highbit64(val) - 1, \ argument
|