Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dmsan.h59 void kmsan_thread_alloc(struct thread *);
78 #define kmsan_thread_alloc(td) macro
/freebsd/sys/kern/
H A Dkern_thread.c802 kmsan_thread_alloc(td); in thread_alloc()
819 kmsan_thread_alloc(td); in thread_recycle()
H A Dsubr_msan.c441 kmsan_thread_alloc(struct thread *td) in kmsan_thread_alloc() function