summaryrefslogtreecommitdiffstats
path: root/drivers/bus/omap-ocp2scp.c
diff options
context:
space:
mode:
authorQu Wenruo <quwenruo@cn.fujitsu.com>2014-02-28 03:46:03 +0100
committerJosef Bacik <jbacik@fb.com>2014-03-10 20:17:03 +0100
commit08a9ff3264181986d1d692a4e6fce3669700c9f8 (patch)
tree04597c6b7b48a233a4acbcc86f017f862f123374 /drivers/bus/omap-ocp2scp.c
parentbtrfs: Cleanup the unused struct async_sched. (diff)
downloadlinux-08a9ff3264181986d1d692a4e6fce3669700c9f8.tar.xz
linux-08a9ff3264181986d1d692a4e6fce3669700c9f8.zip
btrfs: Added btrfs_workqueue_struct implemented ordered execution based on kernel workqueue
Use kernel workqueue to implement a new btrfs_workqueue_struct, which has the ordering execution feature like the btrfs_worker. The func is executed in a concurrency way, and the ordred_func/ordered_free is executed in the sequence them are queued after the corresponding func is done. The new btrfs_workqueue works much like the original one, one workqueue for normal work and a list for ordered work. When a work is queued, ordered work will be added to the list and helper function will be queued into the workqueue. The helper function will execute a normal work and then check and execute as many ordered work as possible in the sequence they were queued. At this patch, high priority work queue or thresholding is not added yet. The high priority feature and thresholding will be added in the following patches. Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com> Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com> Tested-by: David Sterba <dsterba@suse.cz> Signed-off-by: Josef Bacik <jbacik@fb.com>
Diffstat (limited to 'drivers/bus/omap-ocp2scp.c')
0 files changed, 0 insertions, 0 deletions