![]() |
HDF5
1.12.0
|
Functions | |
| herr_t | H5AC_stats (const H5F_t *f) |
| herr_t | H5AC_dump_cache (const H5F_t *f) |
| herr_t | H5AC_get_entry_ptr_from_addr (const H5F_t *f, haddr_t addr, void **entry_ptr_ptr) |
| herr_t | H5AC_flush_dependency_exists (H5F_t *f, haddr_t parent_addr, haddr_t child_addr, hbool_t *fd_exists_ptr) |
| herr_t | H5AC_verify_entry_type (const H5F_t *f, haddr_t addr, const H5AC_class_t *expected_type, hbool_t *in_cache_ptr, hbool_t *type_ok_ptr) |
| hbool_t | H5AC_get_serialization_in_progress (H5F_t *f) |
| hbool_t | H5AC_cache_is_clean (const H5F_t *f, H5AC_ring_t inner_ring) |
| hbool_t H5AC_cache_is_clean | ( | const H5F_t * | f, |
| H5AC_ring_t | inner_ring | ||
| ) |
References cache_ptr, f, FUNC_LEAVE_NOAPI(), H5C_cache_is_clean(), HDassert(), and ret_value.
References f, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5C_dump_cache(), HDassert(), and ret_value.
| herr_t H5AC_flush_dependency_exists | ( | H5F_t * | f, |
| haddr_t | parent_addr, | ||
| haddr_t | child_addr, | ||
| hbool_t * | fd_exists_ptr | ||
| ) |
References cache_ptr, f, FAIL, FUNC_LEAVE_NOAPI(), H5C_flush_dependency_exists(), HDassert(), and ret_value.
References addr, cache_ptr, f, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5C_get_entry_ptr_from_addr(), HDassert(), and ret_value.
References cache_ptr, f, FUNC_LEAVE_NOAPI(), H5C_get_serialization_in_progress(), HDassert(), and ret_value.
References f, FUNC_LEAVE_NOAPI(), H5C_stats(), and HDassert().
Referenced by H5AC_dest().
| herr_t H5AC_verify_entry_type | ( | const H5F_t * | f, |
| haddr_t | addr, | ||
| const H5AC_class_t * | expected_type, | ||
| hbool_t * | in_cache_ptr, | ||
| hbool_t * | type_ok_ptr | ||
| ) |
References addr, cache_ptr, f, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5C_verify_entry_type(), HDassert(), and ret_value.