Home
last modified time | relevance | path

Searched refs:so_count (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/
Duser_socketvar.h126 int so_count; /* (b) reference count */ member
455 ++(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) \
Duser_socket.c197 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()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_context.h86 int so_count[PIPE_MAX_SO_BUFFERS]; member
Dlp_state_so.c102 lp->so_target.so_count[i] = 0; in llvmpipe_set_stream_output_buffers()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
Dlp_context.h86 int so_count[PIPE_MAX_SO_BUFFERS]; member
Dlp_state_so.c102 lp->so_target.so_count[i] = 0; in llvmpipe_set_stream_output_buffers()