Home
last modified time | relevance | path

Searched refs:sched_info_queued (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/kernel/sched/
Dstats.h99 static inline void sched_info_queued(struct rq *rq, struct task_struct *t) in sched_info_queued() function
122 sched_info_queued(rq, t); in sched_info_depart()
153 #define sched_info_queued(rq, t) do { } while (0) macro
Dcore.c808 sched_info_queued(rq, p); in enqueue_task()