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