Searched refs:thread_fn (Results 1 – 12 of 12) sorted by relevance
/kernel/irq/ |
D | spurious.c | 217 if (action->thread_fn) in __report_bad_irq() 219 action->thread_fn, action->thread_fn); in __report_bad_irq()
|
D | manage.c | 1197 ret = action->thread_fn(action->irq, action->dev_id); in irq_forced_thread_fn() 1218 ret = action->thread_fn(action->irq, action->dev_id); in irq_thread_fn() 1392 if (new->handler && new->thread_fn) { in irq_setup_forced_threading() 1398 new->secondary->thread_fn = new->thread_fn; in irq_setup_forced_threading() 1405 new->thread_fn = new->handler; in irq_setup_forced_threading() 1539 if (!new->thread_fn) { in __setup_irq() 1562 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()
|
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()
|
D | handle.c | 171 if (unlikely(!action->thread_fn)) { in __handle_irq_event_percpu()
|
D | chip.c | 487 action_ret |= action->thread_fn(action->irq, action->dev_id); in handle_nested_irq()
|
/kernel/ |
D | irq_work.c | 318 .thread_fn = run_irq_workd,
|
D | smpboot.c | 164 ht->thread_fn(td->cpu); in smpboot_thread_fn()
|
D | padata.c | 463 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()
|
D | stop_machine.c | 563 .thread_fn = cpu_stopper_thread,
|
D | softirq.c | 1013 .thread_fn = run_ksoftirqd,
|
D | cpu.c | 1188 .thread_fn = cpuhp_thread_fun,
|
/kernel/rcu/ |
D | tree.c | 2570 .thread_fn = rcu_cpu_kthread,
|