Home
last modified time | relevance | path

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

/linux-6.12.1/tools/sched_ext/
Dscx_central.bpf.c194 bool *gimme; in BPF_STRUCT_OPS() local
200 gimme = ARRAY_ELEM_PTR(cpu_gimme_task, cpu, nr_cpu_ids); in BPF_STRUCT_OPS()
201 if (!gimme || !*gimme) in BPF_STRUCT_OPS()
205 *gimme = false; in BPF_STRUCT_OPS()
226 bool *gimme; in BPF_STRUCT_OPS() local
231 gimme = ARRAY_ELEM_PTR(cpu_gimme_task, cpu, nr_cpu_ids); in BPF_STRUCT_OPS()
232 if (gimme) in BPF_STRUCT_OPS()
233 *gimme = true; in BPF_STRUCT_OPS()