Home
last modified time | relevance | path

Searched defs:nbuckets (Results 1 – 20 of 20) sorted by relevance

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dtdata.c55 tdesc_layouthash(int nbuckets, void *node) in tdesc_layouthash()
129 tdesc_idhash(int nbuckets, void *data) in tdesc_idhash()
148 tdesc_namehash(int nbuckets, void *data) in tdesc_namehash()
H A Dhash.c61 hash_def_hash(int nbuckets, void *arg) in hash_def_hash()
75 hash_name(int nbuckets, const char *name) in hash_name()
93 hash_new(int nbuckets, int (*hashfn)(int, void *), int (*cmp)(void *, void *)) in hash_new() argument
H A Dalist.c55 alist_hash(int nbuckets, void *arg) in alist_hash()
72 alist_xnew(int nbuckets, void (*namefree)(void *), in alist_xnew()
H A Diidesc.c59 iidesc_hash(int nbuckets, void *arg) in iidesc_hash()
/freebsd/lib/librss/
H A Dlibrss.c106 rss_getbucketmap(int *bucket_map, int nbuckets) in rss_getbucketmap()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_strtab.c69 uint_t nbuckets = _dtrace_strbuckets; in dt_strtab_create() local
H A Ddt_aggregate.c296 int nbuckets = DTRACE_QUANTIZE_NBUCKETS; in dt_aggregate_quantizedcmp() local
/freebsd/contrib/elftoolchain/libelftc/
H A Delftc_string_table.c132 int n, nbuckets, tablesize; in elftc_string_table_create() local
/freebsd/contrib/diff/src/
H A Dio.c56 static size_t nbuckets; variable
/freebsd/sys/net/altq/
H A Daltq_fairq.c309 u_int nbuckets = opts->nbuckets; in fairq_class_create() local
/freebsd/lib/libc/db/hash/
H A Dhash.c335 int nbuckets, nsegs, l2; in init_htab() local
/freebsd/usr.bin/systat/
H A Diolat.c123 split_u64(char *str, const char *delim, uint64_t *buckets, int *nbuckets) in split_u64()
/freebsd/sys/netpfil/pf/
H A Dpf_altq.h104 u_int nbuckets; member
/freebsd/stand/common/
H A Dload_elf.c56 Elf_Hashelt nbuckets; member
/freebsd/sbin/pfctl/
H A Dpfctl_parser.h185 u_int nbuckets; member
/freebsd/libexec/rtld-elf/
H A Drtld.h191 unsigned long nbuckets; /* Number of buckets */ member
/freebsd/sys/kern/
H A Dlink_elf.c85 Elf_Hashelt nbuckets; /* DT_HASH info */ member
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c423 uint32_t nbuckets; in sysctl_dyn_buckets() local
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c6596 int nbuckets = rss_getnumbuckets(); in t4_setup_intr_handlers() local
6889 int nbuckets = rss_getnumbuckets(); in vi_full_init() local
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c2437 int nbuckets = this > nsteps ? nsteps : this; in dtrace_aggregate_llquantize_bucket() local