Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-thread.c36 char *tp_name; /* Name (without _thread suffix) */ member
56 kmem_free(tp->tp_name, tp->tp_name_size); in thread_generic_wrapper()
98 tp->tp_name = kmem_alloc(tp->tp_name_size, KM_PUSHPAGE); in __thread_create()
99 if (tp->tp_name == NULL) { in __thread_create()
104 strncpy(tp->tp_name, name, tp->tp_name_size); in __thread_create()
110 p = strstr(tp->tp_name, "_thread"); in __thread_create()
121 "%s", tp->tp_name); in __thread_create()