Lines Matching refs:bpf_ma
83 if (smap->bpf_ma) { in bpf_selem_alloc()
158 bool bpf_ma, bool reuse_now) in bpf_local_storage_free() argument
163 if (!bpf_ma) { in bpf_local_storage_free()
231 if (!smap->bpf_ma) { in bpf_selem_free()
325 return storage_smap->bpf_ma; in check_storage_bpf_ma()
339 return selem_smap->bpf_ma; in check_storage_bpf_ma()
347 bool bpf_ma, free_local_storage = false; in bpf_selem_unlink_storage() local
358 bpf_ma = check_storage_bpf_ma(local_storage, storage_smap, selem); in bpf_selem_unlink_storage()
367 bpf_local_storage_free(local_storage, storage_smap, bpf_ma, reuse_now); in bpf_selem_unlink_storage()
487 if (smap->bpf_ma) { in bpf_local_storage_alloc()
541 bpf_local_storage_free(storage, smap, smap->bpf_ma, true); in bpf_local_storage_alloc()
734 bool bpf_ma, free_storage = false; in bpf_local_storage_destroy() local
739 bpf_ma = check_storage_bpf_ma(local_storage, storage_smap, NULL); in bpf_local_storage_destroy()
768 bpf_local_storage_free(local_storage, storage_smap, bpf_ma, true); in bpf_local_storage_destroy()
794 bool bpf_ma) in bpf_local_storage_map_alloc() argument
826 smap->bpf_ma = bpf_ma; in bpf_local_storage_map_alloc()
827 if (bpf_ma) { in bpf_local_storage_map_alloc()
911 if (smap->bpf_ma) { in bpf_local_storage_map_free()