Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dtimer.h76 #define __TIMER_INITIALIZER(_function, _flags) { \ macro
86 __TIMER_INITIALIZER(_function, 0)
Dkthread.h151 .timer = __TIMER_INITIALIZER(kthread_delayed_work_timer_fn,\
Dworkqueue.h241 .timer = __TIMER_INITIALIZER(delayed_work_timer_fn,\
/linux-6.6.21/arch/x86/kernel/apic/
Dvector.c57 .timer = __TIMER_INITIALIZER(vector_cleanup_callback, TIMER_PINNED),
/linux-6.6.21/drivers/char/
Drandom.c1010 .mix = __TIMER_INITIALIZER(mix_interrupt_randomness, 0)