boost_mtx         106 kernel/rcu/tree.h 	struct rt_mutex boost_mtx;
boost_mtx         501 kernel/rcu/tree_plugin.h 			drop_boost_mutex = rt_mutex_owner(&rnp->boost_mtx) == t;
boost_mtx         528 kernel/rcu/tree_plugin.h 			rt_mutex_futex_unlock(&rnp->boost_mtx);
boost_mtx        1013 kernel/rcu/tree_plugin.h 	rt_mutex_init_proxy_locked(&rnp->boost_mtx, t);
boost_mtx        1016 kernel/rcu/tree_plugin.h 	rt_mutex_lock(&rnp->boost_mtx);
boost_mtx        1017 kernel/rcu/tree_plugin.h 	rt_mutex_unlock(&rnp->boost_mtx);  /* Then keep lockdep happy. */