Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drethook.h100 void rethook_flush_task(struct task_struct *tk);
102 #define rethook_flush_task(tsk) do { } while (0) macro
/openbmc/linux/kernel/trace/
H A Drethook.c21 void rethook_flush_task(struct task_struct *tk) in rethook_flush_task() function
/openbmc/linux/kernel/
H A Dexit.c223 rethook_flush_task(tsk); in delayed_put_task_struct()