Home
last modified time | relevance | path

Searched defs:mas (Results 1 – 14 of 14) sorted by relevance

/linux/lib/
H A Dmaple_tree.c221 static unsigned int mas_mt_height(struct ma_state *mas) in mas_mt_height()
263 static __always_inline void mas_set_err(struct ma_state *mas, long err) in mas_set_err()
269 static __always_inline bool mas_is_ptr(const struct ma_state *mas) in mas_is_ptr()
274 static __always_inline bool mas_is_start(const struct ma_state *mas) in mas_is_start()
279 static __always_inline bool mas_is_none(const struct ma_state *mas) in mas_is_none()
284 static __always_inline bool mas_is_paused(const struct ma_state *mas) in mas_is_paused()
289 static __always_inline bool mas_is_overflow(struct ma_state *mas) in mas_is_overflow()
294 static inline bool mas_is_underflow(struct ma_state *mas) in mas_is_underflow()
323 static inline struct maple_node *mas_mn(const struct ma_state *mas) in mas_mn()
387 static inline bool mas_is_root_limits(const struct ma_state *mas) in mas_is_root_limits()
[all …]
H A Dinterval_tree_test.c202 static void mas_cur_span(struct ma_state *mas, struct interval_tree_span_iter *state) in mas_cur_span()
H A Dtest_maple_tree.c22 #define mas_dump(mas) do {} while (0) argument
23 #define mas_wr_dump(mas) do {} while (0) argument
H A Dalloc_tag.c387 static bool find_aligned_area(struct ma_state *mas, unsigned long section_size, in find_aligned_area()
/linux/tools/testing/radix-tree/
H A Dmaple.c414 static inline void mas_node_walk(struct ma_state *mas, struct maple_node *node, in mas_node_walk()
486 static inline bool mas_descend_walk(struct ma_state *mas, in mas_descend_walk()
521 static inline bool mas_tree_walk(struct ma_state *mas, unsigned long *range_min, in mas_tree_walk()
554 static inline void *mas_range_load(struct ma_state *mas, in mas_range_load()
34934 static void mas_dfs_preorder(struct ma_state *mas) in mas_dfs_preorder()
35041 struct ma_state *mas = wr_mas->mas; in get_vacant_height() local
35086 static int mas_allocated(struct ma_state *mas) in mas_allocated()
35657 static __init void mas_subtree_max_range(struct ma_state *mas) in mas_subtree_max_range()
36126 static unsigned long get_last_index(struct ma_state *mas) in get_last_index()
/linux/mm/
H A Dexecmem.c110 static inline unsigned long mas_range_len(struct ma_state *mas) in mas_range_len()
213 static bool within_range(struct execmem_range *range, struct ma_state *mas, in within_range()
354 static int __execmem_cache_free(struct ma_state *mas, void *ptr, gfp_t gfp_mask) in __execmem_cache_free()
H A Dvma.h159 struct ma_state *mas; /* the maple state point to the first vma */ member
H A Dvma.c2343 struct ma_state *mas = &vms->vmi->mas; in vms_abort_munmap_vmas() local
H A Dmemory.c389 struct ma_state *mas = unmap->mas; in free_pgtables() local
/linux/scripts/gdb/linux/
H A Dmapletree.py198 def mtree_lookup_walk(mas): argument
/linux/drivers/base/regmap/
H A Dregcache-maple.c190 struct ma_state *mas, in regcache_maple_sync_block()
/linux/drivers/media/pci/saa7164/
H A Dsaa7164-api.c615 u8 mas; in saa7164_api_set_dif() local
/linux/tools/testing/vma/include/
H A Ddup.h401 struct ma_state mas; member
/linux/include/linux/
H A Dmm_types.h1498 struct ma_state mas; member