Searched defs:rcu_node (Results 1 – 1 of 1) sorted by relevance
29469 struct rcu_node { struct29490 struct rcu_node *parent; argument29491 struct list_head blkd_tasks;29492 struct list_head *gp_tasks;29493 struct list_head *exp_tasks;29494 struct list_head *boost_tasks;29495 struct rt_mutex boost_mtx;29496 long unsigned int boost_time;29497 struct task_struct *boost_kthread_task;29498 unsigned int boost_kthread_status;[all …]