Searched defs:skmem_cpu_cache (Results 1 – 1 of 1) sorted by relevance
140 struct skmem_cpu_cache { struct142 struct skmem_mag *cp_loaded; /* currently filled magazine */143 struct skmem_mag *cp_ploaded; /* previously filled magazine */144 uint64_t cp_alloc; /* allocations from this cpu */145 uint64_t cp_free; /* frees to this cpu */146 int cp_rounds; /* # of objs in filled mag */147 int cp_prounds; /* # of objs in previous mag */148 int cp_magsize; /* # of objs in a full mag */