Home
last modified time | relevance | path

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

/Linux-v4.19/include/trace/events/
Dipi.h38 DECLARE_EVENT_CLASS(ipi_handler,
64 DEFINE_EVENT(ipi_handler, ipi_entry,
80 DEFINE_EVENT(ipi_handler, ipi_exit,
/Linux-v4.19/drivers/char/agp/
Dgeneric.c1307 static void ipi_handler(void *null) in ipi_handler() function
1314 if (on_each_cpu(ipi_handler, NULL, 1) != 0) in global_cache_flush()