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

/linux-master/kernel/bpf/
H A Dbpf_local_storage.c83 if (smap->bpf_ma) {
114 /* rcu tasks trace callback for bpf_ma == false */
145 /* Handle bpf_ma == false */
158 bool bpf_ma, bool reuse_now)
163 if (!bpf_ma) {
187 /* rcu tasks trace callback for bpf_ma == false */
199 /* Handle bpf_ma == false */
231 if (!smap->bpf_ma) {
314 /* local_storage->smap may be NULL. If it is, get the bpf_ma
315 * from any selem in the local_storage->list. The bpf_ma o
156 bpf_local_storage_free(struct bpf_local_storage *local_storage, struct bpf_local_storage_map *smap, bool bpf_ma, bool reuse_now) argument
347 bool bpf_ma, free_local_storage = false; local
708 bool bpf_ma, free_storage = false; local
766 bpf_local_storage_map_alloc(union bpf_attr *attr, struct bpf_local_storage_cache *cache, bool bpf_ma) argument
[all...]
/linux-master/include/linux/
H A Dbpf_local_storage.h61 bool bpf_ma; member in struct:bpf_local_storage_map
130 bool bpf_ma);

Completed in 95 milliseconds