Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmaple_tree.h213 #define MT_FLAGS_USE_RCU 0x02 macro
870 return mt->ma_flags & MT_FLAGS_USE_RCU; in mt_in_rcu()
884 mt->ma_flags &= ~MT_FLAGS_USE_RCU; in mt_clear_in_rcu()
887 mt->ma_flags &= ~MT_FLAGS_USE_RCU; in mt_clear_in_rcu()
903 mt->ma_flags |= MT_FLAGS_USE_RCU; in mt_set_in_rcu()
906 mt->ma_flags |= MT_FLAGS_USE_RCU; in mt_set_in_rcu()
/linux/kernel/irq/
H A Dirqdesc.c172 MT_FLAGS_USE_RCU,
/linux/tools/testing/radix-tree/
H A Dmaple.c36326 mt_init_flags(&tree, MT_FLAGS_ALLOC_RANGE | MT_FLAGS_LOCK_EXTERN | MT_FLAGS_USE_RCU); in farmer_tests()
36356 mt_init_flags(&tree, MT_FLAGS_ALLOC_RANGE | MT_FLAGS_USE_RCU); in farmer_tests()