Searched refs:cpu_pg_deferred (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpg.h163 void pg_cpu_fini(cpu_t *, cpu_pg_t *cpu_pg_deferred);
/illumos-gate/usr/src/uts/common/os/
H A Dpg.c594 * If "cpu_pg_deferred" is non-NULL, it points to the CPU's PG data and
600 pg_cpu_fini(cpu_t *cp, cpu_pg_t *cpu_pg_deferred) argument
607 if (cpu_pg_deferred == NULL) {
624 cpu_pg = cpu_pg_deferred;

Completed in 45 milliseconds