Home
last modified time | relevance | path

Searched refs:open_softirq (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/kernel/
H A Dsoftirq.c702 void open_softirq(int nr, void (*action)(struct softirq_action *)) in open_softirq() function
908 open_softirq(TASKLET_SOFTIRQ, tasklet_action); in softirq_init()
909 open_softirq(HI_SOFTIRQ, tasklet_hi_action); in softirq_init()
/openbmc/linux/lib/
H A Dirq_poll.c214 open_softirq(IRQ_POLL_SOFTIRQ, irq_poll_softirq); in irq_poll_setup()
/openbmc/linux/kernel/rcu/
H A Dtiny.c261 open_softirq(RCU_SOFTIRQ, rcu_process_callbacks); in rcu_init()
H A Dtree.c5060 open_softirq(RCU_SOFTIRQ, rcu_core_si); in rcu_init()
/openbmc/linux/include/linux/
H A Dinterrupt.h605 extern void open_softirq(int nr, void (*action)(struct softirq_action *));
/openbmc/linux/kernel/time/
H A Dtimer.c2310 open_softirq(TIMER_SOFTIRQ, run_timer_softirq); in init_timers()
H A Dhrtimer.c2266 open_softirq(HRTIMER_SOFTIRQ, hrtimer_run_softirq); in hrtimers_init()
/openbmc/linux/block/
H A Dblk-mq.c4911 open_softirq(BLOCK_SOFTIRQ, blk_done_softirq); in blk_mq_init()
/openbmc/linux/net/core/
H A Ddev.c11647 open_softirq(NET_TX_SOFTIRQ, net_tx_action); in net_dev_init()
11648 open_softirq(NET_RX_SOFTIRQ, net_rx_action); in net_dev_init()
/openbmc/linux/kernel/sched/
H A Dfair.c13128 open_softirq(SCHED_SOFTIRQ, run_rebalance_domains); in init_sched_fair_class()