Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h302 #define STZCNOTIFY 0x04000000 /* wait for zerocopy mblk to be acked */ macro
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_subr.c1860 while (!(so->so_copyflag & STZCNOTIFY)) { in so_zcopy_wait()
1870 so->so_copyflag &= ~STZCNOTIFY; in so_zcopy_wait()
H A Dsocksyscalls.c2752 while (!(stp->sd_flag & STZCNOTIFY)) { in snf_segmap()
2759 stp->sd_flag &= ~STZCNOTIFY; in snf_segmap()
H A Dsockcommon_sops.c1563 so->so_copyflag |= STZCNOTIFY; in so_zcopy_notify()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c163 { SF(STZCNOTIFY), "wait for zerocopy mblk to be acked" },
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c3317 stp->sd_flag |= STZCNOTIFY; in tcp_zcopy_notify()