Home
last modified time | relevance | path

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

/xnu-10063.101.15/iokit/IOKit/
H A DIOReportMacros.h586 #define HISTREPORT_BUFSIZE(nbuckets) \ argument
603 #define HISTREPORT_INIT(nbuckets, bktSize, buf, bufSize, providerID, channelID, cats) \ argument
/xnu-10063.101.15/libkern/kxld/
H A Dkxld_dict.c280 u_int nbuckets = (dict->buckets.nitems * 2 + 1); in resize_dict() local
/xnu-10063.101.15/osfmk/kern/
H A Dexclaves_resource.c243 table_alloc(size_t nbuckets) in table_alloc()
/xnu-10063.101.15/bsd/net/
H A Dpfvar.h1661 u_int32_t nbuckets; /* hash buckets */ member
/xnu-10063.101.15/bsd/dev/dtrace/
H A Ddtrace.c2426 int nbuckets = this > nsteps ? nsteps : this; in dtrace_aggregate_llquantize_bucket() local