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