Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_proc.c115 static void fill_kinfo_thread(struct thread *td, struct kinfo_proc *kp,
1248 fill_kinfo_thread(struct thread *td, struct kinfo_proc *kp, int preferthread) in fill_kinfo_thread() function
1369 fill_kinfo_thread(FIRST_THREAD_IN_PROC(p), kp, 0); in fill_kinfo_proc()
1566 fill_kinfo_thread(td, &ki, 1); in kern_proc_out()