Home
last modified time | relevance | path

Searched refs:skip_nr (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/md/bcache/
H A Dwriteback.c913 int cur_idx, prev_idx, skip_nr; in bch_dirty_init_thread() local
930 skip_nr = cur_idx - prev_idx; in bch_dirty_init_thread()
932 while (skip_nr) { in bch_dirty_init_thread()
944 skip_nr--; in bch_dirty_init_thread()
H A Dbtree.c1951 int cur_idx, prev_idx, skip_nr; in bch_btree_check_thread() local
1974 skip_nr = cur_idx - prev_idx; in bch_btree_check_thread()
1976 while (skip_nr) { in bch_btree_check_thread()
1993 skip_nr--; in bch_btree_check_thread()