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.