Home
last modified time | relevance | path

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

/linux/drivers/block/null_blk/
H A Dmain.c61 struct nullb_page { struct
832 static struct nullb_page *null_alloc_page(void) in null_alloc_page()
834 struct nullb_page *t_page; in null_alloc_page()
836 t_page = kmalloc(sizeof(struct nullb_page), GFP_NOIO); in null_alloc_page()
850 static void null_free_page(struct nullb_page *t_page) in null_free_page()
859 static bool null_page_empty(struct nullb_page *page) in null_page_empty()
871 struct nullb_page *t_page, *ret; in null_free_sector()
892 static struct nullb_page *null_radix_tree_insert(struct nullb *nullb, u64 idx, in null_radix_tree_insert()
893 struct nullb_page *t_page, bool is_cache) in null_radix_tree_insert()
913 struct nullb_page *ret, *t_pages[FREE_BATCH]; in null_free_device_storage()
[all …]