Lines Matching refs:group_t
107 static group_t *pg_hw; /* top level pg hw group */
214 static group_t *pghw_set_create(pghw_type_t);
215 static void pghw_set_add(group_t *, pghw_t *);
216 static void pghw_set_remove(group_t *, pghw_t *);
228 group_t *hwset; in pghw_init()
267 group_t *hwset; in pghw_fini()
315 group_t *hwset; in pghw_place_cpu()
350 group_t *set; in pghw_find_by_instance()
395 static group_t *
398 group_t *g; in pghw_set_create()
407 pg_hw = kmem_alloc(sizeof (group_t), KM_SLEEP); in pghw_set_create()
416 g = kmem_alloc(sizeof (group_t), KM_SLEEP); in pghw_set_create()
428 group_t *
431 group_t *hwset; in pghw_set_lookup()
444 pghw_set_add(group_t *hwset, pghw_t *pg) in pghw_set_add()
453 pghw_set_remove(group_t *hwset, pghw_t *pg) in pghw_set_remove()