Searched refs:mas_nomem (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | maple_tree.h | 569 bool mas_nomem(struct ma_state *mas, gfp_t gfp);
|
| /linux/lib/ |
| H A D | maple_tree.c | 3816 } while (mas_nomem(mas, gfp)); in mas_alloc_cyclic() 4894 if (unlikely(mas_nomem(mas, gfp))) { in mas_store_gfp() 5586 if (mas_nomem(mas, GFP_KERNEL)) { in mas_erase() 5609 bool mas_nomem(struct ma_state *mas, gfp_t gfp) in mas_nomem() function 5755 if (mas_nomem(&ms, gfp)) in mtree_insert_range() 5808 if (mas_nomem(&mas, gfp)) in mtree_alloc_range() 5890 if (mas_nomem(&mas, gfp)) in mtree_alloc_rrange()
|
| /linux/tools/testing/radix-tree/ |
| H A D | maple.c | 35668 mas_nomem(&ms, GFP_KERNEL); /* Node allocated in here. */ in check_nomem() 35674 mas_nomem(&ms, GFP_KERNEL); /* Node allocated in here. */ in check_nomem()
|