![]() |
HDF5
1.12.0
|
| void* H5C_get_aux_ptr | ( | const H5C_t * | cache_ptr | ) |
References H5C_t::aux_ptr, cache_ptr, FUNC_LEAVE_NOAPI(), HDassert(), and H5C_t::magic.
Referenced by H5AC__flush_entries(), H5AC__log_cleaned_entry(), H5AC__log_deleted_entry(), H5AC__log_dirtied_entry(), H5AC__log_flushed_entry(), H5AC__log_inserted_entry(), H5AC__log_moved_entry(), H5AC__run_sync_point(), H5AC__set_sync_point_done_callback(), H5AC__set_write_done_callback(), H5AC_add_candidate(), H5AC_dest(), H5AC_get_cache_auto_resize_config(), H5AC_mark_entry_clean(), H5AC_mark_entry_dirty(), H5AC_move_entry(), H5AC_resize_entry(), H5AC_set_cache_auto_resize_config(), and H5AC_unprotect().
| herr_t H5C_get_cache_auto_resize_config | ( | const H5C_t * | cache_ptr, |
| H5C_auto_size_ctl_t * | config_ptr | ||
| ) |
References cache_ptr, FAIL, H5C_t::flush_in_progress, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5C_t::magic, NULL, and ret_value.
Referenced by H5AC_get_cache_flush_in_progress().
References H5C_t::cache_accesses, H5C_t::cache_hits, cache_ptr, double(), FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), HDassert(), H5C_t::magic, NULL, and ret_value.
Referenced by H5AC_get_cache_hit_rate().
| herr_t H5C_get_cache_size | ( | H5C_t * | cache_ptr, |
| size_t * | max_size_ptr, | ||
| size_t * | min_clean_size_ptr, | ||
| size_t * | cur_size_ptr, | ||
| uint32_t * | cur_num_entries_ptr | ||
| ) |
References cache_ptr, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5C_t::index_len, H5C_t::index_size, H5C_t::magic, H5C_t::max_cache_size, H5C_t::min_clean_size, NULL, and ret_value.
Referenced by H5AC_get_cache_size().
| herr_t H5C_get_entry_ring | ( | const H5F_t * | f, |
| haddr_t | addr, | ||
| H5C_ring_t * | ring | ||
| ) |
References addr, cache_ptr, f, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), HDassert(), H5C_t::magic, NULL, ret_value, and H5C_cache_entry_t::ring.
Referenced by H5AC_get_entry_ring().
| herr_t H5C_get_entry_status | ( | const H5F_t * | f, |
| haddr_t | addr, | ||
| size_t * | size_ptr, | ||
| hbool_t * | in_cache_ptr, | ||
| hbool_t * | is_dirty_ptr, | ||
| hbool_t * | is_protected_ptr, | ||
| hbool_t * | is_pinned_ptr, | ||
| hbool_t * | is_corked_ptr, | ||
| hbool_t * | is_flush_dep_parent_ptr, | ||
| hbool_t * | is_flush_dep_child_ptr, | ||
| hbool_t * | image_up_to_date_ptr | ||
| ) |
References addr, cache_ptr, H5C_tag_info_t::corked, f, FAIL, H5C_cache_entry_t::flush_dep_nchildren, H5C_cache_entry_t::flush_dep_nparents, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), HDassert(), H5C_cache_entry_t::image_up_to_date, H5C_cache_entry_t::is_dirty, H5C_cache_entry_t::is_pinned, H5C_cache_entry_t::is_protected, H5C_t::magic, NULL, ret_value, H5C_cache_entry_t::size, and H5C_cache_entry_t::tag_info.
Referenced by H5AC__log_moved_entry(), and H5AC_get_entry_status().
References cache_ptr, H5C_t::evictions_enabled, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5C_t::magic, NULL, and ret_value.
Referenced by H5AC_get_cache_auto_resize_config().
References cache_ptr, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5E_BADVALUE, image_addr, H5C_t::image_addr, image_len, H5C_t::image_len, H5C_t::magic, NULL, and ret_value.
Referenced by H5AC_get_mdc_image_info().