Home
last modified time | relevance | path

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

/openbmc/linux/drivers/block/null_blk/
H A Dmain.c1104 struct nullb_page *c_pages[FREE_BATCH]; in null_make_cache_space() local
1113 (void **)c_pages, nullb->cache_flush_pos, FREE_BATCH); in null_make_cache_space()
1119 nullb->cache_flush_pos = c_pages[i]->page->index; in null_make_cache_space()
1124 if (test_bit(NULLB_PAGE_LOCK, c_pages[i]->bitmap)) in null_make_cache_space()
1125 c_pages[i] = NULL; in null_make_cache_space()
1127 __set_bit(NULLB_PAGE_LOCK, c_pages[i]->bitmap); in null_make_cache_space()
1132 if (c_pages[i] == NULL) in null_make_cache_space()
1134 err = null_flush_cache_page(nullb, c_pages[i]); in null_make_cache_space()