Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dworkqueue.h316 #define __INIT_DELAYED_WORK(_work, _func, _tflags) \ argument
321 (_tflags) | TIMER_IRQSAFE); \
324 #define __INIT_DELAYED_WORK_ONSTACK(_work, _func, _tflags) \ argument
329 (_tflags) | TIMER_IRQSAFE); \
/linux-6.15/kernel/trace/
H A Dtrace_functions_graph.c832 #define print_graph_retaddr(_seq, _entry, _tflags, _comment) do { } while (0) argument