Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dcore.c782 uint_t core_chunk = 32; variable
814 if (len > (size_t)core_chunk * PAGESIZE) in core_seg()
815 len = (size_t)core_chunk * PAGESIZE; in core_seg()