Home
last modified time | relevance | path

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

/linux-6.15/tools/sched_ext/
H A Dscx_central.bpf.c189 bool *gimme; in BPF_STRUCT_OPS() local
195 gimme = ARRAY_ELEM_PTR(cpu_gimme_task, cpu, nr_cpu_ids); in BPF_STRUCT_OPS()
196 if (!gimme || !*gimme) in BPF_STRUCT_OPS()
200 *gimme = false; in BPF_STRUCT_OPS()
221 bool *gimme; in BPF_STRUCT_OPS() local
226 gimme = ARRAY_ELEM_PTR(cpu_gimme_task, cpu, nr_cpu_ids); in BPF_STRUCT_OPS()
227 if (gimme) in BPF_STRUCT_OPS()
228 *gimme = true; in BPF_STRUCT_OPS()