Home
last modified time | relevance | path

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

/freebsd-14.2/sys/riscv/riscv/
H A Dvm_machdep.c228 cpu_thread_free(struct thread *td) in cpu_thread_free() function
/freebsd-14.2/sys/arm/arm/
H A Dvm_machdep.c274 cpu_thread_free(struct thread *td) in cpu_thread_free() function
/freebsd-14.2/sys/arm64/arm64/
H A Dvm_machdep.c274 cpu_thread_free(struct thread *td) in cpu_thread_free() function
/freebsd-14.2/sys/i386/i386/
H A Dvm_machdep.c408 cpu_thread_free(struct thread *td) in cpu_thread_free() function
/freebsd-14.2/sys/amd64/amd64/
H A Dvm_machdep.c408 cpu_thread_free(struct thread *td) in cpu_thread_free() function
/freebsd-14.2/sys/sys/
H A Dproc.h1257 void cpu_thread_free(struct thread *);
/freebsd-14.2/sys/powerpc/powerpc/
H A Dexec_machdep.c1089 cpu_thread_free(struct thread *td) in cpu_thread_free() function
/freebsd-14.2/sys/kern/
H A Dkern_thread.c829 cpu_thread_free(td); in thread_free_batched()