Home
last modified time | relevance | path

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

/kernel/irq/
Dmanage.c877 ret = action->thread_fn(action->irq, action->dev_id); in irq_forced_thread_fn()
898 ret = action->thread_fn(action->irq, action->dev_id); in irq_thread_fn()
1046 if (new->handler && new->thread_fn) { in irq_setup_forced_threading()
1052 new->secondary->thread_fn = new->thread_fn; in irq_setup_forced_threading()
1059 new->thread_fn = new->handler; in irq_setup_forced_threading()
1151 if (!new->thread_fn) { in __setup_irq()
1174 if (new->thread_fn && !nested) { in __setup_irq()
1631 irq_handler_t thread_fn, unsigned long irqflags, in request_threaded_irq() argument
1661 if (!thread_fn) in request_threaded_irq()
1671 action->thread_fn = thread_fn; in request_threaded_irq()
Ddevres.c48 irq_handler_t handler, irq_handler_t thread_fn, in devm_request_threaded_irq() argument
60 rc = request_threaded_irq(irq, handler, thread_fn, irqflags, devname, in devm_request_threaded_irq()
Dspurious.c217 if (action->thread_fn) in __report_bad_irq()
219 action->thread_fn, action->thread_fn); in __report_bad_irq()
Dhandle.c159 if (unlikely(!action->thread_fn)) { in handle_irq_event_percpu()
Dchip.c352 action_ret = action->thread_fn(action->irq, action->dev_id); in handle_nested_irq()
/kernel/
Dsmpboot.c163 ht->thread_fn(td->cpu); in smpboot_thread_fn()
Dstop_machine.c509 .thread_fn = cpu_stopper_thread,
Dsoftirq.c750 .thread_fn = run_ksoftirqd,
Dwatchdog.c782 .thread_fn = watchdog,
/kernel/rcu/
Dtree_plugin.h1282 .thread_fn = rcu_cpu_kthread,