Home
last modified time | relevance | path

Searched refs:TP_MAGIC (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-thread.c51 ASSERT(tp->tp_magic == TP_MAGIC); in thread_generic_wrapper()
95 tp->tp_magic = TP_MAGIC; in __thread_create()
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dthread.h38 #define TP_MAGIC 0x53535353 macro