Searched defs:btrfs_workqueue (Results 1 – 4 of 4) sorted by relevance
28299 struct btrfs_workqueue { struct28300 struct workqueue_struct *normal_wq;28301 struct btrfs_fs_info *fs_info;28302 struct list_head ordered_list;28303 spinlock_t list_lock;28304 atomic_t pending;28305 int limit_active;28306 int current_active;28307 int thresh;28308 unsigned int count;[all …]
62059 struct btrfs_workqueue { struct62060 struct workqueue_struct *normal_wq;62061 struct btrfs_fs_info *fs_info;62062 struct list_head ordered_list;62063 spinlock_t list_lock;62064 atomic_t pending;62065 int limit_active;62066 int current_active;62067 int thresh;62068 unsigned int count;[all …]