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

/linux-master/drivers/mtd/
H A Dmtdswap.c758 int idx, stopat; local
761 stopat = MTDSWAP_LOWFRAG;
763 stopat = MTDSWAP_HIFRAG;
765 for (idx = MTDSWAP_BITFLIP; idx >= stopat; idx--)
/linux-master/kernel/rcu/
H A Drcutorture.c2690 unsigned long stopat; local
2714 stopat = rfp->rcu_fwd_startat + dur;
2715 while (time_before(jiffies, stopat) &&
2725 if (!time_before(jiffies, stopat) &&
2764 unsigned long stopat; local
2777 stopat = rfp->rcu_fwd_startat + MAX_FWD_CB_JIFFIES;
2789 while (time_before(jiffies, stopat) &&

Completed in 109 milliseconds