Lines Matching defs:pg_t
80 } pg_t;
126 pg_t *pg;
136 (itr).pg = ((pg_t *)pgrp); \
143 (GROUP_SIZE(&((pg_t *)pgrp)->pg_cpus) > 0 ? \
144 GROUP_ACCESS(&((pg_t *)pgrp)->pg_cpus, 0) : NULL)
180 pg_t *pg_create(pg_cid_t);
181 void pg_destroy(pg_t *);
182 void pg_cpu_add(pg_t *, cpu_t *, cpu_pg_t *);
183 void pg_cpu_delete(pg_t *, cpu_t *, cpu_pg_t *);
184 pg_t *pg_cpu_find_pg(cpu_t *, group_t *);
186 boolean_t pg_cpu_find(pg_t *, cpu_t *);
191 void pg_callback_set_defaults(pg_t *);
198 char *pg_policy_name(pg_t *);