Searched refs:tsk (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-thread.c | 84 struct task_struct *tsk; in __thread_create() local 120 tsk = spl_kthread_create(thread_generic_wrapper, (void *)tp, in __thread_create() 122 if (IS_ERR(tsk)) in __thread_create() 125 wake_up_process(tsk); in __thread_create() 126 return ((kthread_t *)tsk); in __thread_create() 138 struct task_struct *tsk; in spl_kthread_create() local 146 tsk = kthread_create(func, data, "%s", name); in spl_kthread_create() 147 if (IS_ERR(tsk)) { in spl_kthread_create() 152 if (PTR_ERR(tsk) == -ENOMEM) in spl_kthread_create() 156 return (tsk); in spl_kthread_create()
|
| H A D | spl-proc.c | 253 struct task_struct *tsk; in taskq_seq_show_impl() local 346 tsk = wq->private; in taskq_seq_show_impl() 347 seq_printf(f, " %d", tsk->pid); in taskq_seq_show_impl()
|
| /f-stack/dpdk/kernel/linux/kni/ |
| H A D | kni_dev.h | 94 static inline phys_addr_t iova_to_phys(struct task_struct *tsk, in iova_to_phys() argument 105 ret = get_user_pages_remote(tsk, tsk->mm, iova, 1, in iova_to_phys() 108 ret = get_user_pages_remote(tsk->mm, iova, 1, in iova_to_phys() 120 static inline void *iova_to_kva(struct task_struct *tsk, unsigned long iova) in iova_to_kva() argument 122 return phys_to_virt(iova_to_phys(tsk, iova)); in iova_to_kva()
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | simd.h | 449 #define kfpu_initialize(tsk) do {} while (0) argument 456 #define kfpu_initialize(tsk) do {} while (0) argument 496 #define kfpu_initialize(tsk) do {} while (0) argument
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | simd.h | 37 #define kfpu_initialize(tsk) do {} while (0) argument
|
| H A D | simd_x86.h | 41 #define kfpu_initialize(tsk) do {} while (0) argument
|