Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/i386/
H A Dvm_machdep.c321 cpu_thread_clean(struct thread *td) in cpu_thread_clean() function
369 cpu_thread_clean(td); in cpu_thread_free()
500 cpu_thread_clean(td); in cpu_set_upcall()
/f-stack/freebsd/amd64/amd64/
H A Dvm_machdep.c320 cpu_thread_clean(struct thread *td) in cpu_thread_clean() function
368 cpu_thread_clean(td); in cpu_thread_free()
632 cpu_thread_clean(td); in cpu_set_upcall()
/f-stack/freebsd/arm/arm/
H A Dvm_machdep.c274 cpu_thread_clean(struct thread *td) in cpu_thread_clean() function
/f-stack/freebsd/arm64/arm64/
H A Dvm_machdep.c256 cpu_thread_clean(struct thread *td) in cpu_thread_clean() function
/f-stack/freebsd/mips/mips/
H A Dvm_machdep.c233 cpu_thread_clean(struct thread *td) in cpu_thread_clean() function
/f-stack/freebsd/sys/
H A Dproc.h1151 void cpu_thread_clean(struct thread *);
/f-stack/freebsd/kern/
H A Dkern_thread.c976 cpu_thread_clean(td); in thread_wait()