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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c2161 iosize = (int)MIN(sr->sr_maxpsz, size);
2261 * store sd_qn_maxpsz into sr_maxpsz while we have stream head.
2265 sr->sr_maxpsz = MIN(MAXBSIZE, stp->sd_qn_maxpsz);
2267 sr->sr_maxpsz = MAXBSIZE;
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h630 ssize_t sr_maxpsz; member in struct:snf_req

Completed in 348 milliseconds