gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 4 of 4 for fundef:SLIST_HEAD (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/sys/queue.h - 27.6KB - 568 lines
93:  */
94: #define SLIST_HEAD(name, type)                                          \
95: struct name {                                                           \
bsd_source/t2ex/network/net/src_bsd/kern/subr_pool.c - 105.3KB - 3,534 lines
119: 
120: static SLIST_HEAD(, pool_allocator) pa_deferinitq =
121:     SLIST_HEAD_INITIALIZER(pa_deferinitq);
bsd_source/t2ex/network/net/src_bsd/sys/_queue.h - 35.5KB - 704 lines
179:  */
180: #define SLIST_HEAD(name, type)                                          \
181: struct name {                                                           \
bsd_source/t2ex/network/net/src_bsd/sys/proc.h - 24.8KB - 616 lines
486: 
487: extern SLIST_HEAD(deadprocs, proc) deadprocs;   /* List of dead processes */
488: extern struct simplelock deadproc_slock;