Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/skywalk/mem/
H A Dskmem_cache_var.h151 struct skmem_cpu_cache { struct
153 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 */