| /src/external/cddl/osnet/dist/uts/common/fs/ |
| vnode.c | 42 #include <sys/taskq.h> 84 * asynchronously using a taskq. This can avoid deadlocks caused by re-entering 93 vn_rele_async(vnode_t *vp, taskq_t *taskq) 99 VERIFY(taskq_dispatch((taskq_t *)taskq,
|
| /src/sys/dev/usb/ |
| usb.c | 409 struct usb_taskq *taskq; local 419 taskq = &usb_taskq[i]; 421 TAILQ_INIT(&taskq->tasks); 426 mutex_init(&taskq->lock, MUTEX_DEFAULT, IPL_USB); 427 cv_init(&taskq->cv, "usbtsk"); 428 taskq->name = taskq_names[i]; 429 taskq->current_task = NULL; 431 usb_task_thread, taskq, &taskq->task_thread_lwp, 432 "%s", taskq->name)) 567 struct usb_taskq *taskq; local 608 struct usb_taskq *taskq = &usb_taskq[queue]; local 647 struct usb_taskq *taskq; local 774 struct usb_taskq *taskq; local [all...] |
| /src/external/cddl/osnet/dist/uts/common/sys/ |
| taskq.h | 43 struct taskq { struct 53 typedef struct taskq taskq_t; 76 #define TASKQ_DC_BATCH 0x0010 /* Taskq uses SDC in batch mode */
|
| vnode.h | 371 struct taskq; 395 void vn_rele_async(struct vnode *vp, struct taskq *taskq); 405 #define VN_RELE_ASYNC(vp, taskq) { \ 406 vn_rele_async(vp, taskq); \
|
| /src/external/cddl/osnet/lib/libzpool/ |
| Makefile | 35 SRCS+= taskq.c util.c list.c u8_textprep.c
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| dsl_pool.h | 91 struct taskq *dp_vnrele_taskq;
|
| zfs_context.h | 48 #include <sys/taskq.h>
|
| /src/external/cddl/osnet/sys/kern/ |
| taskq.c | 1 /* $NetBSD: taskq.c,v 1.11 2019/08/20 08:12:50 hannken Exp $ */ 41 #include <sys/taskq.h> 49 struct taskq { struct 66 static specificdata_key_t taskq_lwp_key; /* Null or taskq this thread runs. */
|
| /src/external/cddl/osnet/dist/lib/libzpool/common/ |
| taskq.c | 39 struct taskq { struct
|
| /src/external/cddl/osnet/dist/uts/common/os/ |
| callb.c | 40 #include <sys/taskq.h> /* For TASKQ_NAMELEN */
|
| /src/external/cddl/osnet/sys/sys/ |
| vnode.h | 174 #define VN_RELE_ASYNC(vp, taskq) vrele_async((vp))
|
| /src/external/cddl/osnet/dist/lib/libzpool/common/sys/ |
| zfs_context.h | 393 typedef struct taskq taskq_t; 531 #define VN_RELE_ASYNC(vp, taskq) vn_close(vp, 0, NULL, NULL)
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| zfs_ioctl.c | 184 #include <sys/taskq.h>
|
| zfs_vnops.c | 43 #include <sys/taskq.h>
|
| /src/external/cddl/osnet/dist/uts/common/dtrace/ |
| dtrace.c | 110 #include <sys/taskq.h>
|