Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/block/null_blk/
H A Dmain.c951 unsigned long flushed = 0, one_round; in null_make_cache_space() local
976 one_round = 0; in null_make_cache_space()
983 one_round++; in null_make_cache_space()
985 flushed += one_round << PAGE_SHIFT; in null_make_cache_space()
990 if (one_round == 0) { in null_make_cache_space()
/kernel/linux/linux-6.6/drivers/block/null_blk/
H A Dmain.c1089 unsigned long flushed = 0, one_round; in null_make_cache_space() local
1114 one_round = 0; in null_make_cache_space()
1121 one_round++; in null_make_cache_space()
1123 flushed += one_round << PAGE_SHIFT; in null_make_cache_space()
1128 if (one_round == 0) { in null_make_cache_space()

Completed in 6 milliseconds