Home
last modified time | relevance | path

Searched refs:next_try (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dfinelock_queue.cc335 uint64 next_try = 1; in GetRandomWithPredicateTag() local
339 uint64 index = (next_try + first_try) % q_size_; in GetRandomWithPredicateTag()
343 next_try = (a_ * next_try + c_) % (modlength_); in GetRandomWithPredicateTag()
344 while (next_try >= q_size_) { in GetRandomWithPredicateTag()
347 next_try = (a_ * next_try + c_) % (modlength_); in GetRandomWithPredicateTag()