curr_mark_cnt    4865 drivers/md/md.c 	resync = mddev->curr_mark_cnt - atomic_read(&mddev->recovery_active);
curr_mark_cnt    7815 drivers/md/md.c 	sector_t rt, curr_mark_cnt, resync_mark_cnt;
curr_mark_cnt    7920 drivers/md/md.c 	curr_mark_cnt = mddev->curr_mark_cnt;
curr_mark_cnt    7924 drivers/md/md.c 	if (curr_mark_cnt >= (recovery_active + resync_mark_cnt))
curr_mark_cnt    7925 drivers/md/md.c 		db = curr_mark_cnt - (recovery_active + resync_mark_cnt);
curr_mark_cnt    8674 drivers/md/md.c 		mddev->curr_mark_cnt = io_sectors;
curr_mark_cnt     356 drivers/md/md.h 	sector_t			curr_mark_cnt; /* blocks scheduled now */