Lines Matching refs:normal
52 struct __btrfs_workqueue *normal;
69 * We could compare wq->normal->pending with num_online_cpus()
74 if (wq->normal->thresh == NO_THRESHOLD)
77 return atomic_read(&wq->normal->pending) > wq->normal->thresh * 2;
140 ret->normal = __btrfs_alloc_workqueue(fs_info, name,
143 if (!ret->normal) {
152 __btrfs_destroy_workqueue(ret->normal);
377 dest_wq = wq->normal;
395 __btrfs_destroy_workqueue(wq->normal);
403 wq->normal->limit_active = limit_active;
418 flush_workqueue(wq->normal->normal_wq);