MCPcopy Create free account
hub / github.com/F-Stack/f-stack / pfind_any

Function pfind_any

freebsd/kern/kern_proc.c:473–478  ·  view source on GitHub ↗

* Same as pfind but allow zombies. */

Source from the content-addressed store, hash-verified

471 * Same as pfind but allow zombies.
472 */
473struct proc *
474pfind_any(pid_t pid)
475{
476
477 return (_pfind(pid, true));
478}
479
480/*
481 * Locate a process group by number.

Callers 4

filt_procattachFunction · 0.70
kern_killFunction · 0.70
kern_sigqueueFunction · 0.70
pgetFunction · 0.70

Calls 1

_pfindFunction · 0.85

Tested by

no test coverage detected