Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dprofile.h76 int profile_handoff_task(struct task_struct * task);
134 #define profile_handoff_task(a) (0) macro
/Linux-v4.19/kernel/
Dprofile.c145 int profile_handoff_task(struct task_struct *task) in profile_handoff_task() function
Dfork.c688 if (!profile_handoff_task(tsk)) in __put_task_struct()