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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter_impl.h124 #define SOFIF_DEFER 0x2 /* defer notification of socket */ macro
H A Dsockfilter.c474 inst->sofi_flags |= SOFIF_DEFER;
793 if (inst->sofi_flags & SOFIF_DEFER)
1525 if (!(inst->sofi_flags & SOFIF_DEFER)) {
1530 inst->sofi_flags &= ~SOFIF_DEFER;
1540 if (inst->sofi_flags & SOFIF_DEFER) {

Completed in 60 milliseconds