Update debug prints and methods
Signed-off-by: Kozlowski Mateusz <mateusz.kozlowski@intel.com>
This commit is contained in:
@@ -247,7 +247,7 @@ uint32_t ocf_cache_line_concurrency_suspended_no(struct ocf_alock *alock)
|
||||
return ocf_alock_waitlist_count(alock);
|
||||
}
|
||||
|
||||
#define ALLOCATOR_NAME_FMT "ocf_%s_cache_concurrency"
|
||||
#define ALLOCATOR_NAME_FMT "ocf_%s_cl_conc"
|
||||
#define ALLOCATOR_NAME_MAX (sizeof(ALLOCATOR_NAME_FMT) + OCF_CACHE_NAME_SIZE)
|
||||
|
||||
int ocf_cache_line_concurrency_init(struct ocf_alock **self,
|
||||
|
@@ -131,7 +131,7 @@ void ocf_mio_async_unlock(struct ocf_alock *alock,
|
||||
}
|
||||
|
||||
|
||||
#define ALLOCATOR_NAME_FMT "ocf_%s_mio_concurrency"
|
||||
#define ALLOCATOR_NAME_FMT "ocf_%s_mio_conc"
|
||||
#define ALLOCATOR_NAME_MAX (sizeof(ALLOCATOR_NAME_FMT) + OCF_CACHE_NAME_SIZE)
|
||||
|
||||
int ocf_mio_concurrency_init(struct ocf_alock **self,
|
||||
|
Reference in New Issue
Block a user