Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/sched_ext/
H A Ddequeue.bpf.c75 TASK_NONE = 0, enumerator
282 tctx->state = TASK_NONE; in BPF_STRUCT_OPS()
298 if (tctx->state != TASK_ENQUEUED && tctx->state != TASK_NONE) in BPF_STRUCT_OPS()
329 if (!tctx || tctx->state == TASK_NONE) { in BPF_STRUCT_OPS()