Searched defs:pool_cache (Results 1 – 1 of 1) sorted by relevance
59 struct pool_cache { struct66 struct pool_cache_group argument67 *pc_freeto; /* grop to free to */68 struct pool *pc_pool; /* parent pool */69 struct simplelock pc_slock; /* mutex */71 int (*pc_ctor)(void *, void *, int);72 void (*pc_dtor)(void *, void *);73 void *pc_arg;76 unsigned long pc_hits; /* cache hits */77 unsigned long pc_misses; /* cache misses */[all …]