linux/drivers/infiniband/hw/ipath
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
..
ipath_common.h
ipath_cq.c
ipath_debug.h
ipath_diag.c
ipath_dma.c
ipath_driver.c RDMA: Update workqueue usage 2011-01-16 21:16:31 -08:00
ipath_eeprom.c
ipath_file_ops.c RDMA: Use vzalloc() to replace vmalloc()+memset(0) 2011-01-12 11:11:58 -08:00
ipath_fs.c fs: dcache rationalise dget variants 2011-01-07 17:50:24 +11:00
ipath_iba6110.c
ipath_init_chip.c RDMA: Use vzalloc() to replace vmalloc()+memset(0) 2011-01-12 11:11:58 -08:00
ipath_intr.c
ipath_kernel.h
ipath_keys.c
ipath_mad.c
ipath_mmap.c
ipath_mr.c
ipath_qp.c
ipath_rc.c
ipath_registers.h
ipath_ruc.c
ipath_sdma.c
ipath_srq.c
ipath_stats.c
ipath_sysfs.c
ipath_uc.c
ipath_ud.c
ipath_user_pages.c RDMA: Update workqueue usage 2011-01-16 21:16:31 -08:00
ipath_user_sdma.c
ipath_user_sdma.h
ipath_verbs_mcast.c
ipath_verbs.c
ipath_verbs.h
ipath_wc_ppc64.c
ipath_wc_x86_64.c
Kconfig
Makefile IB: Replace EXTRA_CFLAGS with ccflags-y 2010-10-23 13:45:03 -07:00