Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dasan.h62 void kasan_thread_alloc(struct thread *);
67 #define kasan_thread_alloc(t) macro
/freebsd/sys/kern/
H A Dkern_thread.c801 kasan_thread_alloc(td); in thread_alloc()
818 kasan_thread_alloc(td); in thread_recycle()
H A Dsubr_asan.c299 kasan_thread_alloc(struct thread *td) in kasan_thread_alloc() function