Searched refs:SOF_UPCALLCLOSEWAIT (Results 1 – 2 of 2) sorted by relevance
248 #define SOF_UPCALLCLOSEWAIT 0x00000800 /* block close until upcall returns */ macro
1261 if (!so->so_upcallusecount || !(so->so_flags & SOF_UPCALLCLOSEWAIT)) { in soclose_wait_locked()5152 so->so_flags |= SOF_UPCALLCLOSEWAIT; in sosetoptlock()5154 so->so_flags &= ~SOF_UPCALLCLOSEWAIT; in sosetoptlock()6052 optval = (so->so_flags & SOF_UPCALLCLOSEWAIT); in sogetoptlock()