Searched refs:old_context (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/include/block/ |
H A D | raw-aio.h | 64 void laio_detach_aio_context(LinuxAioState *s, AioContext *old_context); 75 void luring_detach_aio_context(LuringState *s, AioContext *old_context); 89 AioContext *old_context);
|
/openbmc/qemu/stubs/ |
H A D | io_uring.c | 14 void luring_detach_aio_context(LuringState *s, AioContext *old_context) in luring_detach_aio_context() argument
|
H A D | linux-aio.c | 14 void laio_detach_aio_context(LinuxAioState *s, AioContext *old_context) in laio_detach_aio_context() argument
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce112/ |
H A D | dce112_resource.h | 43 struct dc_state *old_context);
|
/openbmc/qemu/block/ |
H A D | win32-aio.c | 175 AioContext *old_context) in win32_aio_detach_aio_context() argument 177 aio_set_event_notifier(old_context, &aio->e, NULL, NULL, NULL); in win32_aio_detach_aio_context()
|
H A D | io_uring.c | 408 void luring_detach_aio_context(LuringState *s, AioContext *old_context) in luring_detach_aio_context() argument 410 aio_set_fd_handler(old_context, s->ring.ring_fd, in luring_detach_aio_context()
|
H A D | linux-aio.c | 436 void laio_detach_aio_context(LinuxAioState *s, AioContext *old_context) in laio_detach_aio_context() argument 438 aio_set_event_notifier(old_context, &s->e, NULL, NULL, NULL); in laio_detach_aio_context()
|
/openbmc/linux/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_buffer.c | 399 struct etnaviv_iommu_context *old_context = gpu->mmu_context; in etnaviv_buffer_queue() local 402 etnaviv_iommu_context_put(old_context); in etnaviv_buffer_queue()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | resource.h | 381 const struct dc_state *old_context,
|