Home
last modified time | relevance | path

Searched refs:alloc_ordered_workqueue (Results 1 – 8 of 8) sorted by relevance

/linux-3.3/drivers/pci/hotplug/
Dshpchp_core.c363 shpchp_wq = alloc_ordered_workqueue("shpchp", 0); in shpcd_init()
367 shpchp_ordered_wq = alloc_ordered_workqueue("shpchp_ordered", 0); in shpcd_init()
/linux-3.3/include/linux/
Dworkqueue.h356 #define alloc_ordered_workqueue(fmt, flags, args...) \ macro
/linux-3.3/drivers/net/wireless/rt2x00/
Drt2x00dev.c1156 alloc_ordered_workqueue(wiphy_name(rt2x00dev->hw->wiphy), 0); in rt2x00lib_probe_dev()
/linux-3.3/net/mac80211/
Dmain.c881 alloc_ordered_workqueue(wiphy_name(local->hw.wiphy), 0); in ieee80211_register_hw()
/linux-3.3/drivers/media/video/cx18/
Dcx18-driver.c698 cx->in_work_queue = alloc_ordered_workqueue(cx->in_workq_name, 0); in cx18_create_in_workq()
/linux-3.3/drivers/md/
Ddm-mpath.c1672 kmpath_handlerd = alloc_ordered_workqueue("kmpath_handlerd", in dm_multipath_init()
Ddm-thin.c1518 pool->wq = alloc_ordered_workqueue("dm-" DM_MSG_PREFIX, WQ_MEM_RECLAIM); in pool_create()
/linux-3.3/drivers/mmc/core/
Dcore.c2560 workqueue = alloc_ordered_workqueue("kmmcd", 0); in mmc_init()