Lines Matching refs:it
408 struct mr_mfc_iter *it, loff_t pos);
415 struct mr_mfc_iter *it = seq->private; in mr_mfc_seq_start() local
417 it->mrt = mrt; in mr_mfc_seq_start()
418 it->cache = NULL; in mr_mfc_seq_start()
419 it->lock = lock; in mr_mfc_seq_start()
428 struct mr_mfc_iter *it = seq->private; in mr_mfc_seq_stop() local
429 struct mr_table *mrt = it->mrt; in mr_mfc_seq_stop()
431 if (it->cache == &mrt->mfc_unres_queue) in mr_mfc_seq_stop()
432 spin_unlock_bh(it->lock); in mr_mfc_seq_stop()
433 else if (it->cache == &mrt->mfc_cache_list) in mr_mfc_seq_stop()
455 struct mr_mfc_iter *it, loff_t pos) in mr_mfc_seq_idx() argument