Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds