Home
last modified time | relevance | path

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

/linux/include/asm-generic/
A Dbug.h233 # define WARN_ON_FUNCTION_MISMATCH(x, fn) ({ 0; }) macro
235 # define WARN_ON_FUNCTION_MISMATCH(x, fn) WARN_ON_ONCE((x) != (fn)) macro
/linux/kernel/
A Dkthread.c993 WARN_ON_FUNCTION_MISMATCH(timer->function, in __kthread_queue_delayed_work()
A Dworkqueue.c1656 WARN_ON_FUNCTION_MISMATCH(timer->function, delayed_work_timer_fn); in __queue_delayed_work()

Completed in 19 milliseconds