Home
last modified time | relevance | path

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

/linux-6.15/kernel/rcu/
H A Dtree.c1606 struct sr_wait_node *sr_wn; in rcu_sr_get_wait_head() local
1610 sr_wn = &(rcu_state.srs_wait_nodes)[i]; in rcu_sr_get_wait_head()
1612 if (!atomic_cmpxchg_acquire(&sr_wn->inuse, 0, 1)) in rcu_sr_get_wait_head()
1613 return &sr_wn->node; in rcu_sr_get_wait_head()
1621 struct sr_wait_node *sr_wn = container_of(node, struct sr_wait_node, node); in rcu_sr_put_wait_head() local
1623 atomic_set_release(&sr_wn->inuse, 0); in rcu_sr_put_wait_head()