Lines Matching refs:pg
49 struct pg;
65 void (*thread_swtch)(struct pg *, struct cpu *, hrtime_t,
67 void (*thread_remain)(struct pg *, struct cpu *,
74 typedef struct pg { struct
86 struct pg *(*alloc)();
87 void (*free)(struct pg *);
96 int (*cpu_belongs)(struct pg *, struct cpu *);
97 char *(*policy_name)(struct pg *);
119 struct pg *cmt_lineage; /* Ascending lineage chain */
126 pg_t *pg; member
136 (itr).pg = ((pg_t *)pgrp); \