Home
last modified time | relevance | path

Searched refs:work_thread (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ntp/ntp/
H A D0001-libntp-Do-not-use-PTHREAD_STACK_MIN-on-glibc.patch14 libntp/work_thread.c | 2 +-
17 diff --git a/libntp/work_thread.c b/libntp/work_thread.c
19 --- a/libntp/work_thread.c
20 +++ b/libntp/work_thread.c
/OK3568_Linux_fs/buildroot/package/ntp/
H A D0004-libntp-Do-not-use-PTHREAD_STACK_MIN-on-glibc.patch15 libntp/work_thread.c | 2 +-
18 diff --git a/libntp/work_thread.c b/libntp/work_thread.c
20 --- a/libntp/work_thread.c
21 +++ b/libntp/work_thread.c
/OK3568_Linux_fs/kernel/drivers/media/usb/gspca/
H A Dsq905c.c54 struct workqueue_struct *work_thread; member
240 destroy_workqueue(dev->work_thread); in sd_stop0()
241 dev->work_thread = NULL; in sd_stop0()
278 dev->work_thread = create_singlethread_workqueue(MODULE_NAME); in sd_start()
279 if (!dev->work_thread) in sd_start()
282 queue_work(dev->work_thread, &dev->work_struct); in sd_start()
H A Dsq905.c78 struct workqueue_struct *work_thread; member
309 destroy_workqueue(dev->work_thread); in sd_stop0()
310 dev->work_thread = NULL; in sd_stop0()
380 dev->work_thread = create_singlethread_workqueue(MODULE_NAME); in sd_start()
381 if (!dev->work_thread) in sd_start()
384 queue_work(dev->work_thread, &dev->work_struct); in sd_start()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qualcomm/emac/
H A Demac.c147 schedule_work(&adpt->work_thread); in emac_isr()
290 schedule_work(&adpt->work_thread); in emac_tx_timeout()
391 container_of(work, struct emac_adapter, work_thread); in emac_work_thread()
685 INIT_WORK(&adpt->work_thread, emac_work_thread); in emac_probe()
H A Demac-sgmii.c165 schedule_work(&adpt->work_thread); in emac_sgmii_interrupt()
174 schedule_work(&adpt->work_thread); in emac_sgmii_interrupt()
H A Demac.h373 struct work_struct work_thread; member
/OK3568_Linux_fs/kernel/drivers/scsi/ibmvscsi/
H A Dibmvscsi.h96 struct task_struct *work_thread; member
H A Dibmvscsi.c2253 hostdata->work_thread = kthread_run(ibmvscsi_work, hostdata, "%s_%d", in ibmvscsi_probe()
2256 if (IS_ERR(hostdata->work_thread)) { in ibmvscsi_probe()
2258 PTR_ERR(hostdata->work_thread)); in ibmvscsi_probe()
2329 kthread_stop(hostdata->work_thread); in ibmvscsi_probe()
2351 kthread_stop(hostdata->work_thread); in ibmvscsi_remove()
H A Dibmvfc.c5154 vhost->work_thread = kthread_run(ibmvfc_work, vhost, "%s_%d", IBMVFC_NAME, in ibmvfc_probe()
5157 if (IS_ERR(vhost->work_thread)) { in ibmvfc_probe()
5159 PTR_ERR(vhost->work_thread)); in ibmvfc_probe()
5160 rc = PTR_ERR(vhost->work_thread); in ibmvfc_probe()
5203 kthread_stop(vhost->work_thread); in ibmvfc_probe()
5234 kthread_stop(vhost->work_thread); in ibmvfc_remove()
H A Dibmvfc.h818 struct task_struct *work_thread; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/libertas/
H A Ddev.h145 struct workqueue_struct *work_thread; member
H A Dmain.c962 priv->work_thread = create_singlethread_workqueue("lbs_worker"); in lbs_add_card()
1002 destroy_workqueue(priv->work_thread); in lbs_remove_card()
H A Dcfg.c726 queue_delayed_work(priv->work_thread, &priv->scan_work, in lbs_scan_worker()
772 queue_delayed_work(priv->work_thread, &priv->scan_work, in _internal_start_scan()