Searched refs:thread_fn (Results 1 – 10 of 10) sorted by relevance
/kernel/irq/ |
D | manage.c | 877 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()
|
D | devres.c | 48 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()
|
D | spurious.c | 217 if (action->thread_fn) in __report_bad_irq() 219 action->thread_fn, action->thread_fn); in __report_bad_irq()
|
D | handle.c | 159 if (unlikely(!action->thread_fn)) { in handle_irq_event_percpu()
|
D | chip.c | 352 action_ret = action->thread_fn(action->irq, action->dev_id); in handle_nested_irq()
|
/kernel/ |
D | smpboot.c | 163 ht->thread_fn(td->cpu); in smpboot_thread_fn()
|
D | stop_machine.c | 509 .thread_fn = cpu_stopper_thread,
|
D | softirq.c | 750 .thread_fn = run_ksoftirqd,
|
D | watchdog.c | 782 .thread_fn = watchdog,
|
/kernel/rcu/ |
D | tree_plugin.h | 1282 .thread_fn = rcu_cpu_kthread,
|