Searched refs:open_softirq (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/kernel/ |
H A D | softirq.c | 709 void open_softirq(int nr, void (*action)(struct softirq_action *)) in open_softirq() function 915 open_softirq(TASKLET_SOFTIRQ, tasklet_action); in softirq_init() 916 open_softirq(HI_SOFTIRQ, tasklet_hi_action); in softirq_init()
|
/openbmc/linux/lib/ |
H A D | irq_poll.c | 214 open_softirq(IRQ_POLL_SOFTIRQ, irq_poll_softirq); in irq_poll_setup()
|
/openbmc/linux/kernel/rcu/ |
H A D | tiny.c | 262 open_softirq(RCU_SOFTIRQ, rcu_process_callbacks); in rcu_init()
|
H A D | tree.c | 5078 open_softirq(RCU_SOFTIRQ, rcu_core_si); in rcu_init()
|
/openbmc/linux/include/linux/ |
H A D | interrupt.h | 605 extern void open_softirq(int nr, void (*action)(struct softirq_action *));
|
/openbmc/linux/kernel/time/ |
H A D | timer.c | 2310 open_softirq(TIMER_SOFTIRQ, run_timer_softirq); in init_timers()
|
H A D | hrtimer.c | 2278 open_softirq(HRTIMER_SOFTIRQ, hrtimer_run_softirq); in hrtimers_init()
|
/openbmc/linux/block/ |
H A D | blk-mq.c | 5020 open_softirq(BLOCK_SOFTIRQ, blk_done_softirq); in blk_mq_init()
|
/openbmc/linux/net/core/ |
H A D | dev.c | 11661 open_softirq(NET_TX_SOFTIRQ, net_tx_action); in net_dev_init() 11662 open_softirq(NET_RX_SOFTIRQ, net_rx_action); in net_dev_init()
|
/openbmc/linux/kernel/sched/ |
H A D | fair.c | 13236 open_softirq(SCHED_SOFTIRQ, run_rebalance_domains); in init_sched_fair_class()
|