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