Searched refs:hpio_alloc (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/hyperhold/ |
D | hp_iotab.h | 46 struct hpio *hpio_alloc(u32 nr_page, gfp_t gfp, unsigned int op, bool new_page);
|
D | hp_iotab.c | 160 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()
|
D | hp_core.c | 448 hpio = hpio_alloc(nr_page, gfp, op, new_page); in hyperhold_io_alloc()
|