Searched defs:action (Results 1 – 20 of 20) sorted by relevance
/kernel/irq/ |
D | internals.h | 28 struct irqaction *action) { } in register_handler_proc() 30 struct irqaction *action) { } in unregister_handler_proc()
|
D | spurious.c | 28 struct irqaction *action; in try_one_irq() local 146 struct irqaction *action; in __report_bad_irq() local 183 struct irqaction *action; in try_misrouted_irq() local
|
D | chip.c | 312 struct irqaction *action; in handle_simple_irq() local 352 struct irqaction *action; in handle_level_irq() local 401 struct irqaction *action; in handle_fasteoi_irq() local 486 struct irqaction *action = desc->action; in handle_edge_irq() local
|
D | proc.c | 168 struct irqaction *action; in name_unique() local 184 void register_handler_proc(unsigned int irq, struct irqaction *action) in register_handler_proc() 233 void unregister_handler_proc(unsigned int irq, struct irqaction *action) in unregister_handler_proc()
|
D | manage.c | 327 struct irqaction *action; in can_request_irq() local 581 struct irqaction *action = *p; in free_irq() local 672 struct irqaction *action; in request_irq() local
|
D | handle.c | 326 irqreturn_t handle_IRQ_event(unsigned int irq, struct irqaction *action) in handle_IRQ_event() 364 struct irqaction *action; in __do_IRQ() local
|
/kernel/ |
D | softirq.c | 552 unsigned long action, void *hcpu) in remote_softirq_cpu_notify() 709 unsigned long action, in cpu_callback()
|
D | softlockup.c | 295 cpu_callback(struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback()
|
D | rcuclassic.c | 746 unsigned long action, void *hcpu) in rcu_cpu_notify()
|
D | profile.c | 363 unsigned long action, void *__cpu) in profile_cpu_callback()
|
D | workqueue.c | 924 unsigned long action, in workqueue_cpu_callback()
|
D | rcutree.c | 1395 unsigned long action, void *hcpu) in rcu_cpu_notify()
|
D | rcupreempt.c | 1387 unsigned long action, void *hcpu) in rcu_cpu_notify()
|
D | relay.c | 523 unsigned long action, in relay_hotcpu_callback()
|
D | auditfilter.c | 1508 char *action, struct audit_krule *rule, in audit_log_rule_change()
|
D | timer.c | 1518 unsigned long action, void *hcpu) in timer_cpu_notify()
|
D | hrtimer.c | 1606 unsigned long action, void *hcpu) in hrtimer_cpu_notify()
|
D | cpuset.c | 2097 unsigned long action, void *arg) in cpuset_track_online_nodes()
|
D | sched.c | 1102 hotplug_hrtick(struct notifier_block *nfb, unsigned long action, void *hcpu) in hotplug_hrtick() 6696 migration_call(struct notifier_block *nfb, unsigned long action, void *hcpu) in migration_call() 8163 unsigned long action, void *hcpu) in update_sched_domains() 8180 unsigned long action, void *hcpu) in update_runtime()
|
D | signal.c | 954 struct k_sigaction *action; in force_sig_info() local
|