Home
last modified time | relevance | path

Searched refs:alloc_workqueue (Results 1 – 25 of 65) sorted by relevance

123

/linux-3.3/include/linux/
Dworkqueue.h324 #define alloc_workqueue(fmt, flags, max_active, args...) \ macro
338 #define alloc_workqueue(fmt, flags, max_active, args...) \ macro
357 alloc_workqueue(fmt, WQ_UNBOUND | (flags), 1, ##args)
360 alloc_workqueue((name), WQ_MEM_RECLAIM, 1)
362 alloc_workqueue((name), WQ_FREEZABLE | WQ_UNBOUND | WQ_MEM_RECLAIM, 1)
364 alloc_workqueue((name), WQ_UNBOUND | WQ_MEM_RECLAIM, 1)
/linux-3.3/fs/fscache/
Dmain.c114 fscache_object_wq = alloc_workqueue("fscache_object", WQ_UNBOUND, in fscache_init()
124 fscache_op_wq = alloc_workqueue("fscache_operation", WQ_UNBOUND, in fscache_init()
/linux-3.3/fs/gfs2/
Dmain.c146 gfs_recovery_wq = alloc_workqueue("gfs_recovery", in init_gfs2_fs()
151 gfs2_control_wq = alloc_workqueue("gfs2_control", in init_gfs2_fs()
/linux-3.3/crypto/
Dcrypto_wq.c24 kcrypto_wq = alloc_workqueue("crypto", in crypto_wq_init()
Dpcrypt.c458 pcrypt->wq = alloc_workqueue(name, in pcrypt_init_padata()
/linux-3.3/fs/afs/
Dmain.c93 afs_wq = alloc_workqueue("afs", 0, 0); in afs_init()
/linux-3.3/net/sunrpc/xprtrdma/
Dsvc_rdma.c256 svc_rdma_wq = alloc_workqueue("svc_rdma", 0, 0); in svc_rdma_init()
/linux-3.3/fs/ceph/
Dsuper.c482 fsc->wb_wq = alloc_workqueue("ceph-writeback", 0, 1); in create_fs_client()
485 fsc->pg_inv_wq = alloc_workqueue("ceph-pg-invalid", 0, 1); in create_fs_client()
488 fsc->trunc_wq = alloc_workqueue("ceph-trunc", 0, 1); in create_fs_client()
/linux-3.3/net/nfc/llcp/
Dllcp.c894 local->tx_wq = alloc_workqueue(name, in nfc_llcp_register_device()
904 local->rx_wq = alloc_workqueue(name, in nfc_llcp_register_device()
913 local->timeout_wq = alloc_workqueue(name, in nfc_llcp_register_device()
/linux-3.3/drivers/acpi/
Dosl.c1615 kacpid_wq = alloc_workqueue("kacpid", 0, 1); in acpi_os_initialize1()
1616 kacpi_notify_wq = alloc_workqueue("kacpi_notify", 0, 1); in acpi_os_initialize1()
1617 kacpi_hotplug_wq = alloc_workqueue("kacpi_hotplug", 0, 1); in acpi_os_initialize1()
/linux-3.3/drivers/message/i2o/
Ddriver.c87 drv->event_queue = alloc_workqueue(drv->name, in i2o_driver_register()
/linux-3.3/drivers/pci/hotplug/
Dpciehp_core.c343 pciehp_wq = alloc_workqueue("pciehp", 0, 0); in pcied_init()
/linux-3.3/kernel/
Dworkqueue.c3831 system_wq = alloc_workqueue("events", 0, 0); in init_workqueues()
3832 system_long_wq = alloc_workqueue("events_long", 0, 0); in init_workqueues()
3833 system_nrt_wq = alloc_workqueue("events_nrt", WQ_NON_REENTRANT, 0); in init_workqueues()
3834 system_unbound_wq = alloc_workqueue("events_unbound", WQ_UNBOUND, in init_workqueues()
3836 system_freezable_wq = alloc_workqueue("events_freezable", in init_workqueues()
3838 system_nrt_freezable_wq = alloc_workqueue("events_nrt_freezable", in init_workqueues()
/linux-3.3/fs/xfs/
Dxfs_mru_cache.c312 xfs_mru_reap_wq = alloc_workqueue("xfs_mru_cache", WQ_MEM_RECLAIM, 1); in xfs_mru_cache_init()
Dxfs_buf.c1791 xfslogd_workqueue = alloc_workqueue("xfslogd", in xfs_buf_init()
1796 xfsdatad_workqueue = alloc_workqueue("xfsdatad", WQ_MEM_RECLAIM, 1); in xfs_buf_init()
1800 xfsconvertd_workqueue = alloc_workqueue("xfsconvertd", in xfs_buf_init()
/linux-3.3/fs/dlm/
Dast.c269 ls->ls_callback_wq = alloc_workqueue("dlm_callback", in dlm_callback_start()
/linux-3.3/drivers/md/
Ddm-delay.c355 kdelayd_wq = alloc_workqueue("kdelayd", WQ_MEM_RECLAIM, 0); in dm_delay_init()
Ddm-kcopyd.c707 kc->kcopyd_wq = alloc_workqueue("kcopyd", in dm_kcopyd_client_create()
Ddm-snap-persistent.c815 ps->metadata_wq = alloc_workqueue("ksnaphd", WQ_MEM_RECLAIM, 0); in persistent_ctr()
/linux-3.3/kernel/power/
Dmain.c431 pm_wq = alloc_workqueue("pm", WQ_FREEZABLE, 0); in pm_start_workqueue()
/linux-3.3/drivers/input/misc/
Dtwl6040-vibra.c364 info->workqueue = alloc_workqueue("twl6040-vibra", 0, 0); in twl6040_vibra_probe()
/linux-3.3/Documentation/
Dworkqueue.txt103 alloc_workqueue() below.
153 alloc_workqueue() allocates a wq. The original create_*workqueue()
154 functions are deprecated and scheduled for removal. alloc_workqueue()
/linux-3.3/drivers/target/tcm_fc/
Dtfc_conf.c331 tpg->workqueue = alloc_workqueue("tcm_fc", 0, 1); in ft_add_tpg()
/linux-3.3/drivers/infiniband/core/
Ddevice.c730 ib_wq = alloc_workqueue("infiniband", 0, 0); in ib_core_init()
/linux-3.3/drivers/scsi/
Dscsi_tgt_lib.c630 scsi_tgtd = alloc_workqueue("scsi_tgtd", 0, 1); in scsi_tgt_init()

123