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

/linux-master/lib/
H A Dirq_poll.c214 open_softirq(IRQ_POLL_SOFTIRQ, irq_poll_softirq);
/linux-master/kernel/rcu/
H A Dtiny.c262 open_softirq(RCU_SOFTIRQ, rcu_process_callbacks);
H A Dtree.c5215 open_softirq(RCU_SOFTIRQ, rcu_core_si);
/linux-master/kernel/
H A Dsoftirq.c699 void open_softirq(int nr, void (*action)(struct softirq_action *)) function
907 open_softirq(TASKLET_SOFTIRQ, tasklet_action);
908 open_softirq(HI_SOFTIRQ, tasklet_hi_action);
/linux-master/include/linux/
H A Dinterrupt.h608 extern void open_softirq(int nr, void (*action)(struct softirq_action *));
/linux-master/kernel/time/
H A Dhrtimer.c2267 open_softirq(HRTIMER_SOFTIRQ, hrtimer_run_softirq);
H A Dtimer.c2725 open_softirq(TIMER_SOFTIRQ, run_timer_softirq);
/linux-master/block/
H A Dblk-mq.c4876 open_softirq(BLOCK_SOFTIRQ, blk_done_softirq);
/linux-master/net/core/
H A Ddev.c11807 open_softirq(NET_TX_SOFTIRQ, net_tx_action);
11808 open_softirq(NET_RX_SOFTIRQ, net_rx_action);
/linux-master/kernel/sched/
H A Dfair.c13218 open_softirq(SCHED_SOFTIRQ, run_rebalance_domains);

Completed in 195 milliseconds