Searched refs:zchunk (Results 1 – 1 of 1) sorted by relevance
139 struct zchunk { struct153 struct zchunk *z; in z_alloc() argument155 size = items * size + sizeof (struct zchunk); in z_alloc()157 z = (struct zchunk *)kmem_alloc(size, KM_NOSLEEP); in z_alloc()174 struct zchunk *z = ((struct zchunk *)ptr) - 1; in z_free()