Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dbpf_local_storage.c83 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()
[all …]
/openbmc/linux/include/linux/
H A Dbpf_local_storage.h61 bool bpf_ma; member
130 bool bpf_ma);