Lines Matching defs:maps
29 #define maps__for_each_entry(maps, map) \ argument
32 #define maps__for_each_entry_safe(maps, map, next) \ argument
36 DECLARE_RC_STRUCT(maps) { in DECLARE_RC_STRUCT() argument
74 static inline struct rb_root *maps__entries(struct maps *maps) in maps__entries()
79 static inline struct machine *maps__machine(struct maps *maps) in maps__machine()
84 static inline struct rw_semaphore *maps__lock(struct maps *maps) in maps__lock()
89 static inline struct map **maps__maps_by_name(struct maps *maps) in maps__maps_by_name()
94 static inline unsigned int maps__nr_maps(const struct maps *maps) in maps__nr_maps()
99 static inline refcount_t *maps__refcnt(struct maps *maps) in maps__refcnt()
105 static inline void *maps__addr_space(struct maps *maps) in maps__addr_space()
110 static inline const struct unwind_libunwind_ops *maps__unwind_libunwind_ops(const struct maps *maps) in maps__unwind_libunwind_ops()