summaryrefslogtreecommitdiffstats
path: root/test/cache_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/cache_common.c')
-rw-r--r--test/cache_common.c54
1 files changed, 27 insertions, 27 deletions
diff --git a/test/cache_common.c b/test/cache_common.c
index 8c90ae4..3be633d 100644
--- a/test/cache_common.c
+++ b/test/cache_common.c
@@ -136,7 +136,7 @@ static void mark_flush_dep_clean(test_entry_t *entry_ptr);
static herr_t get_initial_load_size(void *udata_ptr, size_t *image_len_ptr, int32_t entry_type);
static herr_t get_final_load_size(const void *image, size_t image_len, void *udata, size_t *actual_len,
int32_t entry_type);
-static void * deserialize(const void *image_ptr, size_t len, void *udata_ptr, hbool_t *dirty_ptr,
+static void *deserialize(const void *image_ptr, size_t len, void *udata_ptr, hbool_t *dirty_ptr,
int32_t entry_type);
static herr_t image_len(const void *thing, size_t *image_len_ptr, int32_t entry_type);
static herr_t pre_serialize(H5F_t *f, void *thing, haddr_t addr, size_t len, haddr_t *new_addr_ptr,
@@ -821,7 +821,7 @@ herr_t
image_len(const void *thing, size_t *image_length, int32_t entry_type)
{
const test_entry_t *entry;
- test_entry_t * base_addr;
+ test_entry_t *base_addr;
int32_t type;
int32_t idx;
@@ -1826,8 +1826,8 @@ hbool_t
entry_in_cache(H5C_t *cache_ptr, int32_t type, int32_t idx)
{
hbool_t in_cache = FALSE; /* will set to TRUE if necessary */
- test_entry_t * base_addr;
- test_entry_t * entry_ptr;
+ test_entry_t *base_addr;
+ test_entry_t *entry_ptr;
H5C_cache_entry_t *test_ptr = NULL;
HDassert(cache_ptr);
@@ -2820,7 +2820,7 @@ void
cork_entry_type(H5F_t *file_ptr, int32_t type)
{
if (pass) {
- H5C_t * cache_ptr;
+ H5C_t *cache_ptr;
haddr_t baddrs;
cache_ptr = file_ptr->shared->cache;
@@ -2855,7 +2855,7 @@ void
uncork_entry_type(H5F_t *file_ptr, int32_t type)
{
if (pass) {
- H5C_t * cache_ptr;
+ H5C_t *cache_ptr;
haddr_t baddrs;
cache_ptr = file_ptr->shared->cache;
@@ -2890,7 +2890,7 @@ uncork_entry_type(H5F_t *file_ptr, int32_t type)
void
insert_entry(H5F_t *file_ptr, int32_t type, int32_t idx, unsigned int flags)
{
- H5C_t * cache_ptr;
+ H5C_t *cache_ptr;
herr_t result;
hbool_t insert_pinned;
test_entry_t *base_addr;
@@ -3143,9 +3143,9 @@ move_entry(H5C_t *cache_ptr, int32_t type, int32_t idx, hbool_t main_addr)
void
protect_entry(H5F_t *file_ptr, int32_t type, int32_t idx)
{
- H5C_t * cache_ptr;
- test_entry_t * base_addr;
- test_entry_t * entry_ptr;
+ H5C_t *cache_ptr;
+ test_entry_t *base_addr;
+ test_entry_t *entry_ptr;
haddr_t baddrs;
H5C_cache_entry_t *cache_entry_ptr;
@@ -3243,9 +3243,9 @@ protect_entry(H5F_t *file_ptr, int32_t type, int32_t idx)
void
protect_entry_ro(H5F_t *file_ptr, int32_t type, int32_t idx)
{
- H5C_t * cache_ptr;
- test_entry_t * base_addr;
- test_entry_t * entry_ptr;
+ H5C_t *cache_ptr;
+ test_entry_t *base_addr;
+ test_entry_t *entry_ptr;
H5C_cache_entry_t *cache_entry_ptr;
if (pass) {
@@ -3539,7 +3539,7 @@ row_major_scan_forward(H5F_t *file_ptr, int32_t max_index, int32_t lag, hbool_t
hbool_t do_moves, hbool_t move_to_main_addr, hbool_t do_destroys,
hbool_t do_mult_ro_protects, int dirty_destroys, int dirty_unprotects)
{
- H5C_t * cache_ptr = NULL;
+ H5C_t *cache_ptr = NULL;
int32_t type = 0;
int32_t idx;
int32_t local_max_index;
@@ -3869,7 +3869,7 @@ void
hl_row_major_scan_forward(H5F_t *file_ptr, int32_t max_index, hbool_t verbose, hbool_t reset_stats,
hbool_t display_stats, hbool_t display_detailed_stats, hbool_t do_inserts)
{
- H5C_t * cache_ptr = NULL;
+ H5C_t *cache_ptr = NULL;
int32_t type = 0;
int32_t idx;
int32_t i;
@@ -3963,7 +3963,7 @@ row_major_scan_backward(H5F_t *file_ptr, int32_t max_index, int32_t lag, hbool_t
hbool_t do_moves, hbool_t move_to_main_addr, hbool_t do_destroys,
hbool_t do_mult_ro_protects, int dirty_destroys, int dirty_unprotects)
{
- H5C_t * cache_ptr = NULL;
+ H5C_t *cache_ptr = NULL;
int32_t type = NUMBER_OF_ENTRY_TYPES - 1;
int32_t idx;
int32_t local_max_index;
@@ -4221,7 +4221,7 @@ void
hl_row_major_scan_backward(H5F_t *file_ptr, int32_t max_index, hbool_t verbose, hbool_t reset_stats,
hbool_t display_stats, hbool_t display_detailed_stats, hbool_t do_inserts)
{
- H5C_t * cache_ptr = NULL;
+ H5C_t *cache_ptr = NULL;
int32_t type = NUMBER_OF_ENTRY_TYPES - 1;
int32_t idx;
int32_t i;
@@ -4314,7 +4314,7 @@ col_major_scan_forward(H5F_t *file_ptr, int32_t max_index, int32_t lag, hbool_t
hbool_t display_stats, hbool_t display_detailed_stats, hbool_t do_inserts,
int dirty_unprotects)
{
- H5C_t * cache_ptr = NULL;
+ H5C_t *cache_ptr = NULL;
int32_t type = 0;
int32_t idx;
int32_t local_max_index[NUMBER_OF_ENTRY_TYPES];
@@ -4406,7 +4406,7 @@ hl_col_major_scan_forward(H5F_t *file_ptr, int32_t max_index, hbool_t verbose, h
hbool_t display_stats, hbool_t display_detailed_stats, hbool_t do_inserts,
int dirty_unprotects)
{
- H5C_t * cache_ptr = NULL;
+ H5C_t *cache_ptr = NULL;
int32_t type = 0;
int32_t idx;
int32_t lag = 200;
@@ -4509,7 +4509,7 @@ col_major_scan_backward(H5F_t *file_ptr, int32_t max_index, int32_t lag, hbool_t
hbool_t display_stats, hbool_t display_detailed_stats, hbool_t do_inserts,
int dirty_unprotects)
{
- H5C_t * cache_ptr = NULL;
+ H5C_t *cache_ptr = NULL;
int mile_stone = 1;
int32_t type;
int32_t idx;
@@ -4613,7 +4613,7 @@ hl_col_major_scan_backward(H5F_t *file_ptr, int32_t max_index, hbool_t verbose,
hbool_t display_stats, hbool_t display_detailed_stats, hbool_t do_inserts,
int dirty_unprotects)
{
- H5C_t * cache_ptr = NULL;
+ H5C_t *cache_ptr = NULL;
int32_t type = 0;
int32_t idx = -1;
int32_t lag = 50;
@@ -4974,8 +4974,8 @@ check_and_validate_cache_hit_rate(hid_t file_id, double *hit_rate_ptr, hbool_t d
int64_t cache_accesses = 0;
double expected_hit_rate;
double hit_rate;
- H5F_t * file_ptr = NULL;
- H5C_t * cache_ptr = NULL;
+ H5F_t *file_ptr = NULL;
+ H5C_t *cache_ptr = NULL;
/* get a pointer to the files internal data structure */
if (pass) {
@@ -5099,8 +5099,8 @@ check_and_validate_cache_size(hid_t file_id, size_t *max_size_ptr, size_t *min_c
size_t cur_size;
uint32_t expected_cur_num_entries;
int cur_num_entries;
- H5F_t * file_ptr = NULL;
- H5C_t * cache_ptr = NULL;
+ H5F_t *file_ptr = NULL;
+ H5C_t *cache_ptr = NULL;
/* get a pointer to the files internal data structure */
if (pass) {
@@ -5258,8 +5258,8 @@ void
validate_mdc_config(hid_t file_id, H5AC_cache_config_t *ext_config_ptr, hbool_t compare_init, int test_num)
{
static char msg[256];
- H5F_t * file_ptr = NULL;
- H5C_t * cache_ptr = NULL;
+ H5F_t *file_ptr = NULL;
+ H5C_t *cache_ptr = NULL;
H5AC_cache_config_t scratch;
H5C_auto_size_ctl_t int_config;