Merge pull request #716 from jfckm/alock-count-locks

Extend alock API with entries_count method
This commit is contained in:
Jan Musiał
2022-05-18 15:33:32 +02:00
committed by GitHub
6 changed files with 62 additions and 15 deletions

View File

@@ -1,3 +1,7 @@
/*
* Copyright(c) 2021-2022 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause
*/
/*
* <tested_file_path>src/concurrency/ocf_cache_line_concurrency.c</tested_file_path>
* <tested_function>ocf_req_async_lock_rd</tested_function>
@@ -43,6 +47,7 @@
* ocf_cl_lock_line_get_entry
* ocf_cl_lock_line_is_acting
* ocf_cl_lock_line_slow
* ocf_cl_lock_get_entries_count
* ocf_cl_lock_line_fast
* </functions_to_leave>
*/