Home
last modified time | relevance | path

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

/freebsd-13.1/sys/riscv/riscv/
H A Dvm_machdep.c228 cpu_thread_free(struct thread *td) in cpu_thread_free() function
/freebsd-13.1/sys/arm/arm/
H A Dvm_machdep.c269 cpu_thread_free(struct thread *td) in cpu_thread_free() function
/freebsd-13.1/sys/arm64/arm64/
H A Dvm_machdep.c265 cpu_thread_free(struct thread *td) in cpu_thread_free() function
/freebsd-13.1/sys/i386/i386/
H A Dvm_machdep.c401 cpu_thread_free(struct thread *td) in cpu_thread_free() function
/freebsd-13.1/sys/amd64/amd64/
H A Dvm_machdep.c395 cpu_thread_free(struct thread *td) in cpu_thread_free() function
/freebsd-13.1/sys/mips/mips/
H A Dvm_machdep.c220 cpu_thread_free(struct thread *td) in cpu_thread_free() function
/freebsd-13.1/sys/powerpc/powerpc/
H A Dexec_machdep.c1008 cpu_thread_free(struct thread *td) in cpu_thread_free() function
/freebsd-13.1/sys/sys/
H A Dproc.h1174 void cpu_thread_free(struct thread *);
/freebsd-13.1/sys/kern/
H A Dkern_thread.c793 cpu_thread_free(td); in thread_free_batched()