Searched refs:zthr_name (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zthr.c | 227 const char *zthr_name; member 271 zthr_create(const char *zthr_name, zthr_checkfunc_t *checkfunc, in zthr_create() argument 274 return (zthr_create_timer(zthr_name, checkfunc, in zthr_create() 284 zthr_create_timer(const char *zthr_name, zthr_checkfunc_t *checkfunc, in zthr_create_timer() argument 298 t->zthr_name = zthr_name; in zthr_create_timer() 300 t->zthr_thread = thread_create_named(zthr_name, NULL, 0, in zthr_create_timer() 425 t->zthr_thread = thread_create_named(t->zthr_name, NULL, 0, in zthr_resume()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zthr.h | 27 extern zthr_t *zthr_create(const char *zthr_name, 29 extern zthr_t *zthr_create_timer(const char *zthr_name,
|