Home
last modified time | relevance | path

Searched refs:zchunk (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Ddeflate.c139 struct zchunk { struct
153 struct zchunk *z; in z_alloc() argument
155 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()