Home
last modified time | relevance | path

Searched refs:mas_nomem (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dmaple_tree.h572 bool mas_nomem(struct ma_state *mas, gfp_t gfp);
/linux/lib/
H A Dmaple_tree.c3900 } while (mas_nomem(mas, gfp)); in mas_alloc_cyclic()
4988 if (unlikely(mas_nomem(mas, gfp))) { in mas_store_gfp()
5720 bool mas_nomem(struct ma_state *mas, gfp_t gfp) in mas_nomem() function
5912 if (mas_nomem(&ms, gfp)) in mtree_insert_range()
5965 if (mas_nomem(&mas, gfp)) in mtree_alloc_range()
6047 if (mas_nomem(&mas, gfp)) in mtree_alloc_rrange()
/linux/tools/testing/radix-tree/
H A Dmaple.c35668 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()