Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/apic/
H A Dvector.c48 static void vector_cleanup_callback(struct timer_list *tmr);
57 .timer = __TIMER_INITIALIZER(vector_cleanup_callback, TIMER_PINNED),
999 static void vector_cleanup_callback(struct timer_list *tmr) in vector_cleanup_callback() function