/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_write_disk_set_standard_lookup.c | 53 struct bucket { global() struct 54 namebucket global() argument 55 hashbucket global() argument 56 idbucket global() argument [all...] |
H A D | archive_entry_link_resolver.c | 279 size_t hash, bucket; in find_entry() local 330 size_t bucket; in next_entry() local 370 size_t hash, bucket; in insert_entry() local 402 size_t i, bucket; in grow_hash() local
|
/freebsd/contrib/byacc/ |
H A D | defs.h | 213 typedef struct bucket bucket; typedef 214 struct bucket struct 216 struct bucket *link; argument 217 struct bucket *next; argument 218 char *name; 219 char *tag; 221 char **argnames; 222 char **argtags; 223 int args; 224 char *destructor; [all …]
|
/freebsd/sys/netinet6/ |
H A D | frag6.c | 292 frag6_rmqueue(struct ip6q *q6, uint32_t bucket) in frag6_rmqueue() 309 frag6_freef(struct ip6q *q6, uint32_t bucket) in frag6_freef() 355 uint32_t bucket; in frag6_cleanup() local 433 uint32_t bucket, *hashkeyp; in frag6_input() local 938 uint32_t bucket; in frag6_slowtimo() local 1038 uint32_t bucket; in frag6_init() local 1067 uint32_t bucket; in frag6_drain_one() local 1101 uint32_t bucket; in frag6_destroy() local
|
/freebsd/sys/netinet/ |
H A D | ip_reass.c | 114 ipq_timeout(struct ipqbucket *bucket, struct ipq *fp) in ipq_timeout() 122 ipq_drop(struct ipqbucket *bucket, struct ipq *fp) in ipq_drop() 591 struct ipqbucket *bucket = arg; in ipreass_callout() local 612 ipreass_reschedule(struct ipqbucket *bucket) in ipreass_reschedule() 894 int bucket, i; in ipq_reuse() local 931 ipq_free(struct ipqbucket *bucket, struct ipq *fp) in ipq_free()
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
H A D | fasttrap.c | 386 fasttrap_bucket_t *bucket; in fasttrap_thread_dtor() local 457 fasttrap_bucket_t *bucket; in fasttrap_pid_cleanup_cb() local 648 fasttrap_bucket_t *bucket = &fasttrap_tpoints.fth_table[i]; in fasttrap_fork() local 757 fasttrap_bucket_t *bucket; in fasttrap_tracepoint_enable() local 940 fasttrap_bucket_t *bucket; in fasttrap_tracepoint_disable() local 1457 fasttrap_bucket_t *bucket; in fasttrap_proc_lookup() local 1524 fasttrap_bucket_t *bucket; in fasttrap_proc_release() local 1611 fasttrap_bucket_t *bucket; in fasttrap_provider_lookup() local 1774 fasttrap_bucket_t *bucket; in fasttrap_provider_retire() local 2541 fasttrap_bucket_t *bucket = &fasttrap_provs.fth_table[i]; in fasttrap_unload() local
|
/freebsd/contrib/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
|
/freebsd/sys/dev/vmware/vmci/ |
H A D | vmci_doorbell.c | 91 uint32_t bucket; in vmci_doorbell_init() local 251 uint32_t bucket; in vmci_doorbell_index_table_find() local 284 uint32_t bucket; in vmci_doorbell_index_table_add() local 844 uint32_t bucket = VMCI_DOORBELL_HASH(notify_idx); in vmci_doorbell_fire_entries() local
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | hash.c | 109 int bucket = hash->h_hashfn(hash->h_nbuckets, key); in hash_add() local 137 int bucket = hash->h_hashfn(hash->h_nbuckets, key); in hash_remove() local 147 int bucket = hash->h_hashfn(hash->h_nbuckets, key); in hash_match() local 172 int bucket = hash->h_hashfn(hash->h_nbuckets, key); in hash_find_iter() local
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_dynamic.c | 1051 uint32_t version, bucket; in dyn_lookup_ipv4_state() local 1089 const void *ulp, int pktlen, uint32_t bucket, uint32_t kidx) in dyn_lookup_ipv4_state_locked() 1122 uint32_t version, bucket; in dyn_lookup_ipv4_parent() local 1155 const void *rule, uint32_t ruleid, uint32_t rulenum, uint32_t bucket) in dyn_lookup_ipv4_parent_locked() 1198 uint32_t version, bucket; in dyn_lookup_ipv6_state() local 1237 const void *ulp, int pktlen, uint32_t bucket, uint32_t kidx) in dyn_lookup_ipv6_state_locked() 1271 uint32_t version, bucket; in dyn_lookup_ipv6_parent() local 1305 const void *rule, uint32_t ruleid, uint32_t rulenum, uint32_t bucket) in dyn_lookup_ipv6_parent_locked() 1548 uint32_t bucket; in dyn_add_ipv4_parent() local 1602 uint32_t bucket; in dyn_add_ipv4_state() local [all …]
|
/freebsd/sys/vm/ |
H A D | uma_core.c | 467 uma_bucket_t bucket; in bucket_alloc() local 514 bucket_free(uma_zone_t zone, uma_bucket_t bucket, void *udata) in bucket_free() 793 uma_bucket_t bucket; in zone_fetch_bucket() local 858 zone_put_bucket(uma_zone_t zone, int domain, uma_bucket_t bucket, void *udata, in zone_put_bucket() 907 cache_bucket_pop(uma_cache_t cache, uma_cache_bucket_t bucket) in cache_bucket_pop() 926 cache_bucket_push(uma_cache_t cache, uma_cache_bucket_t bucket, void *item) in cache_bucket_push() 942 cache_bucket_unload(uma_cache_bucket_t bucket) in cache_bucket_unload() 982 cache_bucket_load(uma_cache_bucket_t bucket, uma_bucket_t b) in cache_bucket_load() 1051 uma_bucket_t bucket; in cache_fetch_bucket() local 1345 bucket_drain(uma_zone_t zone, uma_bucket_t bucket) in bucket_drain() [all …]
|
/freebsd/libexec/rtld-elf/ |
H A D | rtld_malloc.c | 117 int bucket; in __crt_malloc() local 196 morecore(int bucket) in morecore()
|
/freebsd/sys/contrib/ck/include/ |
H A D | ck_epoch.h | 70 unsigned int bucket; member 92 struct ck_epoch_ref bucket[CK_EPOCH_SENSE]; member
|
/freebsd/sys/netgraph/ |
H A D | ng_bridge.c | 638 int i = 0, bucket; in ng_bridge_rcvmsg() local 1011 const int bucket = HASH(addr, priv->hashMask); in ng_bridge_get() local 1028 const int bucket = HASH(addr, priv->hashMask); in ng_bridge_put() local 1163 int bucket; in ng_bridge_remove_hosts() local 1211 int bucket; in ng_bridge_timeout() local
|
/freebsd/sys/cddl/contrib/opensolaris/uts/powerpc/dtrace/ |
H A D | fasttrap_isa.c | 272 fasttrap_bucket_t *bucket; in fasttrap_return_common() local 342 fasttrap_bucket_t *bucket; in fasttrap_pid_probe() local
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | ddt_stats.c | 117 int bucket; in ddt_histogram_add_entry() local 133 int bucket; in ddt_histogram_sub_entry() local
|
/freebsd/lib/librss/ |
H A D | librss.c | 218 int bucket, cpuset_t *cs) in rss_get_bucket_cpuset()
|
/freebsd/contrib/tcsh/ |
H A D | tc.alloc.c | 181 int bucket = 0; in malloc() local 252 morecore(int bucket) in morecore()
|
/freebsd/sys/contrib/ck/src/ |
H A D | ck_ht.c | 286 struct ck_ht_entry *bucket, *cursor; in ck_ht_map_probe_wr() local 500 struct ck_ht_entry *bucket, *cursor; in ck_ht_map_probe_rd() local 659 struct ck_ht_entry *bucket, *previous; in ck_ht_grow_spmc() local
|
/freebsd/lib/libc/db/hash/ |
H A D | hash.c | 697 u_int32_t bucket; in hash_seq() local 857 unsigned int n, bucket; in __call_hash() local
|
/freebsd/sys/dev/sfxge/ |
H A D | sfxge_rx.c | 422 unsigned bucket; in sfxge_lro_drop() local 629 unsigned bucket = conn_hash & st->conns_mask; in sfxge_lro_new_conn() local 680 unsigned bucket; in sfxge_lro() local
|
/freebsd/sys/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()
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_clip.c | 160 const int bucket = clip_hashfn(in6); in lookup_clip_db_entry() local 188 const int bucket = clip_hashfn(in6); in lookup_clip_entry() local
|
/freebsd/libexec/bootpd/ |
H A D | hash.c | 318 unsigned bucket; in hash_NextEntry() local
|
/freebsd/usr.bin/mkstr/ |
H A D | mkstr.c | 261 } *bucket[NBUCKETS]; variable
|