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

/linux-4.4.14/kernel/rcu/
H A Dsrcu.c339 static bool try_check_zero(struct srcu_struct *sp, int idx, int trycount) try_check_zero() function
573 if (!try_check_zero(sp, idx, trycount)) srcu_advance_batches()
580 * (Presumably try_check_zero() returned false during that srcu_advance_batches()
602 if (!try_check_zero(sp, idx^1, trycount)) srcu_advance_batches()

Completed in 96 milliseconds