Lines Matching defs:random
172 * Size, in bytes, beyond which random memory allocation policy is applied
173 * to non-shared memory. Default is the maximum size, so random memory
185 * Size, in bytes, beyond which random memory allocation policy is applied to
3490 * shared memory under the respective random
3636 ushort_t random;
3723 * then the default policy is random across lgroups.
3724 * Fallthrough to the random case.
3738 * Return a random leaf lgroup with memory
3757 * Pick a random offset within lgroups spanned
3760 random = (ushort_t)gethrtime() >> 4;
3761 off = random % lgrps_spanned;
3820 * Pick a random offset within lgroups spanned
3823 random = (ushort_t)gethrtime() >> 4;
3824 off = random % lgrps_spanned;
4413 * Select a memnode by picking one at a "random" offset.