Searched refs:poll_thread (Results 1 – 8 of 8) sorted by relevance
/drivers/siox/ |
D | siox-core.c | 339 wake_up_process(smaster->poll_thread); in __siox_start() 726 smaster->poll_thread = kthread_run(siox_poll_thread, smaster, in siox_master_register() 728 if (IS_ERR(smaster->poll_thread)) { in siox_master_register() 730 return PTR_ERR(smaster->poll_thread); in siox_master_register() 735 kthread_stop(smaster->poll_thread); in siox_master_register()
|
D | siox.h | 34 struct task_struct *poll_thread; member
|
/drivers/pci/hotplug/ |
D | cpci_hotplug_core.c | 467 poll_thread(void *data) in poll_thread() function 499 cpci_thread = kthread_run(poll_thread, NULL, "cpci_hp_polld"); in cpci_start_thread()
|
D | pciehp.h | 103 struct task_struct *poll_thread; member
|
D | pciehp_hpc.c | 62 ctrl->poll_thread = kthread_run(&pciehp_poll, ctrl, in pciehp_request_irq() 65 return PTR_ERR_OR_ZERO(ctrl->poll_thread); in pciehp_request_irq() 80 kthread_stop(ctrl->poll_thread); in pciehp_free_irq()
|
/drivers/s390/crypto/ |
D | ap_bus.c | 55 module_param_named(poll_thread, ap_thread_flag, int, 0440); 56 MODULE_PARM_DESC(poll_thread, "Turn on/off poll thread, default is 0 (off)."); 1294 static BUS_ATTR_RW(poll_thread);
|
/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-eth.h | 564 struct task_struct *poll_thread; member
|
D | dpaa2-eth.c | 4717 priv->poll_thread = kthread_run(dpaa2_eth_poll_link_state, priv, in dpaa2_eth_probe() 4719 if (IS_ERR(priv->poll_thread)) { in dpaa2_eth_probe() 4768 kthread_stop(priv->poll_thread); in dpaa2_eth_probe() 4828 kthread_stop(priv->poll_thread); in dpaa2_eth_remove()
|