Searched refs:ma_state (Results 1 – 4 of 4) sorted by relevance
| /include/linux/ |
| D | maple_tree.h | 438 struct ma_state { struct 455 struct ma_state *mas; argument 483 struct ma_state name = { \ 496 #define MA_WR_STATE(name, ma_state, wr_entry) \ argument 498 .mas = ma_state, \ 510 void *mas_walk(struct ma_state *mas); 511 void *mas_store(struct ma_state *mas, void *entry); 512 void *mas_erase(struct ma_state *mas); 513 int mas_store_gfp(struct ma_state *mas, void *entry, gfp_t gfp); 514 void mas_store_prealloc(struct ma_state *mas, void *entry); [all …]
|
| D | mm_types.h | 1168 struct ma_state mas;
|
| D | mm.h | 2551 void unmap_vmas(struct mmu_gather *tlb, struct ma_state *mas,
|
| /include/trace/events/ |
| D | maple_tree.h | 11 struct ma_state; 15 TP_PROTO(const char *fn, struct ma_state *mas), 48 TP_PROTO(const char *fn, struct ma_state *mas), 82 TP_PROTO(const char *fn, struct ma_state *mas, unsigned long piv,
|