Searched refs:group_t (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dgroup.h50 } group_t; typedef in typeref:struct:group
68 void group_create(group_t *);
69 void group_destroy(group_t *);
74 void group_expand(group_t *, uint_t);
80 void *group_iterate(group_t *, group_iter_t *);
85 int group_add(group_t *, void *, int);
86 int group_remove(group_t *, void *, int);
87 void group_empty(group_t *);
94 int group_add_at(group_t *, void *, uint_t);
95 void group_remove_at(group_t *, uint_
[all...]
H A Dcmt.h73 group_t cl_pgs; /* Top level group of active CMT PGs */
H A Dpghw.h168 extern group_t *pghw_set_lookup(pghw_type_t);
H A Dpg.h184 pg_t *pg_cpu_find_pg(cpu_t *, group_t *);
/illumos-gate/usr/src/uts/common/os/
H A Dgroup.c37 static void group_grow_set(group_t *);
38 static void group_shrink_set(group_t *);
42 * Initialize a group_t
45 group_create(group_t *g)
47 bzero(g, sizeof (group_t));
51 * Destroy a group_t
55 group_destroy(group_t *g)
67 * Empty a group_t
71 group_empty(group_t *g)
88 group_add(group_t *
[all...]
H A Dpghw.c66 * | (group_t) |
71 * || | (group_t) | | pghw_t | | pghw_t |
80 * || | (group_t) | | pghw_t | | pghw_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;
267 group_t *hwset;
315 group_t *hwse
[all...]
H A Dpg.c338 pg_cpu_find_pg(cpu_t *cp, group_t *set)
798 group_t *grp;
819 group_t *grp;
H A Dcpu_pm.c752 group_t *hwset;
H A Dcap_util.c456 group_t *cmt_pgs;
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dmpxio_rcm.c81 } group_t; typedef in typeref:struct:group
101 static int detect_client_change(rcm_handle_t *, int, int, group_t *, char *);
102 static int merge_clients(int *, char ***, group_t *);
109 static void free_group(group_t *);
129 static group_t *group_list;
472 group_t *group;
531 detect_client_change(rcm_handle_t *hdl, int cmd, int flags, group_t *group,
585 merge_clients(int *nclients, char ***clientsp, group_t *group)
606 * allocated strings in the group_t structs themselves.
655 group_t *grou
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgroup.c46 group_t group;
105 group_t group;
/illumos-gate/usr/src/uts/common/disp/
H A Dcmt_policy.c124 group_t *cmt_pgs, *siblings;
H A Dcmt.c334 group_t *children;
503 group_t *cmt_pgs;
722 kmem_zalloc(sizeof (group_t), KM_SLEEP);
773 group_t *pgs, *cmt_pgs;
886 group_t *pgs;
919 group_t *pgs;
977 group_t *pgs;
1045 group_t *pgs;
1259 group_t *hwset;
1311 group_t *hwse
[all...]
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dcpc_subr.c239 group_t *chips;

Completed in 89 milliseconds