Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c681 while (fnp->fn_count == 0) { in fifo_read()
743 fnp->fn_count -= uiosize; in fifo_read()
754 ASSERT(fnp->fn_count == 0); in fifo_read()
782 ASSERT(msgdsize(fnp->fn_mp) == fnp->fn_count); in fifo_read()
791 fnp->fn_count < Fifohiwat) { in fifo_read()
904 while (fn_dest->fn_count >= Fifohiwat) { in fifo_write()
962 if (uiop->uio_resid + fn_dest->fn_count > Fifohiwat) in fifo_write()
978 hotread = fn_dest->fn_count > 0; in fifo_write()
1051 fn_dest->fn_count += size; in fifo_write()
1198 *rvalp = (fnp->fn_dest->fn_count < Fifohiwat) ? 1 : 0; in fifo_fastioctl()
[all …]
H A Dfifosubr.c198 fnp->fn_count = 0; in fnode_constructor()
244 ASSERT(fnp->fn_count == 0); in fnode_destructor()
885 fnp->fn_count = 0; in fifo_fastflush()
1099 fnp->fn_count = 0; in fifo_fastturnoff()
1164 ASSERT(fn_dest->fn_dest->fn_count < Fifohiwat); in fifo_wakewriter()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dfifonode.h85 uint_t fn_count; /* Number of bytes on fn_mp */ member