Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmaple_tree.h771 static inline bool mt_external_lock(const struct maple_tree *mt)
789 if (!mt_external_lock(mt)) in mt_init()
824 if (mt_external_lock(mt)) { in mt_set_in_rcu()
843 if (mt_external_lock(mt)) {
757 static inline bool mt_external_lock(const struct maple_tree *mt) mt_external_lock() function
/linux/lib/
H A Dmaple_tree.c776 return mt_external_lock(mt) ? mt_write_lock_is_held(mt) : in mt_write_locked()
782 return mt_external_lock(mt) ? mt_lock_is_held(mt) : in mt_locked()
6285 if (gfpflags_allow_blocking(gfp) && !mt_external_lock(mas->tree)) { in mas_nomem()