Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c252 static task_ctx_t *lookup_task_ctx(struct task_struct *p) in lookup_task_ctx() function
344 if (!(taskc = lookup_task_ctx(p))) in BPF_STRUCT_OPS()
433 if (!(taskc = lookup_task_ctx(p))) in BPF_STRUCT_OPS()
567 taskc = lookup_task_ctx(p); in BPF_STRUCT_OPS()
580 if ((taskc = lookup_task_ctx(p))) in update_core_sched_head_seq()
612 if (!(taskc = lookup_task_ctx(p))) in scan_shared_dsq()
644 if (!(taskc = lookup_task_ctx(p))) in scan_shared_dsq()
831 taskc = lookup_task_ctx(prev); in BPF_STRUCT_OPS()
890 task_ctx_t *taskc_a = lookup_task_ctx(a); in BPF_STRUCT_OPS()
891 task_ctx_t *taskc_b = lookup_task_ctx(b); in BPF_STRUCT_OPS()
[all …]