Home
last modified time | relevance | path

Searched refs:__cleanup_sighand (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/include/linux/sched/
Dsignal.h627 extern void __cleanup_sighand(struct sighand_struct *);
/linux-6.12.1/kernel/
Dfork.c1811 void __cleanup_sighand(struct sighand_struct *sighand) in __cleanup_sighand() function
2641 __cleanup_sighand(p->sighand); in copy_process()
Dexit.c212 __cleanup_sighand(sighand); in __exit_signal()
/linux-6.12.1/fs/
Dexec.c1187 __cleanup_sighand(oldsighand); in unshare_sighand()