Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext_internal.h1332 SCX_REENQ_TSR_NOT_FIRST = 1LLU << 33,
1184 SCX_REENQ_TSR_NOT_FIRST = 1LLU << 33, global() enumerator
H A Dext.c4148 * - %SCX_REENQ_TSR_NOT_FIRST: Set after the first task is visited. "First" in process_deferred_reenq_locals()
4170 first = !(*reenq_flags & SCX_REENQ_TSR_NOT_FIRST); in reenq_user()
4171 *reenq_flags |= SCX_REENQ_TSR_NOT_FIRST; in reenq_user()