Home
last modified time | relevance | path

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

/linux-6.15/tools/sched_ext/
H A Dscx_flatcg.bpf.c319 struct fcg_task_ctx *taskc; in BPF_STRUCT_OPS() local
326 if (!taskc) { in BPF_STRUCT_OPS()
337 set_bypassed_at(p, taskc); in BPF_STRUCT_OPS()
347 struct fcg_task_ctx *taskc; in BPF_STRUCT_OPS() local
352 if (!taskc) { in BPF_STRUCT_OPS()
363 set_bypassed_at(p, taskc); in BPF_STRUCT_OPS()
559 if (!taskc) { in BPF_STRUCT_OPS()
564 if (!taskc->bypassed_at) in BPF_STRUCT_OPS()
572 taskc->bypassed_at = 0; in BPF_STRUCT_OPS()
817 if (!taskc) in BPF_STRUCT_OPS()
[all …]
H A Dscx_qmap.bpf.c607 struct task_ctx *taskc; in BPF_STRUCT_OPS() local
611 if (!(taskc = bpf_task_storage_get(&task_ctx_stor, p, 0, 0))) in BPF_STRUCT_OPS()
615 taskc->force_local, taskc->core_sched_seq); in BPF_STRUCT_OPS()