Searched refs:alloc_ordered_workqueue (Results 1 – 8 of 8) sorted by relevance
/linux-3.3/drivers/pci/hotplug/ |
D | shpchp_core.c | 363 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/ |
D | workqueue.h | 356 #define alloc_ordered_workqueue(fmt, flags, args...) \ macro
|
/linux-3.3/drivers/net/wireless/rt2x00/ |
D | rt2x00dev.c | 1156 alloc_ordered_workqueue(wiphy_name(rt2x00dev->hw->wiphy), 0); in rt2x00lib_probe_dev()
|
/linux-3.3/net/mac80211/ |
D | main.c | 881 alloc_ordered_workqueue(wiphy_name(local->hw.wiphy), 0); in ieee80211_register_hw()
|
/linux-3.3/drivers/media/video/cx18/ |
D | cx18-driver.c | 698 cx->in_work_queue = alloc_ordered_workqueue(cx->in_workq_name, 0); in cx18_create_in_workq()
|
/linux-3.3/drivers/md/ |
D | dm-mpath.c | 1672 kmpath_handlerd = alloc_ordered_workqueue("kmpath_handlerd", in dm_multipath_init()
|
D | dm-thin.c | 1518 pool->wq = alloc_ordered_workqueue("dm-" DM_MSG_PREFIX, WQ_MEM_RECLAIM); in pool_create()
|
/linux-3.3/drivers/mmc/core/ |
D | core.c | 2560 workqueue = alloc_ordered_workqueue("kmmcd", 0); in mmc_init()
|