Searched refs:pLsm (Results 1 – 2 of 2) sorted by relevance
793 LsmDb *pLsm, in test_lsm_config_str() argument881 if( pLsm ) pLsm->bNoRecovery = iVal; in test_lsm_config_str()884 if( pLsm ) nThread = iVal; in test_lsm_config_str()887 if( pLsm && iVal>0 ) pLsm->nMtMinCkpt = iVal*1024; in test_lsm_config_str()890 if( pLsm && iVal>0 ) pLsm->nMtMaxCkpt = iVal*1024; in test_lsm_config_str()905 if( pLsm && pLsm->nMtMaxCkpt < pLsm->nMtMinCkpt ){ in test_lsm_config_str()906 pLsm->nMtMinCkpt = pLsm->nMtMaxCkpt; in test_lsm_config_str()921 LsmDb *pLsm = (LsmDb *)pDb; in tdb_lsm_config_str() local923 rc = test_lsm_config_str(pLsm, pLsm->db, 0, zStr, 0); in tdb_lsm_config_str()925 for(i=0; rc==0 && i<pLsm->nWorker; i++){ in tdb_lsm_config_str()[all …]
511 lsm_db *pLsm; in configure_lsm_db() local512 pLsm = tdb_lsm(pDb); in configure_lsm_db()513 if( pLsm ){ in configure_lsm_db()516 return pLsm; in configure_lsm_db()884 lsm_db *pLsm; in do_speed_tests() local896 pLsm = configure_lsm_db(pDb); in do_speed_tests()907 if( pLsm ) lsm_info(pLsm, LSM_INFO_NWRITE, &nWrite1); in do_speed_tests()916 if( pLsm ) lsm_info(pLsm, LSM_INFO_NWRITE, &nWrite2); in do_speed_tests()