Lines Matching defs:sticky_cpu
1434 * We only need to check sticky_cpu: it is set to the destination
1439 return p->scx.sticky_cpu >= 0;
1884 int sticky_cpu)
1894 if (sticky_cpu == cpu_of(rq))
2026 int sticky_cpu = p->scx.sticky_cpu;
2036 * direct-dispatch into the local DSQ by setting the sticky_cpu.
2039 sticky_cpu = cpu_of(rq);
2061 do_enqueue_task(rq, p, enq_flags, sticky_cpu);
2063 if (sticky_cpu >= 0)
2064 p->scx.sticky_cpu = -1;
2287 * Set sticky_cpu before deactivate_task() to properly mark the
2290 p->scx.sticky_cpu = cpu_of(dst_rq);
3743 scx->sticky_cpu = -1;
6293 p->scx.sticky_cpu, p->scx.holding_cpu, dsq_id_buf);