Initialize and deinitialize core pool with ctx
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
@@ -910,13 +910,6 @@ int ocf_mngt_cache_get_fallback_pt_error_threshold(ocf_cache_t cache,
|
||||
*/
|
||||
int ocf_mngt_cache_reset_fallback_pt_error_counter(ocf_cache_t cache);
|
||||
|
||||
/**
|
||||
* @brief Initialize core pool
|
||||
*
|
||||
* @param[in] ctx OCF context
|
||||
*/
|
||||
void ocf_mngt_core_pool_init(ocf_ctx_t ctx);
|
||||
|
||||
/**
|
||||
* @brief Get core pool count
|
||||
*
|
||||
@@ -974,11 +967,4 @@ int ocf_mngt_core_pool_visit(ocf_ctx_t ctx,
|
||||
*/
|
||||
void ocf_mngt_core_pool_remove(ocf_ctx_t ctx, ocf_volume_t volume);
|
||||
|
||||
/**
|
||||
* @brief Deinit core pool
|
||||
*
|
||||
* @param[in] ctx OCF context
|
||||
*/
|
||||
void ocf_mngt_core_pool_deinit(ocf_ctx_t ctx);
|
||||
|
||||
#endif /* __OCF_CACHE_H__ */
|
||||
|
||||
Reference in New Issue
Block a user