Lines Matching refs:pg_t
98 static pg_t *pg_alloc_default(pg_class_t);
99 static void pg_free_default(pg_t *);
337 pg_t *
340 pg_t *pg; in pg_cpu_find_pg()
362 pg_t *pg = itr->pg; in pg_cpu_next()
372 pg_cpu_find(pg_t *pg, cpu_t *cp) in pg_cpu_find()
384 pg_callback_set_defaults(pg_t *pg) in pg_callback_set_defaults()
393 pg_t *
396 pg_t *pg; in pg_create()
438 pg_destroy(pg_t *pg) in pg_destroy()
462 pg_cpu_add(pg_t *pg, cpu_t *cp, cpu_pg_t *cpu_pg) in pg_cpu_add()
489 pg_cpu_delete(pg_t *pg, cpu_t *cp, cpu_pg_t *cpu_pg) in pg_cpu_delete()
736 pg_policy_name(pg_t *pg) in pg_policy_name()
768 static pg_t *
771 return (kmem_zalloc(sizeof (pg_t), KM_SLEEP)); in pg_alloc_default()
778 kmem_free(pg, sizeof (pg_t)); in pg_free_default()
799 pg_t *pg; in pg_ev_thread_swtch()
820 pg_t *pg; in pg_ev_thread_remain()