Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netcache/
H A Dnc_storage.cpp257 volatile static Int8 s_CurDBSize = 0; variable
1244 AtomicSub(s_CurDBSize, file_info->file_size); in s_DeleteDBFile()
2002 AtomicAdd(s_CurDBSize, reserve_size); in s_GetNextWriteCoord()
2727 Int8 total_space = s_CurDBSize + free_space; in GetAllowedDBSize()
2747 return s_CurDBSize; in GetDBSize()
2905 state.db_size = s_CurDBSize; in MeasureDB()
3351 AtomicAdd(s_CurDBSize, file_info->file_size); in x_PreCacheRecNums()
3628 Int8 cur_db_size = s_CurDBSize; in CheckDiskSpace()
3817 if (s_CurDBSize <= s_ExtraGCOffSize) { in x_StartSession()
3826 && s_CurDBSize >= s_ExtraGCOnSize) in x_StartSession()
[all …]