Searched refs:endio_work (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_discard.c | 79 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 D | xfs_extent_busy.h | 38 struct work_struct endio_work; member
|
/kernel/linux/linux-5.10/drivers/hyperhold/ |
H A D | hp_iotab.h | 40 struct work_struct endio_work; member
|
H A D | hp_core.c | 657 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 D | hp_iotab.h | 40 struct work_struct endio_work; member
|
H A D | hp_core.c | 697 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