Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_directio.c315 uint32_t ufs_maxcur_writes; /* high water concurrent writes */ variable
601 if (ncur > ufs_maxcur_writes) in ufs_directio_write()
602 ufs_maxcur_writes = ncur; in ufs_directio_write()