Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hyperhold/
Dhp_iotab.h46 struct hpio *hpio_alloc(u32 nr_page, gfp_t gfp, unsigned int op, bool new_page);
Dhp_iotab.c160 struct hpio *hpio_alloc(u32 nr_page, gfp_t gfp, unsigned int op, bool new_page) in hpio_alloc() function
197 hpio = hpio_alloc(nr_page, gfp, op, true); in hpio_get_alloc()
Dhp_core.c448 hpio = hpio_alloc(nr_page, gfp, op, new_page); in hyperhold_io_alloc()