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.c149
1 files changed, 0 insertions, 149 deletions
diff --git a/test/cache_common.c b/test/cache_common.c
index 6ec5527..f469a5b 100644
--- a/test/cache_common.c
+++ b/test/cache_common.c
@@ -375,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
@@ -444,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
@@ -552,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
@@ -611,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:
- *
*-------------------------------------------------------------------------
*/
@@ -664,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 *
@@ -813,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
@@ -930,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
@@ -1096,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
@@ -1242,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
@@ -1317,9 +1291,6 @@ notify_notify(H5C_notify_action_t action, void *thing)
*
* Return: SUCCEED
*
- * Programmer: John Mainzer
- * 9/19/07
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -1462,9 +1433,6 @@ notify_free_icr(void *thing)
*
* Return: void
*
- * Programmer: John Mainzer
- * 9/1/06
- *
*-------------------------------------------------------------------------
*/
@@ -1521,9 +1489,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
- *
*-------------------------------------------------------------------------
*/
@@ -1589,9 +1554,6 @@ create_pinned_entry_dependency(H5F_t *file_ptr, int pinning_type, int pinning_id
*
* Return: void
*
- * Programmer: John Mainzer
- * 6/10/04
- *
*-------------------------------------------------------------------------
*/
@@ -1656,9 +1618,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
- *
*-------------------------------------------------------------------------
*/
@@ -1790,9 +1749,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
- *
*-------------------------------------------------------------------------
*/
@@ -1835,9 +1791,6 @@ entry_in_cache(H5C_t *cache_ptr, int32_t type, int32_t idx)
*
* Return: SUCCEED/FAIL
*
- * Programmer: Dana Robinson
- * Spring 2016
- *
*-------------------------------------------------------------------------
*/
@@ -1950,9 +1903,6 @@ error:
*
* Return: void
*
- * Programmer: Dana Robinson
- * Spring 2016
- *
*-------------------------------------------------------------------------
*/
@@ -2013,9 +1963,6 @@ free_entry_arrays(void)
*
* Return: void
*
- * Programmer: John Mainzer
- * 6/10/04
- *
*-------------------------------------------------------------------------
*/
@@ -2162,9 +2109,6 @@ reset_entries(void)
*
* Return: void
*
- * Programmer: John Mainzer
- * 1/11/08
- *
*-------------------------------------------------------------------------
*/
@@ -2250,9 +2194,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
- *
*-------------------------------------------------------------------------
*/
@@ -2302,9 +2243,6 @@ verify_clean(void)
*
* Return: void
*
- * Programmer: John Mainzer
- * 10/8/04
- *
*-------------------------------------------------------------------------
*/
@@ -2617,9 +2555,6 @@ verify_entry_status(H5C_t *cache_ptr, int tag, int num_entries, struct expected_
*
* Return: void
*
- * Programmer: John Mainzer
- * 6/10/04
- *
*-------------------------------------------------------------------------
*/
@@ -2668,9 +2603,6 @@ verify_unprotected(void)
*
* Return: void
*
- * Programmer: John Mainzer
- * 7/6/06
- *
*-------------------------------------------------------------------------
*/
@@ -2726,9 +2658,6 @@ expunge_entry(H5F_t *file_ptr, int32_t type, int32_t idx)
*
* Return: void
*
- * Programmer: John Mainzer
- * 6/23/04
- *
*-------------------------------------------------------------------------
*/
@@ -2786,9 +2715,6 @@ flush_cache(H5F_t *file_ptr, hbool_t destroy_entries, hbool_t dump_stats, hbool_
*
* Return: void
*
- * Programmer: Vailin Choi
- * Jan 2014
- *
*-------------------------------------------------------------------------
*/
void
@@ -2821,9 +2747,6 @@ cork_entry_type(H5F_t *file_ptr, int32_t type)
*
* Return: void
*
- * Programmer: Vailin Choi
- * Jan 2014
- *
*-------------------------------------------------------------------------
*/
void
@@ -2856,9 +2779,6 @@ uncork_entry_type(H5F_t *file_ptr, int32_t type)
*
* Return: void
*
- * Programmer: John Mainzer
- * 6/16/04
- *
*-------------------------------------------------------------------------
*/
@@ -2953,9 +2873,6 @@ insert_entry(H5F_t *file_ptr, int32_t type, int32_t idx, unsigned int flags)
*
* Return: void
*
- * Programmer: John Mainzer
- * 3/28/06
- *
*-------------------------------------------------------------------------
*/
@@ -3012,9 +2929,6 @@ mark_entry_dirty(int32_t type, int32_t idx)
*
* Return: void
*
- * Programmer: John Mainzer
- * 6/21/04
- *
*-------------------------------------------------------------------------
*/
@@ -3110,9 +3024,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
@@ -3209,9 +3120,6 @@ protect_entry(H5F_t *file_ptr, int32_t type, int32_t idx)
*
* Return: void
*
- * Programmer: John Mainzer
- * 4/1/07
- *
*-------------------------------------------------------------------------
*/
@@ -3275,9 +3183,6 @@ protect_entry_ro(H5F_t *file_ptr, int32_t type, int32_t idx)
*
* Return: void
*
- * Programmer: Quincey Koziol
- * 3/17/09
- *
*-------------------------------------------------------------------------
*/
@@ -3331,9 +3236,6 @@ pin_entry(int32_t type, int32_t idx)
*
* Return: void
*
- * Programmer: John Mainzer
- * 3/28/06
- *
*-------------------------------------------------------------------------
*/
@@ -3388,9 +3290,6 @@ unpin_entry(int32_t type, int32_t idx)
*
* Return: void
*
- * Programmer: John Mainzer
- * 6/12/04
- *
*-------------------------------------------------------------------------
*/
@@ -3497,9 +3396,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
@@ -3819,9 +3715,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
- *
*-------------------------------------------------------------------------
*/
@@ -3911,9 +3804,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
- *
*-------------------------------------------------------------------------
*/
@@ -4171,9 +4061,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
- *
*-------------------------------------------------------------------------
*/
@@ -4263,9 +4150,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
- *
*-------------------------------------------------------------------------
*/
@@ -4355,9 +4239,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
- *
*-------------------------------------------------------------------------
*/
@@ -4458,9 +4339,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
- *
*-------------------------------------------------------------------------
*/
@@ -4562,9 +4440,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
- *
*-------------------------------------------------------------------------
*/
@@ -4665,9 +4540,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
- *
*-------------------------------------------------------------------------
*/
@@ -4741,9 +4613,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
- *
*-------------------------------------------------------------------------
*/
@@ -4824,9 +4693,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
@@ -4865,9 +4731,6 @@ mark_flush_dep_dirty(test_entry_t *entry_ptr)
*
* Return: <none>
*
- * Programmer: Neil Fortner
- * 12/4/12
- *
*-------------------------------------------------------------------------
*/
static void
@@ -4919,9 +4782,6 @@ mark_flush_dep_clean(test_entry_t *entry_ptr)
*
* Return: void
*
- * Programmer: John Mainzer
- * 4/18/04
- *
*-------------------------------------------------------------------------
*/
@@ -5034,9 +4894,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
- *
*-------------------------------------------------------------------------
*/
@@ -5196,9 +5053,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
- *
*-------------------------------------------------------------------------
*/
@@ -5296,9 +5150,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