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

/illumos-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_cpu.c328 cpu->cpu_uec_flush = 0;
333 cpu_uec_flush(fmd_hdl_t *hdl, cmd_cpu_t *cpu) function
381 if (cpu->cpu_uec_flush != 0)
382 fmd_timer_remove(hdl, cpu->cpu_uec_flush);
384 cpu->cpu_uec_flush = fmd_timer_install(hdl,
442 cpu_uec_flush(hdl, cpu);
2022 cpu_uec_flush(hdl, cpu);
2248 if (cpu->cpu_uec_flush == id) {
2321 cpu_uec_flush(hdl, cpu);
H A Dcmd_cpu.h404 id_t cpu_uec_flush; /* Timer ID for UE cache flush */ member in struct:cmd_cpu

Completed in 63 milliseconds