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/tools/testing/selftests/bpf/prog_tests/ |
H A D | ringbuf.c | 82 static void *poll_thread(void *input) in poll_thread() 290 err = pthread_create(&thread, NULL, poll_thread, (void *)(long)10000); in ringbuf_subtest() 80 static void *poll_thread(void *input) poll_thread() function
|
/linux/drivers/pci/hotplug/ |
H A D | pciehp.h | 107 struct task_struct *poll_thread; member
|
H A 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()
|
/linux/drivers/s390/crypto/ |
H A D | ap_bus.c | 58 module_param_named(poll_thread, ap_thread_flag, int, 0440); 59 MODULE_PARM_DESC(poll_thread, "Turn on/off poll thread, default is 0 (off)."); 1321 static BUS_ATTR_RW(poll_thread);
|
/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 | 4956 priv->poll_thread = kthread_run(dpaa2_eth_poll_link_state, priv, in dpaa2_eth_probe() 4958 if (IS_ERR(priv->poll_thread)) { in dpaa2_eth_probe() 5001 kthread_stop(priv->poll_thread); in dpaa2_eth_probe() 5060 kthread_stop(priv->poll_thread); in dpaa2_eth_remove()
|