/linux/scripts/coccinelle/misc/ |
A D | irqf_oneshot.cocci | 19 expression dev, irq, thread_fn; 23 request_threaded_irq@p(irq, NULL, thread_fn, 31 devm_request_threaded_irq@p(dev, irq, NULL, thread_fn, 41 expression dev, irq, thread_fn, flags, e; 51 request_threaded_irq@p(irq, NULL, thread_fn, flags, ...); 53 devm_request_threaded_irq@p(dev, irq, NULL, thread_fn, flags, ...); 57 expression dev, irq, thread_fn, flags; 61 request_threaded_irq@p(irq, NULL, thread_fn, 71 devm_request_threaded_irq@p(dev, irq, NULL, thread_fn,
|
/linux/drivers/pci/ |
A D | irq.c | 34 irq_handler_t thread_fn, void *dev_id, const char *fmt, ...) in pci_request_irq() argument 48 ret = request_threaded_irq(pci_irq_vector(dev, nr), handler, thread_fn, in pci_request_irq()
|
/linux/kernel/irq/ |
A D | spurious.c | 217 if (action->thread_fn) in __report_bad_irq() 219 action->thread_fn, action->thread_fn); in __report_bad_irq()
|
A D | manage.c | 1177 ret = action->thread_fn(action->irq, action->dev_id); in irq_forced_thread_fn() 1198 ret = action->thread_fn(action->irq, action->dev_id); in irq_thread_fn() 1345 if (new->handler && new->thread_fn) { in irq_setup_forced_threading() 1351 new->secondary->thread_fn = new->thread_fn; in irq_setup_forced_threading() 1358 new->thread_fn = new->handler; in irq_setup_forced_threading() 1492 if (!new->thread_fn) { in __setup_irq() 1515 if (new->thread_fn && !nested) { in __setup_irq() 2113 irq_handler_t thread_fn, unsigned long irqflags, in request_threaded_irq() argument 2151 if (!thread_fn) in request_threaded_irq() 2161 action->thread_fn = thread_fn; in request_threaded_irq()
|
A D | devres.c | 52 irq_handler_t handler, irq_handler_t thread_fn, in devm_request_threaded_irq() argument 67 rc = request_threaded_irq(irq, handler, thread_fn, irqflags, devname, in devm_request_threaded_irq()
|
A D | handle.c | 171 if (unlikely(!action->thread_fn)) { in __handle_irq_event_percpu()
|
A D | chip.c | 485 action_ret |= action->thread_fn(action->irq, action->dev_id); in handle_nested_irq()
|
/linux/tools/perf/tests/ |
A D | mmap-thread-lookup.c | 54 static void *thread_fn(void *arg) in thread_fn() function 87 err = pthread_create(&td->pt, NULL, thread_fn, td); in thread_create()
|
/linux/include/linux/ |
A D | interrupt.h | 123 irq_handler_t thread_fn; member 148 irq_handler_t thread_fn, 206 irq_handler_t handler, irq_handler_t thread_fn,
|
A D | smpboot.h | 35 void (*thread_fn)(unsigned int cpu); member
|
A D | padata.h | 142 void (*thread_fn)(unsigned long start, unsigned long end, void *arg); member
|
A D | ntb.h | 1647 irq_handler_t thread_fn, 1671 irq_handler_t thread_fn, in ntbm_msi_request_threaded_irq() argument
|
A D | kvm_host.h | 1832 int kvm_vm_create_worker_thread(struct kvm *kvm, kvm_vm_thread_fn_t thread_fn,
|
/linux/drivers/ntb/ |
A D | msi.c | 280 irq_handler_t thread_fn, in ntbm_msi_request_threaded_irq() argument 295 thread_fn, 0, name, dev_id); in ntbm_msi_request_threaded_irq()
|
/linux/drivers/powercap/ |
A D | idle_inject.c | 361 .thread_fn = idle_inject_fn,
|
/linux/kernel/ |
A D | irq_work.c | 307 .thread_fn = run_irq_workd,
|
A D | smpboot.c | 164 ht->thread_fn(td->cpu); in smpboot_thread_fn()
|
A D | padata.c | 450 job->thread_fn(start, end, job->fn_arg); in padata_mt_helper() 486 job->thread_fn(job->start, job->start + job->size, job->fn_arg); in padata_do_multithreaded()
|
A D | stop_machine.c | 563 .thread_fn = cpu_stopper_thread,
|
A D | softirq.c | 962 .thread_fn = run_ksoftirqd,
|
A D | cpu.c | 887 .thread_fn = cpuhp_thread_fun,
|
/linux/drivers/misc/lis3lv02d/ |
A D | lis3lv02d.c | 1126 irq_handler_t thread_fn; in lis3lv02d_init_device() local 1238 thread_fn = lis302dl_interrupt_thread1_8b; in lis3lv02d_init_device() 1240 thread_fn = NULL; in lis3lv02d_init_device() 1243 thread_fn, in lis3lv02d_init_device()
|
/linux/drivers/remoteproc/ |
A D | qcom_wcnss.c | 467 irq_handler_t thread_fn) in wcnss_request_irq() argument 481 NULL, thread_fn, in wcnss_request_irq()
|
/linux/drivers/thermal/qcom/ |
A D | tsens.c | 1008 irq_handler_t thread_fn) in tsens_register_irq() argument 1027 thread_fn, NULL, in tsens_register_irq() 1033 thread_fn, IRQF_ONESHOT, in tsens_register_irq()
|
/linux/virt/kvm/ |
A D | kvm_main.c | 5577 kvm_vm_thread_fn_t thread_fn; member 5590 kvm_vm_thread_fn_t thread_fn = init_context->thread_fn; in kvm_vm_worker_thread() local 5621 err = thread_fn(kvm, data); in kvm_vm_worker_thread() 5626 int kvm_vm_create_worker_thread(struct kvm *kvm, kvm_vm_thread_fn_t thread_fn, in kvm_vm_create_worker_thread() argument 5636 init_context.thread_fn = thread_fn; in kvm_vm_create_worker_thread()
|