Searched defs:bpf_map (Results 1 – 1 of 1) sorted by relevance
127 struct bpf_map { struct131 const struct bpf_map_ops *ops ____cacheline_aligned; argument132 struct bpf_map *inner_map_meta; argument136 enum bpf_map_type map_type; argument147 struct bpf_map_memory memory; argument164 static inline bool map_value_has_spin_lock(const struct bpf_map *map) in map_value_has_spin_lock() argument