Lines Matching refs:available
49 struct available { struct
52 struct available *next; argument
53 struct available *prev; argument
67 static struct available seed = {
74 static struct available *nhead;
84 static struct available *
87 return (kmem_zalloc(sizeof (struct available), kmflag)); in np_alloc()
91 np_free(struct available *np) in np_free()
93 kmem_free(np, sizeof (struct available)); in np_free()
100 np_unlink(struct available *np) in np_unlink()
115 np_insert(struct available *fp, struct available *np) in np_insert()
131 np_add(struct available *fp) in np_add()
133 struct available *np; in np_add()
153 np_coalesce(struct available *np) in np_coalesce()
155 struct available *xp; in np_coalesce()
171 struct available *np; in impl_ddi_init_nodeid()
187 struct available *np; in impl_ddi_alloc_nodeid()
224 struct available *np, *fp; in impl_ddi_free_nodeid()
299 struct available *np, *fp; in impl_ddi_take_nodeid()