Searched refs:zthr_name (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zthr.c | 232 const char *zthr_name; member 276 zthr_create(const char *zthr_name, zthr_checkfunc_t *checkfunc, in zthr_create() argument 279 return (zthr_create_timer(zthr_name, checkfunc, in zthr_create() 289 zthr_create_timer(const char *zthr_name, zthr_checkfunc_t *checkfunc, in zthr_create_timer() argument 303 t->zthr_name = zthr_name; in zthr_create_timer() 306 t->zthr_thread = thread_create_named(zthr_name, NULL, 0, in zthr_create_timer() 431 t->zthr_thread = thread_create_named(t->zthr_name, NULL, 0, in zthr_resume()
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | zthr.h | 28 extern zthr_t *zthr_create(const char *zthr_name, 31 extern zthr_t *zthr_create_timer(const char *zthr_name,
|