Home
last modified time | relevance | path

Searched refs:MAX_CLONES (Results 1 – 5 of 5) sorted by relevance

/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/diskmanager/cache/impl/
H A DCacheFileWithoutCacheMT.java37 private static final int MAX_CLONES = 20; field in CacheFileWithoutCacheMT
367 if ( min == 0 || files_use_count.length == MAX_CLONES ){ in getFile()
393 if ( new_num == MAX_CLONES || new_num > max_clone_depth ){ in getFile()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/clone/
H A Dclone0clone.cc151 (hdl_type == CLONE_HDL_COPY && m_num_clones == MAX_CLONES) || in find_free_index()
152 (hdl_type == CLONE_HDL_APPLY && m_num_apply_clones == MAX_CLONES)) { in find_free_index()
154 my_error(ER_CLONE_TOO_MANY_CONCURRENT_CLONES, MYF(0), MAX_CLONES); in find_free_index()
224 ut_ad(m_num_clones <= MAX_CLONES); in add_clone()
225 ut_ad(m_num_apply_clones <= MAX_CLONES); in add_clone()
1915 my_error(ER_CLONE_TOO_MANY_CONCURRENT_CLONES, MYF(0), MAX_CLONES); in init()
H A Dclone0api.cc338 my_error(ER_CLONE_TOO_MANY_CONCURRENT_CLONES, MYF(0), MAX_CLONES); in innodb_clone_begin()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/include/
H A Dclone0clone.h129 const int MAX_CLONES = 1; variable
132 const int CLONE_ARR_SIZE = 2 * MAX_CLONES;
/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dstress-ng.h1526 #define MAX_CLONES (1000000) macro