Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dbpf_local_storage.c83 if (smap->bpf_ma) { in bpf_selem_alloc()
159 bool bpf_ma, bool reuse_now) in bpf_local_storage_free() argument
164 if (!bpf_ma) { in bpf_local_storage_free()
234 if (!smap->bpf_ma) { in bpf_selem_free()
357 return storage_smap->bpf_ma; in check_storage_bpf_ma()
371 return selem_smap->bpf_ma; in check_storage_bpf_ma()
496 if (smap->bpf_ma) in bpf_local_storage_alloc()
804 bool bpf_ma) in bpf_local_storage_map_alloc() argument
840 smap->bpf_ma = IS_ENABLED(CONFIG_PREEMPT_RT) ? true : bpf_ma; in bpf_local_storage_map_alloc()
841 if (smap->bpf_ma) { in bpf_local_storage_map_alloc()
[all …]
/linux-6.15/include/linux/
H A Dbpf_local_storage.h61 bool bpf_ma; member
136 bool bpf_ma);