ocf/src/engine
Ian Levine ac1b6b774a Added a priority queue for the request instead of push front
Now the request can be pushed to a high priority queue (instead of ocf_queue_push_req_front)
and to a low priority queue (instead of ocf_queue_push_req_back).
Both functions were merged into one function (ocf_queue_push_req) and instead of the
allow_sync parameter there is now a flags parameter that can be an OR combination of
OCF_QUEUE_ALLOW_SYNC and OCF_QUEUE_PRIO_HIGH

Signed-off-by: Ian Levine <ian.levine@huawei.com>
Signed-off-by: Robert Baldyga <robert.baldyga@huawei.com>
2024-08-02 12:53:16 +02:00
..
cache_engine.c Added a priority queue for the request instead of push front 2024-08-02 12:53:16 +02:00
cache_engine.h Move and rename ocf_engine_pop_req from cache_engine to ocf_queue_pop_req in ocf_queue 2024-08-02 12:53:16 +02:00
engine_bf.c Added a priority queue for the request instead of push front 2024-08-02 12:53:16 +02:00
engine_bf.h Fix license 2021-10-28 13:08:50 +02:00
engine_common.c Added a priority queue for the request instead of push front 2024-08-02 12:53:16 +02:00
engine_common.h Move and rename ocf_engine_push_req_* from engine_common to ocf_queue_push_req_* in ocf_queue 2024-08-02 12:53:16 +02:00
engine_d2c.c remove ocf_io_start function 2022-10-28 15:03:36 +02:00
engine_d2c.h Fix license 2021-10-28 13:08:50 +02:00
engine_debug.h Fix license 2021-10-28 13:08:50 +02:00
engine_discard.c Added a priority queue for the request instead of push front 2024-08-02 12:53:16 +02:00
engine_discard.h Fix license 2021-10-28 13:08:50 +02:00
engine_fast.c Added a priority queue for the request instead of push front 2024-08-02 12:53:16 +02:00
engine_fast.h Fix license 2021-10-28 13:08:50 +02:00
engine_inv.c Added a priority queue for the request instead of push front 2024-08-02 12:53:16 +02:00
engine_inv.h Fix license 2021-10-28 13:08:50 +02:00
engine_ops.c Fix ops(flush) engine 2022-06-01 22:33:35 +02:00
engine_ops.h Fix license 2021-10-28 13:08:50 +02:00
engine_pt.c Added a priority queue for the request instead of push front 2024-08-02 12:53:16 +02:00
engine_pt.h Added a priority queue for the request instead of push front 2024-08-02 12:53:16 +02:00
engine_rd.c Added a priority queue for the request instead of push front 2024-08-02 12:53:16 +02:00
engine_rd.h Fix license 2021-10-28 13:08:50 +02:00
engine_wa.c remove ocf_io_start function 2022-10-28 15:03:36 +02:00
engine_wa.h Fix license 2021-10-28 13:08:50 +02:00
engine_wb.c Added a priority queue for the request instead of push front 2024-08-02 12:53:16 +02:00
engine_wb.h Fix license 2021-10-28 13:08:50 +02:00
engine_wi.c Added a priority queue for the request instead of push front 2024-08-02 12:53:16 +02:00
engine_wi.h Fix license 2021-10-28 13:08:50 +02:00
engine_wo.c Added a priority queue for the request instead of push front 2024-08-02 12:53:16 +02:00
engine_wo.h Add missing headers 2024-05-11 00:51:29 +02:00
engine_wt.c Added a priority queue for the request instead of push front 2024-08-02 12:53:16 +02:00
engine_wt.h Fix license 2021-10-28 13:08:50 +02:00
engine_zero.c Added a priority queue for the request instead of push front 2024-08-02 12:53:16 +02:00
engine_zero.h Fix license 2021-10-28 13:08:50 +02:00