thread_fn 1108 drivers/misc/lis3lv02d/lis3lv02d.c irq_handler_t thread_fn; thread_fn 1222 drivers/misc/lis3lv02d/lis3lv02d.c thread_fn = lis302dl_interrupt_thread1_8b; thread_fn 1224 drivers/misc/lis3lv02d/lis3lv02d.c thread_fn = NULL; thread_fn 1227 drivers/misc/lis3lv02d/lis3lv02d.c thread_fn, thread_fn 79 drivers/misc/mic/card/mic_device.c irq_handler_t thread_fn, const char *name, thread_fn 87 drivers/misc/mic/card/mic_device.c thread_fn, 0, name, data); thread_fn 121 drivers/misc/mic/card/mic_device.h mic_request_card_irq(irq_handler_t handler, irq_handler_t thread_fn, thread_fn 197 drivers/misc/mic/card/mic_x100.c irq_handler_t handler, irq_handler_t thread_fn, thread_fn 204 drivers/misc/mic/card/mic_x100.c rc = request_threaded_irq(irq, handler, thread_fn, 0, name, data); thread_fn 342 drivers/misc/mic/host/mic_boot.c irq_handler_t handler, irq_handler_t thread_fn, thread_fn 346 drivers/misc/mic/host/mic_boot.c thread_fn, name, data, thread_fn 30 drivers/misc/mic/host/mic_intr.c if (intr_cb->thread_fn) thread_fn 31 drivers/misc/mic/host/mic_intr.c intr_cb->thread_fn(pdev->irq, thread_fn 108 drivers/misc/mic/host/mic_intr.c u8 idx, irq_handler_t handler, irq_handler_t thread_fn, thread_fn 120 drivers/misc/mic/host/mic_intr.c intr_cb->thread_fn = thread_fn; thread_fn 421 drivers/misc/mic/host/mic_intr.c irq_handler_t handler, irq_handler_t thread_fn, thread_fn 451 drivers/misc/mic/host/mic_intr.c rc = request_threaded_irq(msix->vector, handler, thread_fn, thread_fn 467 drivers/misc/mic/host/mic_intr.c thread_fn, data); thread_fn 92 drivers/misc/mic/host/mic_intr.h irq_handler_t thread_fn; thread_fn 129 drivers/misc/mic/host/mic_intr.h irq_handler_t handler, irq_handler_t thread_fn, thread_fn 280 drivers/ntb/msi.c irq_handler_t thread_fn, thread_fn 297 drivers/ntb/msi.c thread_fn, 0, name, dev_id); thread_fn 84 drivers/pci/irq.c irq_handler_t thread_fn, void *dev_id, const char *fmt, ...) thread_fn 98 drivers/pci/irq.c ret = request_threaded_irq(pci_irq_vector(dev, nr), handler, thread_fn, thread_fn 348 drivers/powercap/idle_inject.c .thread_fn = idle_inject_fn, thread_fn 407 drivers/remoteproc/qcom_wcnss.c irq_handler_t thread_fn) thread_fn 421 drivers/remoteproc/qcom_wcnss.c NULL, thread_fn, thread_fn 115 include/linux/interrupt.h irq_handler_t thread_fn; thread_fn 140 include/linux/interrupt.h irq_handler_t thread_fn, thread_fn 185 include/linux/interrupt.h irq_handler_t handler, irq_handler_t thread_fn, thread_fn 1393 include/linux/kvm_host.h int kvm_vm_create_worker_thread(struct kvm *kvm, kvm_vm_thread_fn_t thread_fn, thread_fn 73 include/linux/mic_bus.h irq_handler_t thread_fn, thread_fn 1647 include/linux/ntb.h irq_handler_t thread_fn, thread_fn 1671 include/linux/ntb.h irq_handler_t thread_fn, thread_fn 1210 include/linux/pci.h irq_handler_t handler, irq_handler_t thread_fn, void *dev_id, thread_fn 35 include/linux/smpboot.h void (*thread_fn)(unsigned int cpu); thread_fn 790 kernel/cpu.c .thread_fn = cpuhp_thread_fun, thread_fn 482 kernel/irq/chip.c action_ret |= action->thread_fn(action->irq, action->dev_id); thread_fn 52 kernel/irq/devres.c irq_handler_t handler, irq_handler_t thread_fn, thread_fn 67 kernel/irq/devres.c rc = request_threaded_irq(irq, handler, thread_fn, irqflags, devname, thread_fn 162 kernel/irq/handle.c if (unlikely(!action->thread_fn)) { thread_fn 992 kernel/irq/manage.c ret = action->thread_fn(action->irq, action->dev_id); thread_fn 1011 kernel/irq/manage.c ret = action->thread_fn(action->irq, action->dev_id); thread_fn 1156 kernel/irq/manage.c if (new->handler && new->thread_fn) { thread_fn 1162 kernel/irq/manage.c new->secondary->thread_fn = new->thread_fn; thread_fn 1169 kernel/irq/manage.c new->thread_fn = new->handler; thread_fn 1309 kernel/irq/manage.c if (!new->thread_fn) { thread_fn 1332 kernel/irq/manage.c if (new->thread_fn && !nested) { thread_fn 1968 kernel/irq/manage.c irq_handler_t thread_fn, unsigned long irqflags, thread_fn 2001 kernel/irq/manage.c if (!thread_fn) thread_fn 2011 kernel/irq/manage.c action->thread_fn = thread_fn; thread_fn 216 kernel/irq/spurious.c if (action->thread_fn) thread_fn 218 kernel/irq/spurious.c action->thread_fn, action->thread_fn); thread_fn 2474 kernel/rcu/tree.c .thread_fn = rcu_cpu_kthread, thread_fn 165 kernel/smpboot.c ht->thread_fn(td->cpu); thread_fn 676 kernel/softirq.c .thread_fn = run_ksoftirqd, thread_fn 570 kernel/stop_machine.c .thread_fn = cpu_stopper_thread, thread_fn 87 tools/perf/tests/mmap-thread-lookup.c err = pthread_create(&td->pt, NULL, thread_fn, td); thread_fn 4526 virt/kvm/kvm_main.c kvm_vm_thread_fn_t thread_fn; thread_fn 4539 virt/kvm/kvm_main.c kvm_vm_thread_fn_t thread_fn = init_context->thread_fn; thread_fn 4570 virt/kvm/kvm_main.c err = thread_fn(kvm, data); thread_fn 4575 virt/kvm/kvm_main.c int kvm_vm_create_worker_thread(struct kvm *kvm, kvm_vm_thread_fn_t thread_fn, thread_fn 4585 virt/kvm/kvm_main.c init_context.thread_fn = thread_fn;