Searched refs:get_state_synchronize_rcu (Results 1 – 7 of 7) sorted by relevance
43 unsigned long get_state_synchronize_rcu(void);
20 static inline unsigned long get_state_synchronize_rcu(void) in get_state_synchronize_rcu() function
860 rq->rcustate = get_state_synchronize_rcu(); /* acts as smp_mb() */ in __i915_request_create()
3646 unsigned long get_state_synchronize_rcu(void) in get_state_synchronize_rcu() function3655 EXPORT_SYMBOL_GPL(get_state_synchronize_rcu);
463 .get_state = get_state_synchronize_rcu,
1375 ``get_state_synchronize_rcu()`` and ``cond_synchronize_rcu()`` functions1393 14 s = get_state_synchronize_rcu();1400 On line 14, ``get_state_synchronize_rcu()`` obtains a “cookie” from RCU,1403 waits as required. The need for ``get_state_synchronize_rcu`` and
5786 event->rcu_batches = get_state_synchronize_rcu(); in ring_buffer_attach()