| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | proc.h | 60 typedef struct thread kthread_t; typedef 66 static __inline kthread_t * 70 kthread_t *td = NULL; in do_thread_create()
|
| H A D | vfs.h | 105 int mount_snapshot(kthread_t *td, vnode_t **vpp, const char *fstype,
|
| H A D | taskq.h | 107 extern int taskq_member(taskq_t *, kthread_t *);
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zrlock.h | 41 kthread_t *zr_owner; 56 extern kthread_t *zrl_owner(zrlock_t *);
|
| H A D | txg_impl.h | 115 kthread_t *tx_sync_thread; 116 kthread_t *tx_quiesce_thread;
|
| H A D | vdev_impl.h | 273 kthread_t *vdev_open_thread; /* thread opening children */ 306 kthread_t *vdev_initialize_thread; 324 kthread_t *vdev_autotrim_thread; 328 kthread_t *vdev_trim_thread; 345 kthread_t *vdev_rebuild_thread;
|
| H A D | vdev_removal.h | 36 kthread_t *svr_thread;
|
| H A D | mmp.h | 43 kthread_t *mmp_thread;
|
| H A D | zfs_context.h | 220 typedef pthread_t kthread_t; 249 extern kthread_t *zk_thread_create(void (*func)(void *), void *arg, 469 kthread_t **tq_threadlist; 516 extern int taskq_member(taskq_t *, kthread_t *);
|
| H A D | rrwlock.h | 61 kthread_t *rr_writer;
|
| H A D | spa_impl.h | 142 kthread_t *scl_writer; 300 kthread_t *spa_async_thread; /* thread doing async task */
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-thread.c | 55 set_user_nice((kthread_t *)current, PRIO_TO_NICE(tp->tp_pri)); in thread_generic_wrapper() 79 kthread_t * 126 return ((kthread_t *)tsk); in __thread_create()
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/ |
| H A D | trace_zrlock.h | 46 TP_PROTO(zrlock_t *zrl, kthread_t *owner, uint32_t n), 77 TP_PROTO(zrlock_t *zrl, kthread_t *owner, uint32_t n), \
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | rwlock.h | 45 kthread_t *rw_owner; 65 static inline kthread_t *
|
| H A D | tsd.h | 37 extern void *tsd_get_by_thread(uint_t, kthread_t *);
|
| H A D | types.h | 44 typedef struct task_struct kthread_t; typedef
|
| H A D | thread.h | 64 extern kthread_t *__thread_create(caddr_t stk, size_t stksize,
|
| H A D | taskq.h | 157 extern int taskq_member(taskq_t *, kthread_t *);
|
| H A D | mutex.h | 43 kthread_t *m_owner;
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zrlock.c | 87 kthread_t *, curthread, in zrl_add_impl() 176 kthread_t *
|
| H A D | zthr.c | 199 kthread_t *zthr_thread;
|
| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | taskq.c | 284 tq->tq_threadlist = kmem_alloc(nthreads * sizeof (kthread_t *), in taskq_create() 324 kmem_free(tq->tq_threadlist, nthreads * sizeof (kthread_t *)); in taskq_destroy() 336 taskq_member(taskq_t *tq, kthread_t *t) in taskq_member()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_vfs.c | 122 mount_snapshot(kthread_t *td, vnode_t **vpp, const char *fstype, char *fspath, in mount_snapshot()
|
| H A D | spl_taskq.c | 256 taskq_member(taskq_t *tq, kthread_t *thread) in taskq_member()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/include/sys/ |
| H A D | modctl.h | 383 kthread_t *mod_inprogress_thread;
|