Home
last modified time | relevance | path

Searched refs:this_cpu_ksoftirqd (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/kernel/sched/
Dcputime.c71 else if (in_serving_softirq() && curr != this_cpu_ksoftirqd()) in irqtime_account_irq()
356 } else if (this_cpu_ksoftirqd() == p) { in irqtime_account_process_tick()
/linux-4.4.14/include/linux/
Dinterrupt.h462 static inline struct task_struct *this_cpu_ksoftirqd(void) in this_cpu_ksoftirqd() function
/linux-4.4.14/net/ipv4/
Dtcp_output.c872 if (wmem >= SKB_TRUESIZE(1) && this_cpu_ksoftirqd() == current) in tcp_wfree()