Searched refs:push_flags (Results 1 – 2 of 2) sorted by relevance
92 rt_rq->push_flags = 0; in init_rt_rq()1872 if (rq->rt.push_flags & RT_PUSH_IPI_EXECUTING) { in tell_cpu_to_push()1875 if (rq->rt.push_flags & RT_PUSH_IPI_EXECUTING) { in tell_cpu_to_push()1880 rq->rt.push_flags |= RT_PUSH_IPI_RESTART; in tell_cpu_to_push()1894 rq->rt.push_flags = RT_PUSH_IPI_EXECUTING; in tell_cpu_to_push()1928 if (rt_rq->push_flags & RT_PUSH_IPI_RESTART) { in try_to_push_tasks()1929 rt_rq->push_flags &= ~RT_PUSH_IPI_RESTART; in try_to_push_tasks()1936 rt_rq->push_flags &= ~RT_PUSH_IPI_EXECUTING; in try_to_push_tasks()
454 int push_flags; member