Searched defs:percpu_objcache (Results 1 – 1 of 1) sorted by relevance
98 struct percpu_objcache { struct99 struct magazine *loaded_magazine; /* active magazine */100 struct magazine *previous_magazine; /* backup magazine */103 u_long gets_cumulative; /* total calls to get */104 u_long gets_null; /* objcache_get returned NULL */105 u_long allocs_cumulative; /* total calls to alloc */106 u_long puts_cumulative; /* total calls to put */107 u_long gets_exhausted; /* # of gets hit exhaustion */109 u_long puts_othercluster; /* returned to other cluster */113 int waiting; /* waiting for a thread on this