Searched refs:poll_thread (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/siox/ |
| H 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()
|
| H A D | siox.h | 34 struct task_struct *poll_thread; member
|
| /linux/drivers/pci/hotplug/ |
| H 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()
|
| H A D | pciehp.h | 107 struct task_struct *poll_thread; member
|
| H 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()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | ringbuf.c | 83 static void *poll_thread(void *input) in poll_thread() 291 err = pthread_create(&thread, NULL, poll_thread, (void *)(long)10000); in ringbuf_subtest() 82 static void *poll_thread(void *input) poll_thread() function
|
| /linux/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpaa2-eth.h | 600 struct task_struct *poll_thread; member
|
| H A D | dpaa2-eth.c | 4995 priv->poll_thread = kthread_run(dpaa2_eth_poll_link_state, priv, in dpaa2_eth_probe() 4997 if (IS_ERR(priv->poll_thread)) { in dpaa2_eth_probe() 5040 kthread_stop(priv->poll_thread); in dpaa2_eth_probe() 5100 kthread_stop(priv->poll_thread); in dpaa2_eth_remove()
|