Searched refs:open_softirq (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | softirq.c | 502 void open_softirq(int nr, void (*action)(struct softirq_action *)) in open_softirq() function 654 open_softirq(TASKLET_SOFTIRQ, tasklet_action); in softirq_init() 655 open_softirq(HI_SOFTIRQ, tasklet_hi_action); in softirq_init()
|
| /OK3568_Linux_fs/kernel/kernel/rcu/ |
| H A D | tiny.c | 182 open_softirq(RCU_SOFTIRQ, rcu_process_callbacks); in rcu_init()
|
| H A D | tree.c | 4544 open_softirq(RCU_SOFTIRQ, rcu_core_si); in rcu_init()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | irq_poll.c | 210 open_softirq(IRQ_POLL_SOFTIRQ, irq_poll_softirq); in irq_poll_setup()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | interrupt.h | 578 extern void open_softirq(int nr, void (*action)(struct softirq_action *));
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | timer.c | 2026 open_softirq(TIMER_SOFTIRQ, run_timer_softirq); in init_timers()
|
| H A D | hrtimer.c | 2165 open_softirq(HRTIMER_SOFTIRQ, hrtimer_run_softirq); in hrtimers_init()
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-mq.c | 4042 open_softirq(BLOCK_SOFTIRQ, blk_done_softirq); in blk_mq_init()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | dev.c | 11337 open_softirq(NET_TX_SOFTIRQ, net_tx_action); in net_dev_init() 11338 open_softirq(NET_RX_SOFTIRQ, net_rx_action); in net_dev_init()
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | fair.c | 11596 open_softirq(SCHED_SOFTIRQ, run_rebalance_domains); in init_sched_fair_class()
|