Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/skywalk/mem/
H A Dskmem_cache_var.h140 struct skmem_cpu_cache { struct
142 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 */