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

/linux-master/drivers/mtd/
H A Dmtdswap.c418 struct rb_root hist_root = RB_ROOT; local
430 __mtdswap_rb_add(&hist_root, eb);
437 medrb = mtdswap_rb_index(&hist_root, cnt / 2);
440 d->max_erase_count = MTDSWAP_ECNT_MAX(&hist_root);
451 rb_erase(&eb->rb, &hist_root);

Completed in 60 milliseconds