Searched refs:zthr_name (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/sys/contrib/openzfs/module/zfs/ |
| HD | zthr.c | 231 const char *zthr_name; member 275 zthr_create(const char *zthr_name, zthr_checkfunc_t *checkfunc, in zthr_create() argument 278 return (zthr_create_timer(zthr_name, checkfunc, in zthr_create() 288 zthr_create_timer(const char *zthr_name, zthr_checkfunc_t *checkfunc, in zthr_create_timer() argument 302 t->zthr_name = zthr_name; in zthr_create_timer() 305 t->zthr_thread = thread_create_named(zthr_name, NULL, 0, in zthr_create_timer() 430 t->zthr_thread = thread_create_named(t->zthr_name, NULL, 0, in zthr_resume()
|
| /freebsd-14-stable/sys/contrib/openzfs/include/sys/ |
| HD | zthr.h | 27 extern zthr_t *zthr_create(const char *zthr_name, 30 extern zthr_t *zthr_create_timer(const char *zthr_name,
|