Searched refs:umu_size (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c3614 int umu_size; /* Total number of entries */ member in struct:umusers
3628 if (umu->umu_nelems >= umu->umu_size) {
3629 int s = umu->umu_size ? umu->umu_size * 2 : 1024;
3637 bcopy(umu->umu_hash, umo, umowner_size * umu->umu_size);
3638 bcopy(umu->umu_stacks, new_stacks, trace_size * umu->umu_size);
3641 umu->umu_size = s;
3643 umoend = umu->umu_hash + umu->umu_size;
3652 bucket = umo->umo_signature & (umu->umu_size - 1);
3665 bucket = signature & (umu->umu_size
[all...]

Completed in 70 milliseconds