open_softirq
open_softirq(BLOCK_SOFTIRQ, blk_done_softirq);
extern void open_softirq(int nr, void (*action)(void));
open_softirq(RCU_SOFTIRQ, rcu_process_callbacks);
open_softirq(RCU_SOFTIRQ, rcu_core_si);
open_softirq(SCHED_SOFTIRQ, sched_balance_softirq);
open_softirq(TASKLET_SOFTIRQ, tasklet_action);
open_softirq(HI_SOFTIRQ, tasklet_hi_action);
open_softirq(HRTIMER_SOFTIRQ, hrtimer_run_softirq);
open_softirq(TIMER_SOFTIRQ, run_timer_softirq);
open_softirq(IRQ_POLL_SOFTIRQ, irq_poll_softirq);
open_softirq(NET_TX_SOFTIRQ, net_tx_action);
open_softirq(NET_RX_SOFTIRQ, net_rx_action);