| /freebsd-14.2/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-thread.c | 76 struct task_struct *tsk; in __thread_create() local 112 tsk = spl_kthread_create(thread_generic_wrapper, (void *)tp, in __thread_create() 114 if (IS_ERR(tsk)) in __thread_create() 117 wake_up_process(tsk); in __thread_create() 118 return ((kthread_t *)tsk); in __thread_create() 130 struct task_struct *tsk; in spl_kthread_create() local 138 tsk = kthread_create(func, data, "%s", name); in spl_kthread_create() 139 if (IS_ERR(tsk)) { in spl_kthread_create() 144 if (PTR_ERR(tsk) == -ENOMEM) in spl_kthread_create() 148 return (tsk); in spl_kthread_create()
|
| H A D | spl-proc.c | 207 struct task_struct *tsk; in taskq_seq_show_impl() local 300 tsk = wq->private; in taskq_seq_show_impl() 301 seq_printf(f, " %d", tsk->pid); in taskq_seq_show_impl()
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | simd.h | 484 #define kfpu_initialize(tsk) do {} while (0) argument 514 #define kfpu_initialize(tsk) do {} while (0) argument 555 #define kfpu_initialize(tsk) do {} while (0) argument 589 #define kfpu_initialize(tsk) do {} while (0) argument
|
| /freebsd-14.2/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | simd.h | 46 #define kfpu_initialize(tsk) do {} while (0) argument
|
| H A D | simd_arm.h | 50 #define kfpu_initialize(tsk) do {} while (0) argument
|
| H A D | simd_powerpc.h | 55 #define kfpu_initialize(tsk) do {} while (0) argument
|
| H A D | simd_aarch64.h | 74 #define kfpu_initialize(tsk) do {} while (0) argument
|
| H A D | simd_x86.h | 41 #define kfpu_initialize(tsk) do {} while (0) argument
|
| /freebsd-14.2/sys/fs/nfs/ |
| H A D | nfs_commonport.c | 831 struct task tsk; member 863 TASK_INIT(&pio->tsk, 0, func, context); in nfs_pnfsio() 864 ret = taskqueue_enqueue(pnfsioq, &pio->tsk); in nfs_pnfsio()
|
| /freebsd-14.2/sys/fs/nfsserver/ |
| H A D | nfs_nfsdport.c | 4276 struct task tsk; member 4542 tsleep(&tdsc->tsk, PVFS, "srvdcr", timo); in nfsrv_pnfscreate() 4664 struct task tsk; member 4774 tsleep(&tdsrm->tsk, PVFS, "srvdsrm", timo); in nfsrv_pnfsremove() 5429 struct task tsk; member 5635 tsleep(&tdrpc->tsk, PVFS, "srvwrds", timo); in nfsrv_writedsrpc() 5652 struct task tsk; member 5794 tsleep(&tdrpc->tsk, PVFS, "srvalds", timo); in nfsrv_allocatedsrpc() 5812 struct task tsk; member 6072 struct task tsk; member [all …]
|
| /freebsd-14.2/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_itt.inl | 618 KMP_ITT_DEBUG_PRINT("[tsk sta] scan( %p )\n", object); 630 KMP_ITT_DEBUG_PRINT("[tsk end] spre( %p )\n", object);
|
| /freebsd-14.2/sys/fs/nfsclient/ |
| H A D | nfs_clrpcops.c | 109 struct task tsk; member 6552 tsleep(&tdrpc->tsk, PVFS, "clrpcio", in nfscl_doiods()
|
| /freebsd-14.2/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 8316 MH, which assumes that the SMTP session will succeed (tsk, tsk
|