General packing of structs

Get back some memory/cachelines by packing any leftover static fields together.

Signed-off-by: Kozlowski Mateusz <mateusz.kozlowski@intel.com>
This commit is contained in:
Kozlowski Mateusz
2021-03-15 14:45:59 +01:00
parent 642527d72a
commit fdd6b88cc4
16 changed files with 90 additions and 87 deletions

View File

@@ -37,8 +37,8 @@
struct __waiter {
ocf_cache_line_t line;
void *ctx;
uint32_t ctx_id;
void *ctx;
ocf_req_async_lock_cb cb;
struct list_head item;
int rw;