Searched refs:mt_external_lock (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dmaple_tree.h757 static inline bool mt_external_lock(const struct maple_tree *mt) function
775 if (!mt_external_lock(mt))
810 if (mt_external_lock(mt)) {
829 if (mt_external_lock(mt)) {
/linux-master/lib/
H A Dmaple_tree.c775 return mt_external_lock(mt) ? mt_write_lock_is_held(mt) :
781 return mt_external_lock(mt) ? mt_lock_is_held(mt) :
6288 if (gfpflags_allow_blocking(gfp) && !mt_external_lock(mas->tree)) {

Completed in 211 milliseconds