Home
last modified time | relevance | path

Searched refs:store_type (Results 1 – 5 of 5) sorted by relevance

/linux/tools/lib/python/kdoc/
H A Dparse_data_structs.py242 def store_type(self, ln, symbol_type: str, symbol: str, member in ParseDataStructs
346 self.store_type(line_no, "symbol", match.group(1))
353 self.store_type(line_no, "ioctl", match.group(1),
359 self.store_type(line_no, "define", match.group(1))
367 self.store_type(line_no, "typedef", symbol, ref_name=name)
373 self.store_type(line_no, "enum", match.group(1))
380 self.store_type(line_no, "struct", match.group(1))
/linux/include/linux/
H A Dmaple_tree.h151 enum store_type { enum
453 enum store_type store_type; /* The type of store needed for this operation */ member
502 .store_type = wr_invalid, \
/linux/lib/
H A Dmaple_tree.c3065 enum store_type type = wr_mas->mas->store_type; in mas_commit_b_node()
3751 switch (mas->store_type) { in mas_wr_store_entry()
3844 switch (mas->store_type) { in mas_prealloc_calc()
3893 static inline enum store_type mas_wr_store_type(struct ma_wr_state *wr_mas) in mas_wr_store_type()
3947 mas->store_type = mas_wr_store_type(wr_mas); in mas_wr_preallocate()
3990 if (mas->store_type == wr_spanning_store) in mas_insert()
3994 if (mas->store_type != wr_new_root && mas->store_type != wr_store_root) { in mas_insert()
5087 mas->store_type = mas_wr_store_type(&wr_mas); in mas_store()
5155 if (mas->store_type == wr_store_root) { in mas_store_prealloc()
5161 if (mas->store_type != wr_spanning_store) { in mas_store_prealloc()
[all …]
/linux/rust/kernel/
H A Dmaple_tree.rs526 store_type: bindings::store_type_wr_invalid, in new_raw()
/linux/tools/testing/radix-tree/
H A Dmaple.c35118 MT_BUG_ON(mt, mas.store_type != wr_spanning_store); in check_prealloc()