ocf/src/utils
Michal Mielewczyk db06783d56 Fix cache stats updating.
When single request to cache was issued, stats updating function was called with
0 bytes as value to update. In case of many request issued to cache, stats were
updated only in case of error.

Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
2019-10-08 08:49:24 -04:00
..
utils_async_lock.c Error handling for env_rwsem_init added 2019-09-30 17:16:37 +02:00
utils_async_lock.h ocf_async_lock: Replace mutex with spinlocks 2019-09-23 15:54:25 +02:00
utils_cache_line.c Add promotion policy API and use it in I/O path 2019-07-19 13:52:00 +02:00
utils_cache_line.h Synchronization of collision table 2019-09-25 00:26:29 -04:00
utils_cleaner.c Remove calls to OCF_METADATA_(UN)LOCK_WR(RD) 2019-09-20 17:21:00 -04:00
utils_cleaner.h Async wait for cleaner completion 2019-05-06 19:37:49 -04:00
utils_io_allocator.h Introduce OCF IO allocator 2019-07-17 10:31:23 +02:00
utils_io.c Fix cache stats updating. 2019-10-08 08:49:24 -04:00
utils_io.h Merge new_io and configure into one function 2019-07-17 10:31:23 +02:00
utils_list.c Code refactoring 2019-01-16 06:46:00 -05:00
utils_list.h Initial commit 2018-11-29 15:14:21 +01:00
utils_part.c Fixed some bugs found by the coverity tool 2019-09-16 15:49:37 +02:00
utils_part.h Changed always returning 0 to void foo 2019-06-11 09:53:40 +02:00
utils_pipeline.c Introduce asynchronous cache lock 2019-05-28 11:20:48 +02:00
utils_pipeline.h Introduce pipeline *_RET macros 2019-05-02 17:22:43 +02:00
utils_realloc.c Rename utils_allocator to utils_realloc 2019-05-27 13:10:17 +02:00
utils_realloc.h Rename utils_allocator to utils_realloc 2019-05-27 13:10:17 +02:00
utils_refcnt.c Return post modification value from ocf_refcnt_inc/dec 2019-05-06 19:23:11 -04:00
utils_refcnt.h Return post modification value from ocf_refcnt_inc/dec 2019-05-06 19:23:11 -04:00
utils_stats.h Extract stats builder utils to separate file. 2019-09-12 05:21:17 -04:00