Home
last modified time | relevance | path

Searched refs:create_singlethread_workqueue (Results 1 – 25 of 152) sorted by relevance

1234567

/Linux-v4.19/drivers/media/platform/mtk-mdp/
Dmtk_mdp_core.c165 mdp->job_wq = create_singlethread_workqueue(MTK_MDP_MODULE_NAME); in mtk_mdp_probe()
172 mdp->wdt_wq = create_singlethread_workqueue("mdp_wdt_wq"); in mtk_mdp_probe()
/Linux-v4.19/drivers/usb/usbip/
Dusbip_event.c128 usbip_queue = create_singlethread_workqueue(WORK_QUEUE_NAME); in usbip_init_eh()
/Linux-v4.19/drivers/vfio/
Dvirqfd.c29 create_singlethread_workqueue("vfio-irqfd-cleanup"); in vfio_virqfd_init()
/Linux-v4.19/drivers/auxdisplay/
Dcfag12864b.c346 cfag12864b_workqueue = create_singlethread_workqueue(CFAG12864B_NAME); in cfag12864b_init()
/Linux-v4.19/net/mac802154/
Dmain.c157 create_singlethread_workqueue(wpan_phy_name(local->phy)); in ieee802154_register_hw()
/Linux-v4.19/drivers/s390/cio/
Dvfio_ccw_drv.c242 vfio_ccw_work_q = create_singlethread_workqueue("vfio-ccw"); in vfio_ccw_sch_init()
/Linux-v4.19/drivers/platform/x86/
Dasus-wireless.c164 data->wq = create_singlethread_workqueue("asus_wireless_workqueue"); in asus_wireless_add()
/Linux-v4.19/net/rds/
Dthreads.c256 rds_wq = create_singlethread_workqueue("krdsd"); in rds_threads_init()
/Linux-v4.19/drivers/hid/
Dhid-elo.c294 wq = create_singlethread_workqueue("elousb"); in elo_driver_init()
/Linux-v4.19/drivers/media/usb/gspca/
Dsq905c.c287 dev->work_thread = create_singlethread_workqueue(MODULE_NAME); in sd_start()
Dsq905.c389 dev->work_thread = create_singlethread_workqueue(MODULE_NAME); in sd_start()
/Linux-v4.19/drivers/net/ethernet/qlogic/qede/
Dqede_rdma.c60 edev->rdma_info.rdma_wq = create_singlethread_workqueue("rdma_wq"); in qede_rdma_create_wq()
/Linux-v4.19/drivers/scsi/libsas/
Dsas_init.c149 sas_ha->event_q = create_singlethread_workqueue(name); in sas_register_ha()
154 sas_ha->disco_q = create_singlethread_workqueue(name); in sas_register_ha()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Dcatas.c321 dev->persist->catas_wq = create_singlethread_workqueue("mlx4_health"); in mlx4_catas_init()
Den_main.c323 mdev->workqueue = create_singlethread_workqueue("mlx4_en"); in mlx4_en_add()
/Linux-v4.19/Documentation/driver-model/
Ddesign-patterns.txt97 foo->wq = create_singlethread_workqueue("foo-wq");
/Linux-v4.19/drivers/scsi/snic/
Dsnic_main.c320 shost->work_q = create_singlethread_workqueue(shost->work_q_name); in snic_add_host()
932 snic_glob->event_q = create_singlethread_workqueue("snic_event_wq"); in snic_global_data_init()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_counters.c274 fc_stats->wq = create_singlethread_workqueue("mlx5_fc"); in mlx5_init_fc_stats()
Dhealth.c392 health->wq = create_singlethread_workqueue(name); in mlx5_health_init()
/Linux-v4.19/drivers/net/wireless/ath/ath6kl/
Dcore.c84 ar->ath6kl_wq = create_singlethread_workqueue("ath6kl"); in ath6kl_core_init()
/Linux-v4.19/drivers/usb/wusbcore/
Dwusbhc.c459 wusbd = create_singlethread_workqueue("wusbd"); in wusbcore_init()
/Linux-v4.19/mm/
Dz3fold.c484 pool->compact_wq = create_singlethread_workqueue(pool->name); in z3fold_create_pool()
487 pool->release_wq = create_singlethread_workqueue(pool->name); in z3fold_create_pool()
/Linux-v4.19/net/nfc/nci/
Dcore.c1209 ndev->cmd_wq = create_singlethread_workqueue(name); in nci_register_device()
1217 ndev->rx_wq = create_singlethread_workqueue(name); in nci_register_device()
1225 ndev->tx_wq = create_singlethread_workqueue(name); in nci_register_device()
/Linux-v4.19/include/linux/
Dworkqueue.h453 #define create_singlethread_workqueue(name) \ macro
/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe_sysfs.c819 ctlr->work_q = create_singlethread_workqueue( in fcoe_ctlr_device_add()
827 ctlr->devloss_work_q = create_singlethread_workqueue( in fcoe_ctlr_device_add()

1234567