Lines Matching refs:available
47 struct available { struct
50 struct available *next; argument
51 struct available *prev; argument
65 static struct available seed = {
72 static struct available *nhead;
82 static struct available *
85 return (kmem_zalloc(sizeof (struct available), kmflag)); in np_alloc()
89 np_free(struct available *np) in np_free()
91 kmem_free(np, sizeof (struct available)); in np_free()
98 np_unlink(struct available *np) in np_unlink()
113 np_insert(struct available *fp, struct available *np) in np_insert()
129 np_add(struct available *fp) in np_add()
131 struct available *np; in np_add()
151 np_coalesce(struct available *np) in np_coalesce()
153 struct available *xp; in np_coalesce()
169 struct available *np; in impl_ddi_init_nodeid()
185 struct available *np; in impl_ddi_alloc_nodeid()
222 struct available *np, *fp; in impl_ddi_free_nodeid()
297 struct available *np, *fp; in impl_ddi_take_nodeid()