]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
proc: eliminate the zombproc list
authormjg <mjg@FreeBSD.org>
Wed, 28 Aug 2019 16:18:23 +0000 (16:18 +0000)
committermjg <mjg@FreeBSD.org>
Wed, 28 Aug 2019 16:18:23 +0000 (16:18 +0000)
commit02285c0ca1673233e5fe971d1ffeba34393728c3
tree2c9882c9d0e81f093d0d8874379ecf24fddf4784
parenta09bafca05a828b374ab2dc6aee02f1a46fb83db
proc: eliminate the zombproc list

It is not needed by anything in the kernel and it slightly drives up contention
on both proctree and allproc locks.

Reviewed by: kib
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D21447
sys/ddb/db_ps.c
sys/ddb/db_thread.c
sys/kern/kern_exit.c
sys/kern/kern_proc.c
sys/kern/kern_racct.c
sys/sys/proc.h