Home
last modified time | relevance | path

Searched refs:endio_work (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_discard.c79 container_of(work, struct xfs_busy_extents, endio_work); in xfs_discard_endio_work()
95 INIT_WORK(&extents->endio_work, xfs_discard_endio_work); in xfs_discard_endio()
96 queue_work(xfs_discard_wq, &extents->endio_work); in xfs_discard_endio()
139 xfs_discard_endio_work(&extents->endio_work); in xfs_discard_extents()
H A Dxfs_extent_busy.h38 struct work_struct endio_work; member
/kernel/linux/linux-5.10/drivers/hyperhold/
H A Dhp_iotab.h40 struct work_struct endio_work; member
H A 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()
/kernel/linux/linux-6.6/drivers/hyperhold/
H A Dhp_iotab.h40 struct work_struct endio_work; member
H A Dhp_core.c697 struct hpio *hpio = container_of(work, struct hpio, endio_work); in hp_endio_work()
737 queue_work(wq, &hpio->endio_work); in hpio_endio()
813 INIT_WORK(&hpio->endio_work, hp_endio_work); in rw_extent_async()

Completed in 4 milliseconds