android_kernel_google_msm/drivers/infiniband/core
Tejun Heo f06267104d RDMA: Update workqueue usage
* ib_wq is added, which is used as the common workqueue for infiniband
  instead of the system workqueue.  All system workqueue usages
  including flush_scheduled_work() callers are converted to use and
  flush ib_wq.

* cancel_delayed_work() + flush_scheduled_work() converted to
  cancel_delayed_work_sync().

* qib_wq is removed and ib_wq is used instead.

This is to prepare for deprecation of flush_scheduled_work().

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
2011-01-16 21:16:31 -08:00
..
addr.c
agent.c
agent.h
cache.c RDMA: Update workqueue usage 2011-01-16 21:16:31 -08:00
cm.c
cm_msgs.h
cma.c
core_priv.h
device.c RDMA: Update workqueue usage 2011-01-16 21:16:31 -08:00
fmr_pool.c
iwcm.c
iwcm.h
mad.c
mad_priv.h
mad_rmpp.c
mad_rmpp.h
Makefile
multicast.c
packer.c
sa.h
sa_query.c RDMA: Update workqueue usage 2011-01-16 21:16:31 -08:00
smi.c
smi.h
sysfs.c
ucm.c
ucma.c
ud_header.c
umem.c RDMA: Update workqueue usage 2011-01-16 21:16:31 -08:00
user_mad.c
uverbs.h
uverbs_cmd.c
uverbs_main.c
uverbs_marshall.c
verbs.c