Lines Matching defs:maps
39 #define maps__for_each_entry(maps, map) \ argument
42 #define maps__for_each_entry_safe(maps, map, next) \ argument
46 DECLARE_RC_STRUCT(maps) { in DECLARE_RC_STRUCT() argument
84 static inline struct rb_root *maps__entries(struct maps *maps) in maps__entries()
89 static inline struct machine *maps__machine(struct maps *maps) in maps__machine()
94 static inline struct rw_semaphore *maps__lock(struct maps *maps) in maps__lock()
99 static inline struct map **maps__maps_by_name(struct maps *maps) in maps__maps_by_name()
104 static inline unsigned int maps__nr_maps(const struct maps *maps) in maps__nr_maps()
109 static inline refcount_t *maps__refcnt(struct maps *maps) in maps__refcnt()
115 static inline void *maps__addr_space(struct maps *maps) in maps__addr_space()
120 static inline const struct unwind_libunwind_ops *maps__unwind_libunwind_ops(const struct maps *maps) in maps__unwind_libunwind_ops()