Search | Google it | Results 1 - 1 of 1 for fundef:TAILQ_HEAD from t2ex/bsd_source/t2ex/network/net/src_bsd/kern/subr_pool.c (0.00 seconds) |
106: /* List of all pools */ 107: TAILQ_HEAD(,pool) pool_head = TAILQ_HEAD_INITIALIZER(pool_head); 108: 226: /* List of all caches. */ 227: TAILQ_HEAD(,pool_cache) pool_cache_head = 228: TAILQ_HEAD_INITIALIZER(pool_cache_head);