Searched refs:get_state_synchronize_rcu (Results 1 – 10 of 10) 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
52 snapshot->rcu = get_state_synchronize_rcu(); in tp_rcu_get_state()
853 rq->rcustate = get_state_synchronize_rcu(); /* acts as smp_mb() */ in __i915_request_create()
3694 unsigned long get_state_synchronize_rcu(void) in get_state_synchronize_rcu() function3703 EXPORT_SYMBOL_GPL(get_state_synchronize_rcu);
463 .get_state = get_state_synchronize_rcu,
975 get_state_synchronize_rcu
1995 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
5848 event->rcu_batches = get_state_synchronize_rcu(); in ring_buffer_attach()