poll_thread      3534 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 		priv->poll_thread = kthread_run(poll_link_state, priv,
poll_thread      3536 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 		if (IS_ERR(priv->poll_thread)) {
poll_thread      3558 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 		kthread_stop(priv->poll_thread);
poll_thread      3602 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 		kthread_stop(priv->poll_thread);
poll_thread       400 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.h 	struct task_struct *poll_thread;
poll_thread       499 drivers/pci/hotplug/cpci_hotplug_core.c 		cpci_thread = kthread_run(poll_thread, NULL, "cpci_hp_polld");
poll_thread        97 drivers/pci/hotplug/pciehp.h 	struct task_struct *poll_thread;
poll_thread        43 drivers/pci/hotplug/pciehp_hpc.c 		ctrl->poll_thread = kthread_run(&pciehp_poll, ctrl,
poll_thread        46 drivers/pci/hotplug/pciehp_hpc.c 		return PTR_ERR_OR_ZERO(ctrl->poll_thread);
poll_thread        61 drivers/pci/hotplug/pciehp_hpc.c 		kthread_stop(ctrl->poll_thread);
poll_thread        52 drivers/s390/crypto/ap_bus.c module_param_named(poll_thread, ap_thread_flag, int, 0440);
poll_thread        53 drivers/s390/crypto/ap_bus.c MODULE_PARM_DESC(poll_thread, "Turn on/off poll thread, default is 0 (off).");
poll_thread      1140 drivers/s390/crypto/ap_bus.c static BUS_ATTR_RW(poll_thread);
poll_thread       339 drivers/siox/siox-core.c 	wake_up_process(smaster->poll_thread);
poll_thread       722 drivers/siox/siox-core.c 	smaster->poll_thread = kthread_run(siox_poll_thread, smaster,
poll_thread       724 drivers/siox/siox-core.c 	if (IS_ERR(smaster->poll_thread)) {
poll_thread       726 drivers/siox/siox-core.c 		return PTR_ERR(smaster->poll_thread);
poll_thread       731 drivers/siox/siox-core.c 		kthread_stop(smaster->poll_thread);
poll_thread        34 drivers/siox/siox.h 	struct task_struct *poll_thread;