Home
last modified time | relevance | path

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

/linux/kernel/sched/ext/
H A Dext.c345 * rq_is_open - Is the rq available for immediate execution of an SCX task?
354 static bool rq_is_open(struct rq *rq, u64 enq_flags) in rq_is_open() function
1456 if (unlikely(dsq->nr > 1 || !rq_is_open(rq, enq_flags))) in dsq_inc_nr()
2997 * - rq_is_open() can't reliably tell when and how slice is going to be in dispatch_one()
4365 * rq_is_open() is true. in local_task_should_reenq()
4417 if (rq_is_open(rq, 0)) in reenq_local()