Home
last modified time | relevance | path

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

/kernel/irq/
Dspurious.c217 if (action->thread_fn) in __report_bad_irq()
219 action->thread_fn, action->thread_fn); in __report_bad_irq()
Dmanage.c1197 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()
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()
Dhandle.c171 if (unlikely(!action->thread_fn)) { in __handle_irq_event_percpu()
Dchip.c487 action_ret |= action->thread_fn(action->irq, action->dev_id); in handle_nested_irq()
/kernel/
Dirq_work.c318 .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.c563 .thread_fn = cpu_stopper_thread,
Dsoftirq.c1013 .thread_fn = run_ksoftirqd,
Dcpu.c1188 .thread_fn = cpuhp_thread_fun,
/kernel/rcu/
Dtree.c2570 .thread_fn = rcu_cpu_kthread,