Searched refs:task_ctx (Results 1 – 3 of 3) sorted by relevance
| /tools/testing/selftests/sched_ext/ |
| A D | select_cpu_dfl_nodispatch.bpf.c | 19 struct task_ctx { struct 27 __type(value, struct task_ctx); argument 37 struct task_ctx *tctx; in BPF_STRUCT_OPS() 56 struct task_ctx *tctx; in BPF_STRUCT_OPS()
|
| /tools/sched_ext/ |
| A D | scx_qmap.bpf.c | 100 struct task_ctx { struct 110 __type(value, struct task_ctx); argument 151 struct task_ctx *tctx; in lookup_task_ctx() 163 struct task_ctx *tctx; in BPF_STRUCT_OPS() 197 struct task_ctx *tctx; in BPF_STRUCT_OPS() 290 struct task_ctx *tctx; in update_core_sched_head_seq() 314 struct task_ctx *tctx; in dispatch_highpri() 369 struct task_ctx *tctx; in BPF_STRUCT_OPS() 414 struct task_ctx *tctx; in BPF_STRUCT_OPS() 498 struct task_ctx *tctx; in task_qdist() [all …]
|
| A D | scx_flatcg.bpf.c | 130 } task_ctx SEC(".maps"); 325 taskc = bpf_task_storage_get(&task_ctx, p, 0, 0); in BPF_STRUCT_OPS() 351 taskc = bpf_task_storage_get(&task_ctx, p, 0, 0); in BPF_STRUCT_OPS() 558 taskc = bpf_task_storage_get(&task_ctx, p, 0, 0); in BPF_STRUCT_OPS() 815 taskc = bpf_task_storage_get(&task_ctx, p, 0, in BPF_STRUCT_OPS()
|
Completed in 7 milliseconds