Searched refs:maxper (Results 1 – 1 of 1) sorted by relevance
13173 size_t hashsize, maxper, min, chunksize = dstate->dtds_chunksize; in dtrace_dstate_init() local13227 maxper = (limit - (uintptr_t)start) / NCPU; in dtrace_dstate_init()13228 maxper = (maxper / dstate->dtds_chunksize) * dstate->dtds_chunksize; in dtrace_dstate_init()13240 if (maxper == 0 || i == NCPU - 1) { in dtrace_dstate_init()13244 limit = (uintptr_t)start + maxper; in dtrace_dstate_init()13261 if (maxper == 0) in dtrace_dstate_init()