table of contents
TRACEHOOK_FINISH_REL(9) | Kernel Internals | TRACEHOOK_FINISH_REL(9) |
NAME¶
tracehook_finish_release_task - final tracing clean-up
SYNOPSIS¶
void tracehook_finish_release_task(struct task_struct * task);
ARGUMENTS¶
task
task in EXIT_DEAD state
DESCRIPTION¶
This is called in release_task when task is being in the middle of being reaped. After this, there must be no tracing entanglements.
Called with write_lock_irq(tasklist_lock) held.
May 2024 | Kernel Hackers Manual 2.6. |