Home
last modified time | relevance | path

Searched defs:skmem_cpu_cache (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/bsd/skywalk/mem/
H A Dskmem_cache_var.h143 struct skmem_cpu_cache { struct
145 struct skmem_mag *cp_loaded; /* currently filled magazine */
146 struct skmem_mag *cp_ploaded; /* previously filled magazine */
147 uint64_t cp_alloc; /* allocations from this cpu */
148 uint64_t cp_free; /* frees to this cpu */
149 int cp_rounds; /* # of objs in filled mag */
150 int cp_prounds; /* # of objs in previous mag */
151 int cp_magsize; /* # of objs in a full mag */