Home
last modified time | relevance | path

Searched defs:bucket (Results 1 – 25 of 69) sorted by relevance

123

/freebsd-src/contrib/libarchive/libarchive/
H A Darchive_write_disk_set_standard_lookup.c52 struct bucket { struct
53 char *name;
54 int hash;
55 id_t id;
H A Darchive_entry_link_resolver.c315 if (res->buckets[bucket] == le) in next_entry() local
264 size_t hash, bucket; find_entry() local
355 size_t hash, bucket; insert_entry() local
387 size_t i, bucket; grow_hash() local
[all...]
/freebsd-src/contrib/byacc/
H A Ddefs.h213 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-src/sys/netinet6/
H A Dfrag6.c292 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-src/sys/netinet/
H A Dip_reass.c114 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()
889 int bucket, i; in ipq_reuse() local
926 ipq_free(struct ipqbucket *bucket, struct ipq *fp) in ipq_free()
/freebsd-src/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c386 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-src/contrib/jemalloc/src/
H A Dckh.c63 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-src/sys/dev/vmware/vmci/
H A Dvmci_doorbell.c91 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-src/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c1043 uint32_t version, bucket; dyn_lookup_ipv4_state() local
1081 dyn_lookup_ipv4_state_locked(const struct ipfw_flow_id * pkt,const void * ulp,int pktlen,uint32_t bucket,uint16_t kidx) dyn_lookup_ipv4_state_locked() argument
1114 uint32_t version, bucket; dyn_lookup_ipv4_parent() local
1147 dyn_lookup_ipv4_parent_locked(const struct ipfw_flow_id * pkt,const void * rule,uint32_t ruleid,uint16_t rulenum,uint32_t bucket) dyn_lookup_ipv4_parent_locked() argument
1190 uint32_t version, bucket; dyn_lookup_ipv6_state() local
1229 dyn_lookup_ipv6_state_locked(const struct ipfw_flow_id * pkt,uint32_t zoneid,const void * ulp,int pktlen,uint32_t bucket,uint16_t kidx) dyn_lookup_ipv6_state_locked() argument
1263 uint32_t version, bucket; dyn_lookup_ipv6_parent() local
1297 dyn_lookup_ipv6_parent_locked(const struct ipfw_flow_id * pkt,uint32_t zoneid,const void * rule,uint32_t ruleid,uint16_t rulenum,uint32_t bucket) dyn_lookup_ipv6_parent_locked() argument
1541 uint32_t bucket; dyn_add_ipv4_parent() local
1595 uint32_t bucket; dyn_add_ipv4_state() local
1672 uint32_t bucket; dyn_add_ipv6_parent() local
1726 uint32_t bucket; dyn_add_ipv6_state() local
1775 uint32_t bucket, version; dyn_get_parent_state() local
2248 int bucket, removed, length, max_length; dyn_expire_states() local
2446 uint32_t bucket; dyn_send_keepalive_ipv4() local
2553 uint32_t bucket; dyn_send_keepalive_ipv6() local
2595 uint32_t bucket; dyn_grow_hashtable() local
2829 uint32_t bucket; ipfw_dyn_reset_eaction() local
2876 uint32_t bucket; ipfw_dyn_get_count() local
3077 uint32_t bucket; ipfw_dump_states() local
3137 uint32_t bucket; ipfw_get_dynamic() local
3241 int bucket; ipfw_dyn_uninit() local
[all...]
/freebsd-src/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dhash.c109 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-src/sys/vm/
H A Duma_core.c467 uma_bucket_t bucket; in bucket_alloc() local
514 bucket_free(uma_zone_t zone,uma_bucket_t bucket,void * udata) bucket_free() argument
793 uma_bucket_t bucket; zone_fetch_bucket() local
858 zone_put_bucket(uma_zone_t zone,int domain,uma_bucket_t bucket,void * udata,const bool ws) zone_put_bucket() argument
907 cache_bucket_pop(uma_cache_t cache,uma_cache_bucket_t bucket) cache_bucket_pop() argument
926 cache_bucket_push(uma_cache_t cache,uma_cache_bucket_t bucket,void * item) cache_bucket_push() argument
942 cache_bucket_unload(uma_cache_bucket_t bucket) cache_bucket_unload() argument
982 cache_bucket_load(uma_cache_bucket_t bucket,uma_bucket_t b) cache_bucket_load() argument
1051 uma_bucket_t bucket; cache_fetch_bucket() local
1345 bucket_drain(uma_zone_t zone,uma_bucket_t bucket) bucket_drain() argument
1392 uma_bucket_t bucket; cache_drain() local
1520 uma_bucket_t bucket; bucket_cache_reclaim_domain() local
3671 cache_alloc_item(uma_zone_t zone,uma_cache_t cache,uma_cache_bucket_t bucket,void * udata,int flags) cache_alloc_item() argument
3687 uma_cache_bucket_t bucket; cache_alloc_retry() local
3713 uma_cache_bucket_t bucket; uma_zalloc_smr() local
3740 uma_cache_bucket_t bucket; uma_zalloc_arg() local
3788 uma_bucket_t bucket; cache_alloc() local
3880 uma_bucket_t bucket; uma_zalloc_domain() local
4107 zone_import(void * arg,void ** bucket,int max,int domain,int flags) zone_import() argument
4321 uma_bucket_t bucket; zone_alloc_bucket() local
4469 uma_cache_bucket_t bucket; uma_zfree_smr() local
4523 uma_cache_bucket_t bucket; uma_zfree_arg() local
4620 zone_free_cross(uma_zone_t zone,uma_bucket_t bucket,void * udata) zone_free_cross() argument
4706 zone_free_bucket(uma_zone_t zone,uma_bucket_t bucket,void * udata,int itemdomain,bool ws) zone_free_bucket() argument
4748 uma_bucket_t newbucket, bucket; cache_free() local
4864 zone_release(void * arg,void ** bucket,int cnt) zone_release() argument
[all...]
/freebsd-src/libexec/rtld-elf/
H A Drtld_malloc.c117 int bucket; in __crt_malloc() local
196 morecore(int bucket) in morecore()
/freebsd-src/sys/contrib/ck/include/
H A Dck_epoch.h70 unsigned int bucket; member
92 struct ck_epoch_ref bucket[CK_EPOCH_SENSE]; member
/freebsd-src/sys/netgraph/
H A Dng_bridge.c638 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-src/sys/cddl/contrib/opensolaris/uts/powerpc/dtrace/
H A Dfasttrap_isa.c272 fasttrap_bucket_t *bucket; in fasttrap_return_common() local
342 fasttrap_bucket_t *bucket; in fasttrap_pid_probe() local
/freebsd-src/lib/librss/
H A Dlibrss.c218 int bucket, cpuset_t *cs) in rss_get_bucket_cpuset()
/freebsd-src/contrib/tcsh/
H A Dtc.alloc.c181 int bucket = 0; in malloc() local
252 morecore(int bucket) in morecore()
/freebsd-src/sys/contrib/ck/src/
H A Dck_ht.c286 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-src/lib/libc/db/hash/
H A Dhash.c697 u_int32_t bucket; in hash_seq() local
857 unsigned int n, bucket; in __call_hash() local
H A Dhash_page.c514 __get_page(HTAB *hashp, char *p, u_int32_t bucket, int is_bucket, int is_disk, in __get_page()
569 __put_page(HTAB *hashp, char *p, u_int32_t bucket, int is_bucket, int is_bitmap) in __put_page()
/freebsd-src/libexec/bootpd/
H A Dhash.c318 unsigned bucket; in hash_NextEntry() local
/freebsd-src/usr.bin/mkstr/
H A Dmkstr.c261 } *bucket[NBUCKETS]; variable
/freebsd-src/sys/dev/cxgbe/
H A Dt4_clip.c160 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-src/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfman_dtsec.c384 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-src/sys/dev/sfxge/
H A Dsfxge_rx.c422 unsigned bucket; in sfxge_lro_drop() local
629 unsigned bucket = conn_hash & st->conns_mask; in sfxge_lro_new_conn() local
680 unsigned bucket; sfxge_lro() local
[all...]

123