Searched refs:kthread_t (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/
H A Derr.D_XLATE_REDECL.ResultDynType.d38 translator lwpsinfo_t < kthread_t *T >
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dzrlock.h40 kthread_t *zr_owner;
55 extern kthread_t *zrl_owner(zrlock_t *);
H A Dtxg_impl.h114 kthread_t *tx_sync_thread;
115 kthread_t *tx_quiesce_thread;
H A Dvdev_removal.h36 kthread_t *svr_thread;
H A Dmmp.h43 kthread_t *mmp_thread;
H A Dspa_impl.h155 kthread_t *scl_writer;
200 kthread_t *sti_thread;
246 kthread_t *spa_export_thread; /* valid during pool export */
247 kthread_t *spa_load_thread; /* loading, no namespace lock */
332 kthread_t *spa_async_thread; /* thread doing async task */
H A Dvdev_impl.h258 kthread_t *vdev_open_thread; /* thread opening children */
259 kthread_t *vdev_validate_thread; /* thread validating children */
296 kthread_t *vdev_initialize_thread;
315 kthread_t *vdev_autotrim_thread;
319 kthread_t *vdev_trim_thread;
336 kthread_t *vdev_rebuild_thread;
H A Drrwlock.h61 kthread_t *rr_writer;
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtsd.h37 extern void *tsd_get_by_thread(uint_t, kthread_t *);
H A Dtypes.h46 typedef struct task_struct kthread_t; typedef in typeref:struct:task_struct
H A Drwlock.h45 kthread_t *rw_owner;
65 static inline kthread_t *
H A Dtaskq.h154 kthread_t ***);
160 extern int taskq_member(taskq_t *, kthread_t *);
H A Dthread.h62 extern kthread_t *__thread_create(caddr_t stk, size_t stksize,
H A Dmutex.h43 kthread_t *m_owner;
/freebsd-current/sys/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), \
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dproc.h60 typedef struct thread kthread_t; typedef in typeref:struct:thread
66 static __inline kthread_t *
70 kthread_t *td = NULL;
H A Dtaskq.h98 kthread_t ***);
110 extern int taskq_member(taskq_t *, kthread_t *);
H A Dvfs.h103 int mount_snapshot(kthread_t *td, vnode_t **vpp, const char *fstype,
/freebsd-current/sys/cddl/dev/dtrace/
H A Ddtrace_vtime.c82 dtrace_vtime_switch(kthread_t *next)
/freebsd-current/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-thread.c56 set_user_nice((kthread_t *)current, PRIO_TO_NICE(tp->tp_pri));
71 kthread_t *
118 return ((kthread_t *)tsk);
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzrlock.c87 kthread_t *, curthread,
176 kthread_t *
/freebsd-current/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dtaskq.h100 int taskq_member(taskq_t *, kthread_t *);
/freebsd-current/sys/cddl/compat/opensolaris/sys/
H A Dvfs.h100 int mount_snapshot(kthread_t *td, vnode_t **vpp, const char *fstype,
/freebsd-current/sys/contrib/openzfs/lib/libzpool/
H A Dtaskq.c287 tq->tq_threadlist = kmem_alloc(nthreads * sizeof (kthread_t *),
329 kmem_free(tq->tq_threadlist, nthreads * sizeof (kthread_t *));
342 * and return an array of nthreads kthread_t pointers, one for each
348 int minalloc, int maxalloc, uint_t flags, kthread_t ***ktpp)
351 kthread_t **kthreads = kmem_zalloc(sizeof (*kthreads) * nthreads,
371 taskq_member(taskq_t *tq, kthread_t *t)
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c258 kthread_t *tqa_thread;
280 * and return an array of nthreads kthread_t pointers, one for each
286 int minalloc, int maxalloc, uint_t flags, kthread_t ***ktpp)
290 kthread_t **kthreads = kmem_zalloc(sizeof (*kthreads) * nthreads,
337 taskq_member(taskq_t *tq, kthread_t *thread)

Completed in 397 milliseconds

12