Searched refs:tp_name_size (Results 1 – 1 of 1) sorted by relevance
38 int tp_name_size; /* Name size */ member59 kmem_free(tp->tp_name, tp->tp_name_size); in thread_generic_wrapper()90 tp->tp_name_size = strlen(name) + 1; in __thread_create()92 tp->tp_name = kmem_alloc(tp->tp_name_size, KM_PUSHPAGE); in __thread_create()98 strlcpy(tp->tp_name, name, tp->tp_name_size); in __thread_create()