Home
last modified time | relevance | path

Searched refs:chksize (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libumem/common/
H A Dvmem_stand.c107 size_t chksize; in stand_parent_alloc() local
117 chksize = roundup(size, stand_chunksize); in stand_parent_alloc()
120 if (sr->sr_left >= chksize) in stand_parent_alloc()
133 if ((ret = _vmem_extend_alloc(src, sr->sr_curtop, chksize, size, in stand_parent_alloc()
139 bzero(sr->sr_curtop, chksize); in stand_parent_alloc()
141 sr->sr_curtop += chksize; in stand_parent_alloc()
142 sr->sr_left -= chksize; in stand_parent_alloc()
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcpy.S74 .chksize: label
97 ba .chksize
/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.S218 .chksize: label