Home
last modified time | relevance | path

Searched defs:thread_priv_s (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-thread.c36 typedef struct thread_priv_s { struct
37 unsigned long tp_magic; /* Magic */
38 int tp_name_size; /* Name size */
39 char *tp_name; /* Name (without _thread suffix) */
40 void (*tp_func)(void *); /* Registered function */
41 void *tp_args; /* Args to be passed to function */
42 size_t tp_len; /* Len to be passed to function */
43 int tp_state; /* State to start thread at */
44 pri_t tp_pri; /* Priority to start threat at */