Lines Matching refs:high
53 struct __btrfs_workqueue *high; member
149 ret->high = __btrfs_alloc_workqueue(fs_info, name, flags, in btrfs_alloc_workqueue()
151 if (!ret->high) { in btrfs_alloc_workqueue()
374 if (test_bit(WORK_HIGH_PRIO_BIT, &work->flags) && wq->high) in btrfs_queue_work()
375 dest_wq = wq->high; in btrfs_queue_work()
393 if (wq->high) in btrfs_destroy_workqueue()
394 __btrfs_destroy_workqueue(wq->high); in btrfs_destroy_workqueue()
404 if (wq->high) in btrfs_workqueue_set_max()
405 wq->high->limit_active = limit_active; in btrfs_workqueue_set_max()
415 if (wq->high) in btrfs_flush_workqueue()
416 flush_workqueue(wq->high->normal_wq); in btrfs_flush_workqueue()