Searched refs:poll_thread (Results 1 – 8 of 8) sorted by relevance
| /drivers/siox/ |
| A D | siox-core.c | 339 wake_up_process(smaster->poll_thread); in __siox_start() 753 smaster->poll_thread = kthread_run(siox_poll_thread, smaster, in siox_master_register() 755 if (IS_ERR(smaster->poll_thread)) { in siox_master_register() 757 return PTR_ERR(smaster->poll_thread); in siox_master_register() 762 kthread_stop(smaster->poll_thread); in siox_master_register()
|
| A D | siox.h | 34 struct task_struct *poll_thread; member
|
| /drivers/pci/hotplug/ |
| A D | cpci_hotplug_core.c | 454 poll_thread(void *data) in poll_thread() function 486 cpci_thread = kthread_run(poll_thread, NULL, "cpci_hp_polld"); in cpci_start_thread()
|
| A D | pciehp.h | 107 struct task_struct *poll_thread; member
|
| A D | pciehp_hpc.c | 63 ctrl->poll_thread = kthread_run(&pciehp_poll, ctrl, in pciehp_request_irq() 66 return PTR_ERR_OR_ZERO(ctrl->poll_thread); in pciehp_request_irq() 81 kthread_stop(ctrl->poll_thread); in pciehp_free_irq()
|
| /drivers/s390/crypto/ |
| A D | ap_bus.c | 61 module_param_named(poll_thread, ap_thread_flag, int, 0440); 62 MODULE_PARM_DESC(poll_thread, "Turn on/off poll thread, default is 0 (off)."); 1387 static BUS_ATTR_RW(poll_thread);
|
| /drivers/net/ethernet/freescale/dpaa2/ |
| A D | dpaa2-eth.h | 600 struct task_struct *poll_thread; member
|
| A D | dpaa2-eth.c | 4996 priv->poll_thread = kthread_run(dpaa2_eth_poll_link_state, priv, in dpaa2_eth_probe() 4998 if (IS_ERR(priv->poll_thread)) { in dpaa2_eth_probe() 5041 kthread_stop(priv->poll_thread); in dpaa2_eth_probe() 5101 kthread_stop(priv->poll_thread); in dpaa2_eth_remove()
|
Completed in 26 milliseconds