Home
last modified time | relevance | path

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

12

/linux/scripts/coccinelle/misc/
H A 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/drivers/media/platform/st/stm32/stm32-dcmipp/
H A Ddcmipp-common.c50 irq_handler_t thread_fn) in dcmipp_ent_sd_register() argument
95 ved->thread_fn = thread_fn; in dcmipp_ent_sd_register()
H A Ddcmipp-common.h94 irq_handler_t thread_fn; member
149 irq_handler_t thread_fn);
/linux/include/linux/
H A Dpadata.h143 void (*thread_fn)(unsigned long start, unsigned long end, void *arg); member
197 job->thread_fn(job->start, job->start + job->size, job->fn_arg); in padata_do_multithreaded()
H A Dsmpboot.h35 void (*thread_fn)(unsigned int cpu); member
H A Dinterrupt.h127 irq_handler_t thread_fn; member
152 irq_handler_t thread_fn,
210 irq_handler_t handler, irq_handler_t thread_fn,
H A Dntb.h1647 irq_handler_t thread_fn,
1671 irq_handler_t thread_fn, in ntbm_msi_request_threaded_irq() argument
/linux/kernel/irq/
H A Dspurious.c217 if (action->thread_fn) in __report_bad_irq()
219 action->thread_fn, action->thread_fn); in __report_bad_irq()
H A Dmanage.c1198 ret = action->thread_fn(action->irq, action->dev_id); in irq_forced_thread_fn()
1219 ret = action->thread_fn(action->irq, action->dev_id); in irq_thread_fn()
1389 if (new->handler && new->thread_fn) { in irq_setup_forced_threading()
1395 new->secondary->thread_fn = new->thread_fn; in irq_setup_forced_threading()
1402 new->thread_fn = new->handler; in irq_setup_forced_threading()
1536 if (!new->thread_fn) { in __setup_irq()
1559 if (new->thread_fn && !nested) { in __setup_irq()
2149 irq_handler_t thread_fn, unsigned long irqflags, in request_threaded_irq() argument
2187 if (!thread_fn) in request_threaded_irq()
2197 action->thread_fn = thread_fn; in request_threaded_irq()
H A Dhandle.c171 if (unlikely(!action->thread_fn)) { in __handle_irq_event_percpu()
H A Dchip.c486 action_ret |= action->thread_fn(action->irq, action->dev_id); in handle_nested_irq()
/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Daolib.h167 typedef void *(*thread_fn)(void *); typedef
171 thread_fn peer1, thread_fn peer2);
174 thread_fn peer1, thread_fn peer2, in test_init2()
257 thread_fn peer1, thread_fn peer2) in test_init()
H A Dsetup.c204 thread_fn func;
229 thread_fn peer1, thread_fn peer2) in __test_init()
/linux/tools/perf/tests/
H A 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/drivers/pci/
H A Dirq.c38 irq_handler_t thread_fn, void *dev_id, const char *fmt, ...) in pci_request_irq() argument
54 ret = request_threaded_irq(pci_irq_vector(dev, nr), handler, thread_fn, in pci_request_irq()
/linux/drivers/ntb/
H A 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/arch/s390/kernel/
H A Dwti.c160 .thread_fn = wti_thread_fn,
/linux/kernel/
H A Dirq_work.c317 .thread_fn = run_irq_workd,
H A Dsmpboot.c164 ht->thread_fn(td->cpu); in smpboot_thread_fn()
H A Dsoftirq.c993 .thread_fn = run_ksoftirqd,
1034 .thread_fn = run_ktimerd,
H A Dpadata.c464 job->thread_fn(start, end, job->fn_arg); in padata_mt_helper()
501 job->thread_fn(job->start, job->start + job->size, job->fn_arg); in padata_do_multithreaded()
H A Dstop_machine.c561 .thread_fn = cpu_stopper_thread,
/linux/drivers/powercap/
H A Didle_inject.c413 .thread_fn = idle_inject_fn,
/linux/drivers/misc/lis3lv02d/
H A Dlis3lv02d.c1125 irq_handler_t thread_fn; in lis3lv02d_init_device() local
1237 thread_fn = lis302dl_interrupt_thread1_8b; in lis3lv02d_init_device()
1239 thread_fn = NULL; in lis3lv02d_init_device()
1242 thread_fn, in lis3lv02d_init_device()
/linux/drivers/cxl/
H A Dpci.c99 irq_handler_t thread_fn) in cxl_request_irq() argument
109 return devm_request_threaded_irq(dev, irq, NULL, thread_fn, in cxl_request_irq()

12