Searched refs:get_state_synchronize_rcu (Results 1 - 12 of 12) sorted by relevance

/linux-master/include/linux/
H A Drcutiny.h35 unsigned long get_state_synchronize_rcu(void);
39 rgosp->rgos_norm = get_state_synchronize_rcu();
H A Drcutree.h81 unsigned long get_state_synchronize_rcu(void);
/linux-master/kernel/rcu/
H A Dtiny.c216 unsigned long get_state_synchronize_rcu(void) function
220 EXPORT_SYMBOL_GPL(get_state_synchronize_rcu); variable
228 unsigned long gp_seq = get_state_synchronize_rcu();
H A Dtree_exp.h1009 s = get_state_synchronize_rcu();
1048 * @oldstate: value from get_state_synchronize_rcu(), start_poll_synchronize_rcu(), or start_poll_synchronize_rcu_expedited()
1051 * call to get_state_synchronize_rcu(), start_poll_synchronize_rcu(),
H A Dtree.c3458 krcp->head_gp_snap = get_state_synchronize_rcu();
3655 * get_state_synchronize_rcu - Snapshot current RCU state
3661 unsigned long get_state_synchronize_rcu(void) function
3670 EXPORT_SYMBOL_GPL(get_state_synchronize_rcu); variable
3719 // the above call to get_state_synchronize_rcu() and the below call
3744 unsigned long gp_seq = get_state_synchronize_rcu();
3775 * @oldstate: value from get_state_synchronize_rcu() or start_poll_synchronize_rcu()
3868 * @oldstate: value from get_state_synchronize_rcu(), start_poll_synchronize_rcu(), or start_poll_synchronize_rcu_expedited()
3871 * get_state_synchronize_rcu() or start_poll_synchronize_rcu(), just return.
H A Dtasks.h483 rtp->percpu_dequeue_gpseq = get_state_synchronize_rcu();
H A Drcutorture.c548 .get_gp_state = get_state_synchronize_rcu,
559 .get_gp_state_exp = get_state_synchronize_rcu,
/linux-master/lib/
H A Dstackdepot.c494 stack->rcu_state = get_state_synchronize_rcu();
/linux-master/kernel/
H A Dtracepoint.c52 snapshot->rcu = get_state_synchronize_rcu();
/linux-master/drivers/gpu/drm/i915/
H A Di915_request.c962 rq->rcustate = get_state_synchronize_rcu(); /* acts as smp_mb() */
/linux-master/net/sched/
H A Dsch_generic.c1606 miniqp->miniq1.rcu_state = get_state_synchronize_rcu();
/linux-master/kernel/events/
H A Dcore.c6210 event->rcu_batches = get_state_synchronize_rcu();

Completed in 241 milliseconds