Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-thread.c43 } thread_priv_t; typedef
48 thread_priv_t *tp = (thread_priv_t *)arg; in thread_generic_wrapper()
58 kmem_free(tp, sizeof (thread_priv_t)); in thread_generic_wrapper()
75 thread_priv_t *tp; in __thread_create()
83 tp = kmem_alloc(sizeof (thread_priv_t), KM_PUSHPAGE); in __thread_create()
92 kmem_free(tp, sizeof (thread_priv_t)); in __thread_create()