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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/
H A Dcfm.c110 smc->y[PA].scrub = 0 ;
111 smc->y[PB].scrub = 0 ;
346 smc->y[PA].scrub = TRUE ;
357 smc->y[PA].scrub = TRUE ;
358 smc->y[PB].scrub = TRUE ;
370 smc->y[PA].scrub = TRUE ;
371 smc->y[PB].scrub = TRUE ;
405 smc->y[PB].scrub = TRUE ;
413 smc->y[PA].scrub = TRUE ;
414 smc->y[PB].scrub
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dscan.h32 * @scrub: if this physical eraseblock needs scrubbing
46 int scrub; member in struct:ubi_scan_leb
H A Dwl.c122 * o scrubbing is needed (@wl->scrub tree).
233 wl_tree_add(e, &ubi->scrub);
250 paranoid_check_in_wl_tree(e, &ubi->scrub);
251 rb_erase(&e->rb, &ubi->scrub);
762 (tree_empty(&ubi->used) && tree_empty(&ubi->scrub))) {
784 if (tree_empty(&ubi->scrub)) {
805 e1 = rb_entry(rb_first(&ubi->scrub), struct ubi_wl_entry, rb);
808 dbg_wl("scrub PEB %d to PEB %d", e1->pnum, e2->pnum);
951 * If the ubi->scrub tree is not empty, scrubbing is needed, and the
954 if (tree_empty(&ubi->scrub)) {
[all...]
H A Deba.c368 int err, pnum, scrub = 0, idx = vol_id2idx(ubi, vol_id); local
418 scrub = 1;
430 scrub = 1;
435 scrub = 1;
455 if (scrub)
H A Ddebug.c164 dbg_msg("scrub %d", seb->scrub);
H A Dubi.h234 * @scrub: RB-tree of physical eraseblocks which need scrubbing
308 struct rb_root scrub; member in struct:ubi_device
H A Dscan.c475 seb->scrub = ((cmp_res & 2) || bitflips);
515 seb->scrub = bitflips;
H A Dvtbl.c393 seb->scrub = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/h/
H A Dsmc.h209 u_char scrub ; /* CFM flag Scrub -> PCM */ member in struct:s_phy

Completed in 103 milliseconds