Searched refs:open_softirq (Results 1 – 7 of 7) sorted by relevance
| /linux/kernel/ |
| H A D | softirq.c | 793 void open_softirq(int nr, void (*action)(void)) in open_softirq() function 1046 open_softirq(TASKLET_SOFTIRQ, tasklet_action); in softirq_init() 1047 open_softirq(HI_SOFTIRQ, tasklet_hi_action); in softirq_init()
|
| /linux/lib/ |
| H A D | irq_poll.c | 214 open_softirq(IRQ_POLL_SOFTIRQ, irq_poll_softirq); in irq_poll_setup()
|
| /linux/kernel/time/ |
| H A D | hrtimer.c | 2338 open_softirq(HRTIMER_SOFTIRQ, hrtimer_run_softirq); in hrtimers_init()
|
| /linux/kernel/rcu/ |
| H A D | tree.c | 4887 open_softirq(RCU_SOFTIRQ, rcu_core_si); in rcu_init()
|
| /linux/block/ |
| H A D | blk-mq.c | 5297 open_softirq(BLOCK_SOFTIRQ, blk_done_softirq); in blk_mq_init()
|
| /linux/net/core/ |
| H A D | dev.c | 13298 open_softirq(NET_TX_SOFTIRQ, net_tx_action); in net_dev_init() 13299 open_softirq(NET_RX_SOFTIRQ, net_rx_action); in net_dev_init()
|
| /linux/kernel/sched/ |
| H A D | fair.c | 14053 open_softirq(SCHED_SOFTIRQ, sched_balance_softirq); in init_sched_fair_class()
|