Home
last modified time | relevance | path

Searched refs:epoch_markers_active (Results 1 – 14 of 14) sorted by relevance

/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5C.c1103 cache_ptr->epoch_markers_active = 0; in H5C_create()
4128 if ( cache_ptr->epoch_markers_active > in H5C_set_cache_auto_resize_config()
5855 ( cache_ptr->epoch_markers_active < in H5C__auto_adjust_cache_size()
6110 if ( cache_ptr->epoch_markers_active > in H5C__autoadjust__ageout()
6564 if ( cache_ptr->epoch_markers_active >= in H5C__autoadjust__ageout__insert_new_marker()
6608 cache_ptr->epoch_markers_active += 1; in H5C__autoadjust__ageout__insert_new_marker()
6683 cache_ptr->epoch_markers_active -= 1; in H5C__autoadjust__ageout__remove_all_markers()
6723 if ( cache_ptr->epoch_markers_active <= in H5C__autoadjust__ageout__remove_excess_markers()
6729 while ( cache_ptr->epoch_markers_active > in H5C__autoadjust__ageout__remove_excess_markers()
6771 cache_ptr->epoch_markers_active -= 1; in H5C__autoadjust__ageout__remove_excess_markers()
[all …]
H A DH5Cpkg.h917 int32_t epoch_markers_active; member
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5C.c1105 cache_ptr->epoch_markers_active = 0; in H5C_create()
4130 if ( cache_ptr->epoch_markers_active > in H5C_set_cache_auto_resize_config()
5857 ( cache_ptr->epoch_markers_active < in H5C__auto_adjust_cache_size()
6112 if ( cache_ptr->epoch_markers_active > in H5C__autoadjust__ageout()
6566 if ( cache_ptr->epoch_markers_active >= in H5C__autoadjust__ageout__insert_new_marker()
6610 cache_ptr->epoch_markers_active += 1; in H5C__autoadjust__ageout__insert_new_marker()
6685 cache_ptr->epoch_markers_active -= 1; in H5C__autoadjust__ageout__remove_all_markers()
6725 if ( cache_ptr->epoch_markers_active <= in H5C__autoadjust__ageout__remove_excess_markers()
6731 while ( cache_ptr->epoch_markers_active > in H5C__autoadjust__ageout__remove_excess_markers()
6773 cache_ptr->epoch_markers_active -= 1; in H5C__autoadjust__ageout__remove_excess_markers()
[all …]
H A DH5Cpkg.h919 int32_t epoch_markers_active; member
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5C.c422 cache_ptr->epoch_markers_active = 0; in H5C_create()
2830 else if(cache_ptr->epoch_markers_active > 0) { in H5C_set_cache_auto_resize_config()
4089 ( cache_ptr->epoch_markers_active <
4409 if(cache_ptr->epoch_markers_active <= 0)
4746 cache_ptr->epoch_markers_active += 1;
4780 while ( cache_ptr->epoch_markers_active > 0 )
4817 cache_ptr->epoch_markers_active -= 1;
4819 HDassert( cache_ptr->epoch_markers_active == \
4895 cache_ptr->epoch_markers_active -= 1;
5145 if(cache_ptr->epoch_markers_active > 0)
[all …]
H A DH5Cpkg.h4787 int32_t epoch_markers_active; member
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5C.c460 cache_ptr->epoch_markers_active = 0; in H5C_create()
2809 else if (cache_ptr->epoch_markers_active > 0) { in H5C_set_cache_auto_resize_config()
4560 if (cache_ptr->epoch_markers_active > (cache_ptr->resize_ctl).epochs_before_eviction) in H5C__autoadjust__ageout()
4652 if (cache_ptr->epoch_markers_active <= 0) in H5C__autoadjust__ageout__cycle_epoch_marker()
4938 if (cache_ptr->epoch_markers_active >= (cache_ptr->resize_ctl).epochs_before_eviction) in H5C__autoadjust__ageout__insert_new_marker()
4970 cache_ptr->epoch_markers_active += 1; in H5C__autoadjust__ageout__insert_new_marker()
5003 while (cache_ptr->epoch_markers_active > 0) { in H5C__autoadjust__ageout__remove_all_markers()
5035 cache_ptr->epoch_markers_active -= 1; in H5C__autoadjust__ageout__remove_all_markers()
5107 cache_ptr->epoch_markers_active -= 1; in H5C__autoadjust__ageout__remove_excess_markers()
5387 if (cache_ptr->epoch_markers_active > 0) { in H5C__flush_invalidate_cache()
[all …]
H A DH5Cpkg.h4926 int32_t epoch_markers_active; member
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5C.c418 cache_ptr->epoch_markers_active = 0; in H5C_create()
2803 else if(cache_ptr->epoch_markers_active > 0) { in H5C_set_cache_auto_resize_config()
4062 ( cache_ptr->epoch_markers_active <
4382 if(cache_ptr->epoch_markers_active <= 0)
4719 cache_ptr->epoch_markers_active += 1;
4753 while ( cache_ptr->epoch_markers_active > 0 )
4790 cache_ptr->epoch_markers_active -= 1;
4792 HDassert( cache_ptr->epoch_markers_active == \
4868 cache_ptr->epoch_markers_active -= 1;
5118 if(cache_ptr->epoch_markers_active > 0)
[all …]
H A DH5Cpkg.h4761 int32_t epoch_markers_active; member
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5C.c417 cache_ptr->epoch_markers_active = 0; in H5C_create()
3029 else if(cache_ptr->epoch_markers_active > 0) { in H5C_set_cache_auto_resize_config()
4225 ( cache_ptr->epoch_markers_active <
4546 if(cache_ptr->epoch_markers_active <= 0)
4895 cache_ptr->epoch_markers_active += 1;
4929 while ( cache_ptr->epoch_markers_active > 0 )
4966 cache_ptr->epoch_markers_active -= 1;
4968 HDassert( cache_ptr->epoch_markers_active == \
5044 cache_ptr->epoch_markers_active -= 1;
5299 if(cache_ptr->epoch_markers_active > 0)
[all …]
H A DH5Cpkg.h4785 int32_t epoch_markers_active; member
/dports/science/hdf5-18/hdf5-1.8.21/test/
H A Dcache.c25105 if ( cache_ptr->epoch_markers_active != 0 ) { in check_auto_cache_resize_epoch_markers()
25160 ( cache_ptr->epoch_markers_active != j ) ) { in check_auto_cache_resize_epoch_markers()
25277 if ( cache_ptr->epoch_markers_active != 1 ) { in check_auto_cache_resize_epoch_markers()
25319 if ( cache_ptr->epoch_markers_active != 1 ) { in check_auto_cache_resize_epoch_markers()
25396 if ( cache_ptr->epoch_markers_active != 0 ) { in check_auto_cache_resize_epoch_markers()
25465 if ( cache_ptr->epoch_markers_active != 0 ) { in check_auto_cache_resize_epoch_markers()
25495 ( cache_ptr->epoch_markers_active != j ) ) { in check_auto_cache_resize_epoch_markers()
25511 if ( cache_ptr->epoch_markers_active != 10 ) { in check_auto_cache_resize_epoch_markers()
25578 if ( cache_ptr->epoch_markers_active != 0 ) { in check_auto_cache_resize_epoch_markers()
/dports/science/hdf5/hdf5-1.10.6/test/
H A Dcache.c24661 if(cache_ptr->epoch_markers_active != 0) { in check_auto_cache_resize_epoch_markers()
24716 (cache_ptr->epoch_markers_active != j)) { in check_auto_cache_resize_epoch_markers()
24833 if(cache_ptr->epoch_markers_active != 1) { in check_auto_cache_resize_epoch_markers()
24875 if(cache_ptr->epoch_markers_active != 1) { in check_auto_cache_resize_epoch_markers()
24952 if(cache_ptr->epoch_markers_active != 0) { in check_auto_cache_resize_epoch_markers()
25021 if(cache_ptr->epoch_markers_active != 0) { in check_auto_cache_resize_epoch_markers()
25051 (cache_ptr->epoch_markers_active != j)) { in check_auto_cache_resize_epoch_markers()
25067 if(cache_ptr->epoch_markers_active != 10) { in check_auto_cache_resize_epoch_markers()
25134 if(cache_ptr->epoch_markers_active != 0) { in check_auto_cache_resize_epoch_markers()