Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c891 task_ctx_t *taskc_b = lookup_task_ctx(b); in BPF_STRUCT_OPS() local
898 if (!taskc_a || !taskc_b) { in BPF_STRUCT_OPS()
904 return task_qdist(a, taskc_a) < task_qdist(b, taskc_b); in BPF_STRUCT_OPS()