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.c153
1 files changed, 1 insertions, 152 deletions
diff --git a/test/cache_common.c b/test/cache_common.c
index aaf42f1..54ae2ad 100644
--- a/test/cache_common.c
+++ b/test/cache_common.c
@@ -10,9 +10,7 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-/* Programmer: John Mainzer
- * 10/27/05
- *
+/*
* This file contains common code for tests of the cache
* implemented in H5C.c
*/
@@ -377,9 +375,6 @@ const H5C_class_t *types[NUMBER_OF_ENTRY_TYPES] = {pico_class, nano_class,
*
* Return: void
*
- * Programmer: John Mainzer
- * 6/10/04
- *
*-------------------------------------------------------------------------
*/
void
@@ -446,9 +441,6 @@ addr_to_type_and_index(haddr_t addr, int32_t *type_ptr, int32_t *index_ptr)
*
* Return: SUCCEED
*
- * Programmer: Quincey Koziol
- * 5/18/10
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -554,9 +546,6 @@ notify_get_initial_load_size(void *udata, size_t *image_length)
*
* Return: SUCCEED
*
- * Programmer: Quincey Koziol
- * 11/18/16
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -613,8 +602,6 @@ variable_get_final_load_size(const void *image, size_t image_len, void *udata, s
* Return: TRUE: checksum is ok
* FALSE: checksum is not ok
*
- * Programmer:
- *
*-------------------------------------------------------------------------
*/
@@ -666,9 +653,6 @@ variable_verify_chksum(const void *image, size_t len, void *udata)
*
* Return: void * (pointer to the in core representation of the entry)
*
- * Programmer: John Mainzer
- * 9/20/07
- *
*-------------------------------------------------------------------------
*/
static void *
@@ -815,9 +799,6 @@ notify_deserialize(const void *image, size_t len, void *udata, hbool_t *dirty)
*
* Return: SUCCEED
*
- * Programmer: John Mainzer
- * 9/19/07
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -932,9 +913,6 @@ notify_image_len(const void *thing, size_t *image_length)
*
* Return: SUCCEED if successful, FAIL otherwise.
*
- * Programmer: John Mainzer
- * 8/07/14
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -1098,9 +1076,6 @@ notify_pre_serialize(H5F_t *f, void *thing, haddr_t addr, size_t len, haddr_t *n
*
* Return: SUCCEED if successful, FAIL otherwise.
*
- * Programmer: John Mainzer
- * 9/19/07
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -1244,9 +1219,6 @@ notify_serialize(const H5F_t H5_ATTR_UNUSED *f, void *image_ptr, size_t len, voi
*
* Return: SUCCEED
*
- * Programmer: Quincey Koziol
- * 4/28/09
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1319,9 +1291,6 @@ notify_notify(H5C_notify_action_t action, void *thing)
*
* Return: SUCCEED
*
- * Programmer: John Mainzer
- * 9/19/07
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -1466,9 +1435,6 @@ notify_free_icr(void *thing)
*
* Return: void
*
- * Programmer: John Mainzer
- * 9/1/06
- *
*-------------------------------------------------------------------------
*/
@@ -1525,9 +1491,6 @@ add_flush_op(int target_type, int target_idx, int op_code, int type, int idx, hb
*
* Return: void
*
- * Programmer: John Mainzer
- * 6/10/04
- *
*-------------------------------------------------------------------------
*/
@@ -1593,9 +1556,6 @@ create_pinned_entry_dependency(H5F_t *file_ptr, int pinning_type, int pinning_id
*
* Return: void
*
- * Programmer: John Mainzer
- * 6/10/04
- *
*-------------------------------------------------------------------------
*/
@@ -1660,9 +1620,6 @@ dirty_entry(H5F_t *file_ptr, int32_t type, int32_t idx, hbool_t dirty_pin)
*
* Return: void
*
- * Programmer: John Mainzer
- * 9/1/06
- *
*-------------------------------------------------------------------------
*/
@@ -1795,9 +1752,6 @@ execute_flush_op(H5F_t *file_ptr, struct test_entry_t *entry_ptr, struct flush_o
*
* Return: TRUE if the entry is in the cache, and FALSE otherwise.
*
- * Programmer: John Mainzer
- * 6/10/04
- *
*-------------------------------------------------------------------------
*/
@@ -1840,9 +1794,6 @@ entry_in_cache(H5C_t *cache_ptr, int32_t type, int32_t idx)
*
* Return: SUCCEED/FAIL
*
- * Programmer: Dana Robinson
- * Spring 2016
- *
*-------------------------------------------------------------------------
*/
@@ -1955,9 +1906,6 @@ error:
*
* Return: void
*
- * Programmer: Dana Robinson
- * Spring 2016
- *
*-------------------------------------------------------------------------
*/
@@ -2018,9 +1966,6 @@ free_entry_arrays(void)
*
* Return: void
*
- * Programmer: John Mainzer
- * 6/10/04
- *
*-------------------------------------------------------------------------
*/
@@ -2167,9 +2112,6 @@ reset_entries(void)
*
* Return: void
*
- * Programmer: John Mainzer
- * 1/11/08
- *
*-------------------------------------------------------------------------
*/
@@ -2255,9 +2197,6 @@ resize_entry(H5F_t *file_ptr, int32_t type, int32_t idx, size_t new_size, hbool_
*
* Return: void
*
- * Programmer: John Mainzer
- * 6/10/04
- *
*-------------------------------------------------------------------------
*/
@@ -2307,9 +2246,6 @@ verify_clean(void)
*
* Return: void
*
- * Programmer: John Mainzer
- * 10/8/04
- *
*-------------------------------------------------------------------------
*/
@@ -2622,9 +2558,6 @@ verify_entry_status(H5C_t *cache_ptr, int tag, int num_entries, struct expected_
*
* Return: void
*
- * Programmer: John Mainzer
- * 6/10/04
- *
*-------------------------------------------------------------------------
*/
@@ -2673,9 +2606,6 @@ verify_unprotected(void)
*
* Return: void
*
- * Programmer: John Mainzer
- * 7/6/06
- *
*-------------------------------------------------------------------------
*/
@@ -2731,9 +2661,6 @@ expunge_entry(H5F_t *file_ptr, int32_t type, int32_t idx)
*
* Return: void
*
- * Programmer: John Mainzer
- * 6/23/04
- *
*-------------------------------------------------------------------------
*/
@@ -2791,9 +2718,6 @@ flush_cache(H5F_t *file_ptr, hbool_t destroy_entries, hbool_t dump_stats, hbool_
*
* Return: void
*
- * Programmer: Vailin Choi
- * Jan 2014
- *
*-------------------------------------------------------------------------
*/
void
@@ -2826,9 +2750,6 @@ cork_entry_type(H5F_t *file_ptr, int32_t type)
*
* Return: void
*
- * Programmer: Vailin Choi
- * Jan 2014
- *
*-------------------------------------------------------------------------
*/
void
@@ -2861,9 +2782,6 @@ uncork_entry_type(H5F_t *file_ptr, int32_t type)
*
* Return: void
*
- * Programmer: John Mainzer
- * 6/16/04
- *
*-------------------------------------------------------------------------
*/
@@ -2958,9 +2876,6 @@ insert_entry(H5F_t *file_ptr, int32_t type, int32_t idx, unsigned int flags)
*
* Return: void
*
- * Programmer: John Mainzer
- * 3/28/06
- *
*-------------------------------------------------------------------------
*/
@@ -3017,9 +2932,6 @@ mark_entry_dirty(int32_t type, int32_t idx)
*
* Return: void
*
- * Programmer: John Mainzer
- * 6/21/04
- *
*-------------------------------------------------------------------------
*/
@@ -3115,9 +3027,6 @@ move_entry(H5C_t *cache_ptr, int32_t type, int32_t idx, hbool_t main_addr)
*
* Return: void
*
- * Programmer: John Mainzer
- * 6/11/04
- *
*-------------------------------------------------------------------------
*/
void
@@ -3214,9 +3123,6 @@ protect_entry(H5F_t *file_ptr, int32_t type, int32_t idx)
*
* Return: void
*
- * Programmer: John Mainzer
- * 4/1/07
- *
*-------------------------------------------------------------------------
*/
@@ -3280,9 +3186,6 @@ protect_entry_ro(H5F_t *file_ptr, int32_t type, int32_t idx)
*
* Return: void
*
- * Programmer: Quincey Koziol
- * 3/17/09
- *
*-------------------------------------------------------------------------
*/
@@ -3336,9 +3239,6 @@ pin_entry(int32_t type, int32_t idx)
*
* Return: void
*
- * Programmer: John Mainzer
- * 3/28/06
- *
*-------------------------------------------------------------------------
*/
@@ -3393,9 +3293,6 @@ unpin_entry(int32_t type, int32_t idx)
*
* Return: void
*
- * Programmer: John Mainzer
- * 6/12/04
- *
*-------------------------------------------------------------------------
*/
@@ -3502,9 +3399,6 @@ unprotect_entry(H5F_t *file_ptr, int32_t type, int32_t idx, unsigned int flags)
*
* Return: void
*
- * Programmer: John Mainzer
- * 6/12/04
- *
*-------------------------------------------------------------------------
*/
void
@@ -3824,9 +3718,6 @@ row_major_scan_forward(H5F_t *file_ptr, int32_t max_index, int32_t lag, hbool_t
*
* Return: void
*
- * Programmer: John Mainzer
- * 10/21/04
- *
*-------------------------------------------------------------------------
*/
@@ -3916,9 +3807,6 @@ hl_row_major_scan_forward(H5F_t *file_ptr, int32_t max_index, hbool_t verbose, h
*
* Return: void
*
- * Programmer: John Mainzer
- * 6/12/04
- *
*-------------------------------------------------------------------------
*/
@@ -4176,9 +4064,6 @@ row_major_scan_backward(H5F_t *file_ptr, int32_t max_index, int32_t lag, hbool_t
*
* Return: void
*
- * Programmer: John Mainzer
- * 10/21/04
- *
*-------------------------------------------------------------------------
*/
@@ -4268,9 +4153,6 @@ hl_row_major_scan_backward(H5F_t *file_ptr, int32_t max_index, hbool_t verbose,
*
* Return: void
*
- * Programmer: John Mainzer
- * 6/23/04
- *
*-------------------------------------------------------------------------
*/
@@ -4360,9 +4242,6 @@ col_major_scan_forward(H5F_t *file_ptr, int32_t max_index, int32_t lag, hbool_t
*
* Return: void
*
- * Programmer: John Mainzer
- * 19/25/04
- *
*-------------------------------------------------------------------------
*/
@@ -4463,9 +4342,6 @@ hl_col_major_scan_forward(H5F_t *file_ptr, int32_t max_index, hbool_t verbose, h
*
* Return: void
*
- * Programmer: John Mainzer
- * 6/23/04
- *
*-------------------------------------------------------------------------
*/
@@ -4567,9 +4443,6 @@ col_major_scan_backward(H5F_t *file_ptr, int32_t max_index, int32_t lag, hbool_t
*
* Return: void
*
- * Programmer: John Mainzer
- * 10/25/04
- *
*-------------------------------------------------------------------------
*/
@@ -4670,9 +4543,6 @@ hl_col_major_scan_backward(H5F_t *file_ptr, int32_t max_index, hbool_t verbose,
*
* Return: void
*
- * Programmer: Quincey Koziol
- * 3/16/09
- *
*-------------------------------------------------------------------------
*/
@@ -4746,9 +4616,6 @@ create_flush_dependency(int32_t par_type, int32_t par_idx, int32_t chd_type, int
*
* Return: void
*
- * Programmer: Quincey Koziol
- * 3/16/09
- *
*-------------------------------------------------------------------------
*/
@@ -4829,9 +4696,6 @@ destroy_flush_dependency(int32_t par_type, int32_t par_idx, int32_t chd_type, in
*
* Return: <none>
*
- * Programmer: Neil Fortner
- * 12/4/12
- *
*-------------------------------------------------------------------------
*/
static void
@@ -4870,9 +4734,6 @@ mark_flush_dep_dirty(test_entry_t *entry_ptr)
*
* Return: <none>
*
- * Programmer: Neil Fortner
- * 12/4/12
- *
*-------------------------------------------------------------------------
*/
static void
@@ -4924,9 +4785,6 @@ mark_flush_dep_clean(test_entry_t *entry_ptr)
*
* Return: void
*
- * Programmer: John Mainzer
- * 4/18/04
- *
*-------------------------------------------------------------------------
*/
@@ -5049,9 +4907,6 @@ check_and_validate_cache_hit_rate(hid_t file_id, double *hit_rate_ptr, hbool_t d
*
* Return: void
*
- * Programmer: John Mainzer
- * 4/18/04
- *
*-------------------------------------------------------------------------
*/
@@ -5221,9 +5076,6 @@ resize_configs_are_equal(const H5C_auto_size_ctl_t *a, const H5C_auto_size_ctl_t
*
* Return: void
*
- * Programmer: John Mainzer
- * 4/14/04
- *
*-------------------------------------------------------------------------
*/
@@ -5322,9 +5174,6 @@ validate_mdc_config(hid_t file_id, H5AC_cache_config_t *ext_config_ptr, hbool_t
*
* Return: void
*
- * Programmer: John Mainzer
- * 2/16/15
- *
*-------------------------------------------------------------------------
*/
void