Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hyperhold/
Dhp_iotab.h40 struct work_struct endio_work; member
Dhp_core.c657 struct hpio *hpio = container_of(work, struct hpio, endio_work); in hp_endio_work()
697 queue_work(wq, &hpio->endio_work); in hpio_endio()
763 INIT_WORK(&hpio->endio_work, hp_endio_work); in rw_extent_async()