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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dfifonode.h151 * Fifohiwat defined as a variable is to allow tuning of the high
155 extern int Fifohiwat;
157 #define Fifohiwat FIFOHIWAT macro
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifosubr.c64 int Fifohiwat = FIFOHIWAT; /* Modifiable FIFO high water mark */ variable
392 if (Fifohiwat < FIFOHIWAT)
393 Fifohiwat = FIFOHIWAT;
395 fifo_strdata.qi_minfo->mi_hiwat = Fifohiwat;
1164 ASSERT(fn_dest->fn_dest->fn_count < Fifohiwat);
H A Dfifovnops.c789 * Note: checking for fn_count < Fifohiwat emulates
793 fnp->fn_count < Fifohiwat) {
906 while (fn_dest->fn_count >= Fifohiwat) {
964 if (uiop->uio_resid + fn_dest->fn_count > Fifohiwat)
1200 *rvalp = (fnp->fn_dest->fn_count < Fifohiwat) ? 1 : 0;
1822 if (fn_dest->fn_count < Fifohiwat)

Completed in 61 milliseconds