OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:so_count
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_context.h
86
int
so_count
[PIPE_MAX_SO_BUFFERS];
member in struct:llvmpipe_context::__anon18429
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_context.h
86
int
so_count
[PIPE_MAX_SO_BUFFERS];
member in struct:llvmpipe_context::__anon6767
/external/chromium_org/third_party/usrsctp/usrsctplib/
user_socketvar.h
126
int
so_count
; /* (b) reference count */
member in struct:socket
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) \
Completed in 1043 milliseconds