Searched refs:is_idle_task (Results 1 - 15 of 15) sorted by relevance

/linux-4.1.27/kernel/rcu/
H A Dtiny.c202 is_idle_task(current), __rcu_process_callbacks()
254 if (unlikely(is_idle_task(current))) { __call_rcu()
H A Dupdate.c557 !is_idle_task(t) && t->rcu_tasks_idle_cpu >= 0)) { check_holdout_task()
571 t, ".I"[is_idle_task(t)], check_holdout_task()
643 !is_idle_task(t)) { for_each_process_thread()
H A Dtree.c588 if (!user && !is_idle_task(current)) { rcu_eqs_enter_common()
734 if (!user && !is_idle_task(current)) { rcu_eqs_exit_common()
2584 need_resched(), is_idle_task(current), rcu_do_batch()
2618 (!is_idle_task(current) && !rcu_is_callbacks_kthread()))) rcu_do_batch()
2624 is_idle_task(current), rcu_do_batch()
H A Dtree_plugin.h979 if (status != RCU_KTHREAD_YIELDING || is_idle_task(current)) rcu_wake_cond()
/linux-4.1.27/kernel/sched/
H A Dcputime.c394 if (is_idle_task(prev)) vtime_common_task_switch()
429 if (is_idle_task(tsk)) { vtime_common_account_irq_enter()
809 is_idle_task(t)) fetch_task_cputime()
H A Dcore.c1600 if (!is_idle_task(rcu_dereference(rq->curr))) wake_up_if_idle()
1607 if (is_idle_task(rq->curr)) wake_up_if_idle()
7313 !is_idle_task(current)) || ___might_sleep()
H A Dfair.c1282 if ((cur->flags & PF_EXITING) || is_idle_task(cur)) task_numa_compare()
/linux-4.1.27/arch/sparc/kernel/
H A Dsetup_32.c88 if (!is_idle_task(current)) { prom_sync_me()
/linux-4.1.27/kernel/time/
H A Dtick-sched.c147 if (is_idle_task(current)) tick_sched_handle()
211 if (ts->tick_stopped && !is_idle_task(current)) { __tick_nohz_full_check()
725 if (!tick_nohz_full_cpu(cpu) || is_idle_task(current)) tick_nohz_full_stop_tick()
/linux-4.1.27/arch/x86/kernel/
H A Dkvm.c143 n.halted = is_idle_task(current) || preempt_count() > 1; kvm_async_pf_task_wait()
/linux-4.1.27/arch/tile/mm/
H A Dfault.c58 is_idle_task(tsk) ? "the idle task" : "init"); force_sig_info_fault()
538 is_idle_task(tsk) ? "the idle task" : "init"); handle_page_fault()
/linux-4.1.27/kernel/
H A Dsoftirq.c328 if (is_idle_task(current) && !in_interrupt()) { irq_enter()
/linux-4.1.27/kernel/debug/kdb/
H A Dkdb_support.c639 if (is_idle_task(p)) { kdb_task_state_char()
/linux-4.1.27/include/linux/
H A Dsched.h2292 * is_idle_task - is the specified task an idle task?
2297 static inline bool is_idle_task(const struct task_struct *p) is_idle_task() function
/linux-4.1.27/kernel/events/
H A Dcore.c6874 if (!(event->attr.exclude_idle && is_idle_task(current))) perf_swevent_hrtimer()

Completed in 652 milliseconds