Searched refs:opss (Results 1 – 1 of 1) sorted by relevance
759 static void wait_ops_state(struct task_struct *p, unsigned long opss) in wait_ops_state() argument763 } while (atomic_long_read_acquire(&p->scx.ops_state) == opss); in wait_ops_state()1300 unsigned long opss; in direct_dispatch() local1302 opss = atomic_long_read(&p->scx.ops_state) & SCX_OPSS_STATE_MASK; in direct_dispatch()1304 switch (opss & SCX_OPSS_STATE_MASK) { in direct_dispatch()1316 p->comm, p->pid, opss); in direct_dispatch()1523 unsigned long opss; in ops_dequeue() local1529 opss = atomic_long_read_acquire(&p->scx.ops_state); in ops_dequeue()1531 switch (opss & SCX_OPSS_STATE_MASK) { in ops_dequeue()1545 if (atomic_long_try_cmpxchg(&p->scx.ops_state, &opss, in ops_dequeue()[all …]