Home
last modified time | relevance | path

Searched refs:softirq_action (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/kernel/
H A Dsoftirq.c59 static struct softirq_action softirq_vec[NR_SOFTIRQS] __cacheline_aligned_in_smp;
515 struct softirq_action *h; in handle_softirqs()
702 void open_softirq(int nr, void (*action)(struct softirq_action *)) in open_softirq() argument
762 static void tasklet_action_common(struct softirq_action *a, in tasklet_action_common()
807 static __latent_entropy void tasklet_action(struct softirq_action *a) in tasklet_action()
812 static __latent_entropy void tasklet_hi_action(struct softirq_action *a) in tasklet_hi_action()
/openbmc/linux/include/linux/
H A Dinterrupt.h588 struct softirq_action struct
590 void (*action)(struct softirq_action *); argument
605 extern void open_softirq(int nr, void (*action)(struct softirq_action *));
/openbmc/linux/lib/
H A Dirq_poll.c78 static void __latent_entropy irq_poll_softirq(struct softirq_action *h) in irq_poll_softirq()
/openbmc/linux/include/trace/events/
H A Dirq.h11 struct softirq_action;
/openbmc/linux/kernel/rcu/
H A Dtiny.c108 static __latent_entropy void rcu_process_callbacks(struct softirq_action *unused) in rcu_process_callbacks()
H A Dtree.c2478 static void rcu_core_si(struct softirq_action *h) in rcu_core_si()
/openbmc/linux/kernel/time/
H A Dtimer.c2031 static __latent_entropy void run_timer_softirq(struct softirq_action *h) in run_timer_softirq()
H A Dhrtimer.c1763 static __latent_entropy void hrtimer_run_softirq(struct softirq_action *h) in hrtimer_run_softirq()
/openbmc/linux/block/
H A Dblk-mq.c1138 static __latent_entropy void blk_done_softirq(struct softirq_action *h) in blk_done_softirq()
/openbmc/linux/net/core/
H A Ddev.c5146 static __latent_entropy void net_tx_action(struct softirq_action *h) in net_tx_action()
6725 static __latent_entropy void net_rx_action(struct softirq_action *h) in net_rx_action()
/openbmc/linux/kernel/sched/
H A Dfair.c12308 static __latent_entropy void run_rebalance_domains(struct softirq_action *h) in run_rebalance_domains()