Searched defs:skmem_cpu_cache (Results 1 – 1 of 1) sorted by relevance
151 struct skmem_cpu_cache { struct153 struct skmem_mag *cp_loaded; /* currently filled magazine */154 struct skmem_mag *cp_ploaded; /* previously filled magazine */155 uint64_t cp_alloc; /* allocations from this cpu */156 uint64_t cp_free; /* frees to this cpu */157 int cp_rounds; /* # of objs in filled mag */158 int cp_prounds; /* # of objs in previous mag */159 int cp_magsize; /* # of objs in a full mag */