Lines Matching refs:seq
93 write_seqcount_begin(&obj->seq); in reservation_object_add_shared_inplace()
104 write_seqcount_end(&obj->seq); in reservation_object_add_shared_inplace()
119 write_seqcount_end(&obj->seq); in reservation_object_add_shared_inplace()
167 write_seqcount_begin(&obj->seq); in reservation_object_add_shared_replace()
173 write_seqcount_end(&obj->seq); in reservation_object_add_shared_replace()
218 write_seqcount_begin(&obj->seq); in reservation_object_add_excl_fence()
223 write_seqcount_end(&obj->seq); in reservation_object_add_excl_fence()
248 unsigned seq; in reservation_object_get_fences_rcu() local
250 seq = read_seqcount_begin(&obj->seq); in reservation_object_get_fences_rcu()
280 retry = read_seqcount_retry(&obj->seq, seq); in reservation_object_get_fences_rcu()
327 unsigned seq, shared_count, i = 0; in reservation_object_wait_timeout_rcu() local
333 seq = read_seqcount_begin(&obj->seq); in reservation_object_wait_timeout_rcu()
342 if (read_seqcount_retry(&obj->seq, seq)) in reservation_object_wait_timeout_rcu()
367 if (read_seqcount_retry(&obj->seq, seq)) in reservation_object_wait_timeout_rcu()
418 unsigned seq, shared_count; in reservation_object_test_signaled_rcu() local
423 seq = read_seqcount_begin(&obj->seq); in reservation_object_test_signaled_rcu()
434 if (read_seqcount_retry(&obj->seq, seq)) in reservation_object_test_signaled_rcu()
458 if (read_seqcount_retry(&obj->seq, seq)) in reservation_object_test_signaled_rcu()