Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_proc.c109 static void fill_kinfo_thread(struct thread *td, struct kinfo_proc *kp,
1216 fill_kinfo_thread(struct thread *td, struct kinfo_proc *kp, int preferthread) in fill_kinfo_thread() function
1334 fill_kinfo_thread(FIRST_THREAD_IN_PROC(p), kp, 0); in fill_kinfo_proc()
1530 fill_kinfo_thread(td, &ki, 1); in kern_proc_out()