Home
last modified time | relevance | path

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

/openbmc/linux/arch/xtensa/kernel/
H A Dsmp.c359 const char *short_text; member
362 { .short_text = "RES", .long_text = "Rescheduling interrupts" },
363 { .short_text = "CAL", .long_text = "Function call interrupts" },
364 { .short_text = "DIE", .long_text = "CPU shutdown interrupts" },
454 seq_printf(p, "%*s:", prec, ipi_text[i].short_text); in show_ipi_list()