Home
last modified time | relevance | path

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

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