Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4v/os/
H A Dhsvc.c99 hsvc_t *hsvc_avail; /* free reserved buffers */ variable
184 (void *)hsvc_groups, (void *)hsvc_avail); in hsvc_dump()
217 if (hsvc_avail != NULL) { in hsvc_alloc()
218 hsvcp = hsvc_avail; in hsvc_alloc()
219 hsvc_avail = hsvcp->next; in hsvc_alloc()
224 (void *)hsvc_avail, (void *)hsvcp)); in hsvc_alloc()
238 hsvcp->next = hsvc_avail; in hsvc_free()
239 hsvc_avail = hsvcp; in hsvc_free()
243 (void *)hsvc_avail, (void *)hsvcp)); in hsvc_free()
635 hsvc_avail = NULL; in hsvc_init()