Home
last modified time | relevance | path

Searched refs:TQ_SLEEP (Results 1 – 25 of 26) sorted by relevance

12

/f-stack/freebsd/kern/
H A Dsubr_taskqueue.c122 TQ_SLEEP(struct taskqueue *tq, void *p, const char *wm) in TQ_SLEEP() function
129 #define TQ_SLEEP(a, b, c) break; macro
204 TQ_SLEEP(tq, pp, "tq_destroy"); in taskqueue_terminate()
389 TQ_SLEEP(queue, &t_barrier, "tq_qdrain"); in taskqueue_drain_tq_queue()
415 TQ_SLEEP(queue, tb->tb_running, "tq_adrain"); in taskqueue_drain_tq_active()
587 TQ_SLEEP(queue, task, "tq_drain"); in taskqueue_drain()
819 TQ_SLEEP(tq, tq, "-"); in taskqueue_thread_loop()
H A Dsubr_gtaskqueue.c118 TQ_SLEEP(struct gtaskqueue *tq, void *p, const char *wm) in TQ_SLEEP() function
168 TQ_SLEEP(tq, pp, "gtq_destroy"); in gtaskqueue_terminate()
286 TQ_SLEEP(queue, &t_barrier, "gtq_qdrain"); in gtaskqueue_drain_tq_queue()
311 TQ_SLEEP(queue, tb->tb_running, "gtq_adrain"); in gtaskqueue_drain_tq_active()
420 TQ_SLEEP(queue, gtask, "gtq_drain"); in gtaskqueue_drain_locked()
555 TQ_SLEEP(tq, tq, "-"); in gtaskqueue_thread_loop()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c332 if ((flags & (TQ_SLEEP | TQ_NOQUEUE)) == TQ_SLEEP) in taskq_dispatch_delay()
361 if ((flags & (TQ_SLEEP | TQ_NOQUEUE)) == TQ_SLEEP) in taskq_dispatch()
H A Dspl_vfs.c284 (task_func_t *)vrele, vp, TQ_SLEEP) != 0); in vn_rele_async()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtaskq.h76 #define TQ_SLEEP 0x00 /* Can block for memory */ macro
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dvdev_file.c268 vdev_file_io_fsync, zio, TQ_SLEEP), !=, in vdev_file_io_start()
298 TQ_SLEEP), !=, TASKQID_INVALID); in vdev_file_io_start()
H A Darc_os.c518 ap, TQ_SLEEP) == TASKQID_INVALID) { in arc_prune_async()
H A Dzpl_xattr.c1458 NULL, TQ_SLEEP, new_time); in zpl_posix_acl_free()
1484 NULL, TQ_SLEEP, ddi_get_lbolt() + ACL_REL_SCHED); in zpl_posix_acl_release_impl()
H A Dzfs_ctldir.c381 snapentry_expire, se, TQ_SLEEP, ddi_get_lbolt() + delay * HZ); in zfsctl_snapshot_unmount_delay_impl()
H A Dzfs_dir.c552 zfs_unlinked_drain_task, zfsvfs, TQ_SLEEP); in zfs_unlinked_drain()
H A Dzfs_vnops_os.c403 (task_func_t *)iput, ip, TQ_SLEEP) != TASKQID_INVALID); in zfs_zrele_async()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzvol.c1022 TQ_SLEEP); in zvol_create_snap_minor_cb()
1064 TQ_SLEEP); in zvol_create_minors_cb()
1235 (task_func_t *)ops->zv_free, zv, TQ_SLEEP); in zvol_remove_minors_impl()
1526 task, TQ_SLEEP); in zvol_set_snapdev_sync_cb()
1612 task, TQ_SLEEP); in zvol_set_volmode_sync_cb()
1672 id = taskq_dispatch(spa->spa_zvol_taskq, zvol_task_cb, task, TQ_SLEEP); in zvol_remove_minors()
1688 id = taskq_dispatch(spa->spa_zvol_taskq, zvol_task_cb, task, TQ_SLEEP); in zvol_rename_minors()
H A Ddmu_objset.c1469 dmu_objset_upgrade_task_cb, os, TQ_SLEEP); in dmu_objset_upgrade()
2628 dmu_objset_find_dp_cb, child_dcp, TQ_SLEEP); in dmu_objset_find_dp_impl()
2788 (void) taskq_dispatch(tq, dmu_objset_find_dp_cb, dcp, TQ_SLEEP); in dmu_objset_find_dp()
H A Dtxg.c461 txg_do_callbacks, cb_list, TQ_SLEEP); in txg_dispatch_callbacks()
H A Dzfs_fm.c246 system_delay_taskq, zfs_ereport_cleaner, NULL, TQ_SLEEP, in zfs_ereport_schedule_cleaner()
H A Ddsl_scan.c3135 TQ_SLEEP) != TASKQID_INVALID); in scan_io_queues_run()
3700 dsl_scan_prefetch_thread, scn, TQ_SLEEP); in dsl_scan_sync()
H A Dspa_misc.c615 spa_deadman, spa, TQ_SLEEP, ddi_get_lbolt() + in spa_deadman()
H A Dvdev.c1694 cvd, TQ_SLEEP) != TASKQID_INVALID); in vdev_open_children_impl()
H A Dmetaslab.c3481 msp, TQ_SLEEP) != TASKQID_INVALID); in metaslab_group_preload()
H A Dzfs_ioctl.c5355 ZIO_TASKQ_ISSUE, dump_bytes_cb, &dbi, TQ_SLEEP); in dump_bytes()
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dtaskq.h51 #define TQ_SLEEP 0x00000000 macro
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Darc_os.c189 taskq_dispatch(arc_prune_taskq, arc_prune_task, adjustptr, TQ_SLEEP); in arc_prune_async()
H A Dvdev_file.c285 TQ_SLEEP), !=, 0); in vdev_file_io_start()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h490 #define TQ_SLEEP KM_SLEEP /* Can block for memory */
/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c679 sreq, TQ_SLEEP); in kcf_submit_request()

12