Lines Matching refs:high
53 struct __btrfs_workqueue *high; member
151 ret->high = __btrfs_alloc_workqueue(fs_info, name, flags, in btrfs_alloc_workqueue()
153 if (!ret->high) { in btrfs_alloc_workqueue()
381 if (test_bit(WORK_HIGH_PRIO_BIT, &work->flags) && wq->high) in btrfs_queue_work()
382 dest_wq = wq->high; in btrfs_queue_work()
400 if (wq->high) in btrfs_destroy_workqueue()
401 __btrfs_destroy_workqueue(wq->high); in btrfs_destroy_workqueue()
411 if (wq->high) in btrfs_workqueue_set_max()
412 wq->high->limit_active = limit_active; in btrfs_workqueue_set_max()
422 if (wq->high) in btrfs_flush_workqueue()
423 flush_workqueue(wq->high->normal_wq); in btrfs_flush_workqueue()