Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmaple_tree.h602 static inline bool mt_external_lock(const struct maple_tree *mt) in mt_external_lock() function
620 if (!mt_external_lock(mt)) in mt_init_flags()
655 if (mt_external_lock(mt)) { in mt_clear_in_rcu()
674 if (mt_external_lock(mt)) { in mt_set_in_rcu()
/openbmc/linux/drivers/base/regmap/
H A Dregcache-maple.c359 if (!mt_external_lock(mt) && map->lock_key) in regcache_maple_init()
/openbmc/linux/lib/
H A Dmaple_tree.c799 return mt_external_lock(mt) ? mt_write_lock_is_held(mt) : in mt_write_locked()
805 return mt_external_lock(mt) ? mt_lock_is_held(mt) : in mt_locked()
6221 if (gfpflags_allow_blocking(gfp) && !mt_external_lock(mas->tree)) { in mas_nomem()