Lines Matching defs:pptr
314 void __percpu *pptr;
327 pptr = array->pptrs[index & array->index_mask];
329 copy_map_value_long(map, value + off, per_cpu_ptr(pptr, cpu));
401 void __percpu *pptr;
425 pptr = array->pptrs[index & array->index_mask];
427 copy_map_value_long(map, per_cpu_ptr(pptr, cpu), value + off);
428 bpf_obj_free_fields(array->map.record, per_cpu_ptr(pptr, cpu));
475 void __percpu *pptr = array->pptrs[i & array->index_mask];
479 bpf_obj_free_fields(map->record, per_cpu_ptr(pptr, cpu));
524 void __percpu *pptr;
530 pptr = array->pptrs[index & array->index_mask];
534 per_cpu_ptr(pptr, cpu), m);
647 void __percpu *pptr;
663 pptr = (void __percpu *)(uintptr_t)v;
667 per_cpu_ptr(pptr, cpu));