Lines Matching refs:next
232 struct xfs_mru_cache_elem *elem, *next;
236 list_for_each_entry_safe(elem, next, &mru->reap_list, list_node) {
249 list_for_each_entry_safe(elem, next, &tmp, list_node) {
261 * keep when the next reap must occur so we can determine
270 unsigned long now, next;
277 next = _xfs_mru_cache_migrate(mru, jiffies);
280 mru->queued = next;
283 if (next <= now)
284 next = 0;
286 next -= now;
287 queue_delayed_work(xfs_mru_reap_wq, &mru->work, next);