Home
last modified time | relevance | path

Searched refs:kthread_t (Results 1 – 25 of 34) sorted by relevance

12

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dproc.h60 typedef struct thread kthread_t; typedef
66 static __inline kthread_t *
70 kthread_t *td = NULL; in do_thread_create()
H A Dvfs.h105 int mount_snapshot(kthread_t *td, vnode_t **vpp, const char *fstype,
H A Dtaskq.h107 extern int taskq_member(taskq_t *, kthread_t *);
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzrlock.h41 kthread_t *zr_owner;
56 extern kthread_t *zrl_owner(zrlock_t *);
H A Dtxg_impl.h115 kthread_t *tx_sync_thread;
116 kthread_t *tx_quiesce_thread;
H A Dvdev_impl.h273 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 Dvdev_removal.h36 kthread_t *svr_thread;
H A Dmmp.h43 kthread_t *mmp_thread;
H A Dzfs_context.h220 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 Drrwlock.h61 kthread_t *rr_writer;
H A Dspa_impl.h142 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 Dspl-thread.c55 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 Dtrace_zrlock.h46 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 Drwlock.h45 kthread_t *rw_owner;
65 static inline kthread_t *
H A Dtsd.h37 extern void *tsd_get_by_thread(uint_t, kthread_t *);
H A Dtypes.h44 typedef struct task_struct kthread_t; typedef
H A Dthread.h64 extern kthread_t *__thread_create(caddr_t stk, size_t stksize,
H A Dtaskq.h157 extern int taskq_member(taskq_t *, kthread_t *);
H A Dmutex.h43 kthread_t *m_owner;
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzrlock.c87 kthread_t *, curthread, in zrl_add_impl()
176 kthread_t *
H A Dzthr.c199 kthread_t *zthr_thread;
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dtaskq.c284 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 Dspl_vfs.c122 mount_snapshot(kthread_t *td, vnode_t **vpp, const char *fstype, char *fspath, in mount_snapshot()
H A Dspl_taskq.c256 taskq_member(taskq_t *tq, kthread_t *thread) in taskq_member()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/
H A Dmodctl.h383 kthread_t *mod_inprogress_thread;

12