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
336 seq = read_seqcount_begin(&obj->seq); in reservation_object_wait_timeout_rcu()
346 if (read_seqcount_retry(&obj->seq, seq)) in reservation_object_wait_timeout_rcu()
371 if (read_seqcount_retry(&obj->seq, seq)) in reservation_object_wait_timeout_rcu()
422 unsigned seq, shared_count; in reservation_object_test_signaled_rcu() local
427 seq = read_seqcount_begin(&obj->seq); in reservation_object_test_signaled_rcu()
439 if (read_seqcount_retry(&obj->seq, seq)) in reservation_object_test_signaled_rcu()
463 if (read_seqcount_retry(&obj->seq, seq)) in reservation_object_test_signaled_rcu()