Searched defs:rcu_node (Results 1 – 2 of 2) sorted by relevance
25921 struct rcu_node { struct25941 struct rcu_node *parent; argument25942 struct list_head blkd_tasks;25943 struct list_head *gp_tasks;25944 struct list_head *exp_tasks;25945 struct list_head *boost_tasks;25946 struct rt_mutex boost_mtx;25947 unsigned long boost_time;25948 struct mutex boost_kthread_mutex;25949 struct task_struct *boost_kthread_task;[all …]
36013 struct rcu_node { struct36033 struct rcu_node *parent; argument36034 struct list_head blkd_tasks;36035 struct list_head *gp_tasks;36036 struct list_head *exp_tasks;36037 struct list_head *boost_tasks;36038 struct rt_mutex boost_mtx;36039 unsigned long boost_time;36040 struct mutex boost_kthread_mutex;36041 struct task_struct *boost_kthread_task;[all …]