Searched refs:opss (Results 1 – 1 of 1) sorted by relevance
757 static void wait_ops_state(struct task_struct *p, unsigned long opss) in wait_ops_state() argument761 } while (atomic_long_read_acquire(&p->scx.ops_state) == opss); in wait_ops_state()1296 unsigned long opss; in direct_dispatch() local1298 opss = atomic_long_read(&p->scx.ops_state) & SCX_OPSS_STATE_MASK; in direct_dispatch()1300 switch (opss & SCX_OPSS_STATE_MASK) { in direct_dispatch()1312 p->comm, p->pid, opss); in direct_dispatch()1515 unsigned long opss; in ops_dequeue() local1521 opss = atomic_long_read_acquire(&p->scx.ops_state); in ops_dequeue()1523 switch (opss & SCX_OPSS_STATE_MASK) { in ops_dequeue()1537 if (atomic_long_try_cmpxchg(&p->scx.ops_state, &opss, in ops_dequeue()[all …]