Home
last modified time | relevance | path

Searched refs:rcu_node_entry (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Drcupdate_wait.h76 return !list_empty(&current->rcu_node_entry); in has_rcu_reader_blocked()
H A Dsched.h932 struct list_head rcu_node_entry; member
/linux/Documentation/RCU/Design/Data-Structures/
H A DData-Structures.rst534 the ``task_struct``'s ``->rcu_node_entry`` field) onto the head of the
1096 4 struct list_head rcu_node_entry;
1109 ``rcu_read_unlock()`` to do additional work. The ``->rcu_node_entry``
/linux/kernel/
H A Dfork.c1821 INIT_LIST_HEAD(&p->rcu_node_entry); in rcu_copy_process()