Searched refs:push_flags (Results 1 – 2 of 2) sorted by relevance
88 rt_rq->push_flags = 0; in init_rt_rq()1861 if (rq->rt.push_flags & RT_PUSH_IPI_EXECUTING) { in tell_cpu_to_push()1864 if (rq->rt.push_flags & RT_PUSH_IPI_EXECUTING) { in tell_cpu_to_push()1869 rq->rt.push_flags |= RT_PUSH_IPI_RESTART; in tell_cpu_to_push()1883 rq->rt.push_flags = RT_PUSH_IPI_EXECUTING; in tell_cpu_to_push()1917 if (rt_rq->push_flags & RT_PUSH_IPI_RESTART) { in try_to_push_tasks()1918 rt_rq->push_flags &= ~RT_PUSH_IPI_RESTART; in try_to_push_tasks()1925 rt_rq->push_flags &= ~RT_PUSH_IPI_EXECUTING; in try_to_push_tasks()
451 int push_flags; member