HomeSort by relevance Sort by last modified time
    Searched refs:group_t (Results 1 - 13 of 13) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/sys/
group.h 50 } 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_t)
    [all...]
cmt.h 72 group_t cl_pgs; /* Top level group of active CMT PGs */
pghw.h 130 group_t *pghw_set_lookup(pghw_type_t);
pg.h 184 pg_t *pg_cpu_find_pg(cpu_t *, group_t *);
  /onnv/onnv-gate/usr/src/uts/common/os/
pghw.c 65 * | (group_t) |
70 * || | (group_t) | | pghw_t | | pghw_t |
79 * || | (group_t) | | pghw_t | | pghw_t |
106 static group_t *pg_hw; /* top level pg hw group */
132 static group_t *pghw_set_create(pghw_type_t);
133 static void pghw_set_add(group_t *, pghw_t *);
134 static void pghw_set_remove(group_t *, pghw_t *);
142 group_t *hwset;
180 group_t *hwset;
201 group_t *hwset
    [all...]
group.c 35 static void group_grow_set(group_t *);
36 static void group_shrink_set(group_t *);
40 * Initialize a group_t
43 group_create(group_t *g)
45 bzero(g, sizeof (group_t));
49 * Destroy a group_t
53 group_destroy(group_t *g)
65 * Empty a group_t
69 group_empty(group_t *g)
86 group_add(group_t *g, void *e, int gflag
    [all...]
pg.c 334 pg_cpu_find_pg(cpu_t *cp, group_t *set)
794 group_t *grp;
815 group_t *grp;
cpu_pm.c 748 group_t *hwset;
  /onnv/onnv-gate/usr/src/cmd/rcm_daemon/common/
mpxio_rcm.c 81 } 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 *group
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
group.c 46 group_t group;
105 group_t group;
  /onnv/onnv-gate/usr/src/uts/common/disp/
cmt.c 336 group_t *children;
490 group_t *cmt_pgs;
707 kmem_zalloc(sizeof (group_t), KM_SLEEP);
758 group_t *pgs, *cmt_pgs;
869 group_t *pgs;
902 group_t *pgs;
960 group_t *pgs;
1023 group_t *pgs;
1232 group_t *hwset;
1281 group_t *hwset
    [all...]
cmt_policy.c 124 group_t *cmt_pgs, *siblings;
  /onnv/onnv-gate/usr/src/uts/intel/ia32/os/
cpc_subr.c 267 group_t *chips;

Completed in 600 milliseconds