Searched refs:so_count (Results 1 – 6 of 6) sorted by relevance
126 int so_count; /* (b) reference count */ member455 ++(so)->so_count; \461 KASSERT((so)->so_count > 0, ("sorele")); \462 if (--(so)->so_count == 0) \473 if ((so)->so_count == 0) \713 ++(so)->so_count; \719 KASSERT((so)->so_count > 0, ("sorele")); \720 if (--(so)->so_count == 0) \
197 KASSERT(so->so_count == 0, ("sodealloc(): so_count %d", so->so_count)); in sodealloc()224 if (so->so_count != 0 || in sofree()1201 so->so_count = 1; in socreate()1227 KASSERT(so->so_count == 1, ("socreate: so_count %d", so->so_count)); in socreate()1228 so->so_count = 0; in socreate()1284 so->so_count = 1; in socreate()1291 KASSERT(so->so_count == 1, ("socreate: so_count %d", in socreate()1292 so->so_count)); in socreate()1293 so->so_count = 0; in socreate()1889 so->so_count = 0; in usrsctp_peeloff()
86 int so_count[PIPE_MAX_SO_BUFFERS]; member
102 lp->so_target.so_count[i] = 0; in llvmpipe_set_stream_output_buffers()