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

/linux-master/kernel/
H A Dsoftirq.c60 static struct softirq_action softirq_vec[NR_SOFTIRQS] __cacheline_aligned_in_smp;
516 struct softirq_action *h;
699 void open_softirq(int nr, void (*action)(struct softirq_action *))
759 static void tasklet_action_common(struct softirq_action *a,
804 static __latent_entropy void tasklet_action(struct softirq_action *a)
810 static __latent_entropy void tasklet_hi_action(struct softirq_action *a)
/linux-master/lib/
H A Dirq_poll.c78 static void __latent_entropy irq_poll_softirq(struct softirq_action *h)
/linux-master/include/trace/events/
H A Dirq.h11 struct softirq_action;
/linux-master/include/linux/
H A Dinterrupt.h591 struct softirq_action struct
593 void (*action)(struct softirq_action *);
608 extern void open_softirq(int nr, void (*action)(struct softirq_action *));
/linux-master/kernel/rcu/
H A Dtiny.c108 static __latent_entropy void rcu_process_callbacks(struct softirq_action *unused)
H A Dtree.c2486 static void rcu_core_si(struct softirq_action *h)
/linux-master/kernel/time/
H A Dhrtimer.c1763 static __latent_entropy void hrtimer_run_softirq(struct softirq_action *h)
H A Dtimer.c2444 static __latent_entropy void run_timer_softirq(struct softirq_action *h)
/linux-master/block/
H A Dblk-mq.c1132 static __latent_entropy void blk_done_softirq(struct softirq_action *h)
/linux-master/net/core/
H A Ddev.c5134 static __latent_entropy void net_tx_action(struct softirq_action *h)
6785 static __latent_entropy void net_rx_action(struct softirq_action *h)
/linux-master/kernel/sched/
H A Dfair.c12409 static __latent_entropy void run_rebalance_domains(struct softirq_action *h)

Completed in 296 milliseconds