Home
last modified time | relevance | path

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

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