Searched defs:pool_cache (Results 1 – 1 of 1) sorted by relevance
79 struct pool_cache { struct84 struct pool_cache_grouplist argument86 struct pool_cache_grouplist argument87 pc_partgroups; /* list of partial cache groups */88 struct pool *pc_pool; /* parent pool */89 struct simplelock pc_slock; /* mutex */91 int (*pc_ctor)(void *, void *, int);92 void (*pc_dtor)(void *, void *);93 void *pc_arg;96 unsigned long pc_hits; /* cache hits */[all …]