Searched refs:opss (Results 1 – 1 of 1) sorted by relevance
1076 static void wait_ops_state(struct task_struct *p, unsigned long opss) in wait_ops_state() argument1080 } while (atomic_long_read_acquire(&p->scx.ops_state) == opss); in wait_ops_state()1837 unsigned long opss; in direct_dispatch() local1839 opss = atomic_long_read(&p->scx.ops_state) & SCX_OPSS_STATE_MASK; in direct_dispatch()1841 switch (opss & SCX_OPSS_STATE_MASK) { in direct_dispatch()1853 p->comm, p->pid, opss); in direct_dispatch()2076 unsigned long opss; in ops_dequeue() local2083 opss = atomic_long_read_acquire(&p->scx.ops_state); in ops_dequeue()2085 switch (opss & SCX_OPSS_STATE_MASK) { in ops_dequeue()2109 if (atomic_long_try_cmpxchg(&p->scx.ops_state, &opss, in ops_dequeue()[all …]