zephyr/subsys/rtio
Florian Weber b55b9ae72b rtio: workq: bugfix of memory allocation
This commit fixes the bug that the memory of the work request is
freed up in the work handler, before it is not needed anymore by the p4wq.
This is fixed now, by using the new done_handler in the p4wq
for freeing up that memory.

Signed-off-by: Florian Weber <Florian.Weber@live.de>
2025-02-12 16:03:17 +01:00
..
CMakeLists.txt
Kconfig
Kconfig.workq
rtio_executor.c rtio: Split the rx and tx buffer unions 2024-08-17 08:55:01 -04:00
rtio_handlers.c rtio: Split the rx and tx buffer unions 2024-08-17 08:55:01 -04:00
rtio_init.c
rtio_workq.c rtio: workq: bugfix of memory allocation 2025-02-12 16:03:17 +01:00