Searched refs:TQ_SLEEP (Results 1 – 11 of 11) sorted by relevance
| /NextBSD/sys/cddl/compat/opensolaris/kern/ |
| HD | opensolaris_taskq.c | 120 if ((flags & (TQ_SLEEP | TQ_NOQUEUE)) == TQ_SLEEP) in taskq_dispatch()
|
| /NextBSD/sys/kern/ |
| HD | subr_taskqueue.c | 116 TQ_SLEEP(struct taskqueue *tq, void *p, struct mtx *m, int pri, const char *wm, in TQ_SLEEP() function 193 TQ_SLEEP(tq, pp, &tq->tq_mutex, PWAIT, "taskqueue_destroy", 0); in taskqueue_terminate() 355 TQ_SLEEP(queue, &t_barrier, &queue->tq_mutex, PWAIT, "-", 0); in taskqueue_drain_tq_queue() 381 TQ_SLEEP(queue, &tb_marker, &queue->tq_mutex, PWAIT, "-", 0); in taskqueue_drain_tq_active() 537 TQ_SLEEP(queue, task, &queue->tq_mutex, PWAIT, "-", 0); in taskqueue_drain() 708 TQ_SLEEP(tq, tq, &tq->tq_mutex, 0, "-", 0); in taskqueue_thread_loop()
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/ |
| HD | vnode.c | 99 (task_func_t *)vn_rele_inactive, vp, TQ_SLEEP) != 0); in vn_rele_async()
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| HD | taskq.h | 69 #define TQ_SLEEP 0x00 /* Can block for memory */ macro
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | vdev_file.c | 203 TQ_SLEEP), !=, 0); in vdev_file_io_start()
|
| HD | txg.c | 448 txg_do_callbacks, cb_list, TQ_SLEEP); in txg_dispatch_callbacks()
|
| HD | dmu_objset.c | 1663 dmu_objset_find_dp_cb, child_dcp, TQ_SLEEP); in dmu_objset_find_dp_impl() 1808 (void) taskq_dispatch(tq, dmu_objset_find_dp_cb, dcp, TQ_SLEEP); in dmu_objset_find_dp()
|
| HD | metaslab.c | 1698 msp, TQ_SLEEP) != 0); in metaslab_group_preload()
|
| HD | vdev.c | 1223 TQ_SLEEP) != 0); in vdev_open_children()
|
| /NextBSD/cddl/contrib/opensolaris/lib/libzpool/common/sys/ |
| HD | zfs_context.h | 402 #define TQ_SLEEP KM_SLEEP /* Can block for memory */ macro
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
| HD | dtrace.c | 8749 (task_func_t *)dtrace_enabling_reap, NULL, TQ_SLEEP); 16381 (task_func_t *)dtrace_enabling_matchall, NULL, TQ_SLEEP);
|