Searched refs:gimme (Results 1 – 1 of 1) sorted by relevance
194 bool *gimme; in BPF_STRUCT_OPS() local200 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() local231 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()