Home
last modified time | relevance | path

Searched refs:thread_fn (Results 1 – 25 of 30) sorted by relevance

12

/linux-6.6.21/scripts/coccinelle/misc/
Dirqf_oneshot.cocci19 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-6.6.21/drivers/pci/
Dirq.c34 irq_handler_t thread_fn, void *dev_id, const char *fmt, ...) in pci_request_irq() argument
50 ret = request_threaded_irq(pci_irq_vector(dev, nr), handler, thread_fn, in pci_request_irq()
/linux-6.6.21/kernel/irq/
Dspurious.c217 if (action->thread_fn) in __report_bad_irq()
219 action->thread_fn, action->thread_fn); in __report_bad_irq()
Ddevres.c52 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()
Dmanage.c1192 ret = action->thread_fn(action->irq, action->dev_id); in irq_forced_thread_fn()
1213 ret = action->thread_fn(action->irq, action->dev_id); in irq_thread_fn()
1387 if (new->handler && new->thread_fn) { in irq_setup_forced_threading()
1393 new->secondary->thread_fn = new->thread_fn; in irq_setup_forced_threading()
1400 new->thread_fn = new->handler; in irq_setup_forced_threading()
1534 if (!new->thread_fn) { in __setup_irq()
1557 if (new->thread_fn && !nested) { in __setup_irq()
2147 irq_handler_t thread_fn, unsigned long irqflags, in request_threaded_irq() argument
2185 if (!thread_fn) in request_threaded_irq()
2195 action->thread_fn = thread_fn; in request_threaded_irq()
Dhandle.c171 if (unlikely(!action->thread_fn)) { in __handle_irq_event_percpu()
Dchip.c486 action_ret |= action->thread_fn(action->irq, action->dev_id); in handle_nested_irq()
/linux-6.6.21/tools/perf/tests/
Dmmap-thread-lookup.c54 static void *thread_fn(void *arg) in thread_fn() function
87 err = pthread_create(&td->pt, NULL, thread_fn, td); in thread_create()
/linux-6.6.21/include/linux/
Dsmpboot.h35 void (*thread_fn)(unsigned int cpu); member
Dinterrupt.h123 irq_handler_t thread_fn; member
148 irq_handler_t thread_fn,
206 irq_handler_t handler, irq_handler_t thread_fn,
Dpadata.h142 void (*thread_fn)(unsigned long start, unsigned long end, void *arg); member
Dntb.h1647 irq_handler_t thread_fn,
1671 irq_handler_t thread_fn, in ntbm_msi_request_threaded_irq() argument
/linux-6.6.21/drivers/ntb/
Dmsi.c281 irq_handler_t thread_fn, in ntbm_msi_request_threaded_irq() argument
298 thread_fn, 0, name, dev_id); in ntbm_msi_request_threaded_irq()
/linux-6.6.21/kernel/
Dirq_work.c317 .thread_fn = run_irq_workd,
Dsmpboot.c164 ht->thread_fn(td->cpu); in smpboot_thread_fn()
Dpadata.c463 job->thread_fn(start, end, job->fn_arg); in padata_mt_helper()
499 job->thread_fn(job->start, job->start + job->size, job->fn_arg); in padata_do_multithreaded()
Dstop_machine.c561 .thread_fn = cpu_stopper_thread,
Dsoftirq.c962 .thread_fn = run_ksoftirqd,
/linux-6.6.21/drivers/powercap/
Didle_inject.c413 .thread_fn = idle_inject_fn,
/linux-6.6.21/drivers/misc/lis3lv02d/
Dlis3lv02d.c1126 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-6.6.21/drivers/remoteproc/
Dqcom_wcnss.c478 irq_handler_t thread_fn) in wcnss_request_irq() argument
495 NULL, thread_fn, in wcnss_request_irq()
/linux-6.6.21/drivers/cxl/
Dpci.c93 irq_handler_t handler, irq_handler_t thread_fn) in cxl_request_irq() argument
104 return devm_request_threaded_irq(dev, irq, handler, thread_fn, in cxl_request_irq()
/linux-6.6.21/drivers/thermal/qcom/
Dtsens.c1156 irq_handler_t thread_fn) in tsens_register_irq() argument
1175 thread_fn, NULL, in tsens_register_irq()
1181 thread_fn, IRQF_ONESHOT, in tsens_register_irq()
/linux-6.6.21/virt/kvm/
Dkvm_main.c6169 kvm_vm_thread_fn_t thread_fn; member
6183 kvm_vm_thread_fn_t thread_fn = init_context->thread_fn; in kvm_vm_worker_thread() local
6214 err = thread_fn(kvm, data); in kvm_vm_worker_thread()
6238 int kvm_vm_create_worker_thread(struct kvm *kvm, kvm_vm_thread_fn_t thread_fn, in kvm_vm_create_worker_thread() argument
6248 init_context.thread_fn = thread_fn; in kvm_vm_create_worker_thread()
/linux-6.6.21/drivers/iommu/amd/
Dinit.c2442 int hwirq, irq_handler_t thread_fn) in __iommu_setup_intcapxt() argument
2465 thread_fn, 0, devname, iommu); in __iommu_setup_intcapxt()

12