Lines Matching refs:max_open_files
427 options.max_open_files = 20; in TEST_F()
447 options.max_open_files = 20; in TEST_F()
3525 options.max_open_files = -1; in TEST_F()
3635 options.max_open_files = -1; in TEST_F()
3637 options.max_open_files = 20; in TEST_F()
3642 int* max_open_files = static_cast<int*>(arg); in TEST_F() local
3643 *max_open_files = 2; in TEST_F()
3782 options.max_open_files = -1; // needed for ttl compaction in TEST_F()
3784 options.max_open_files = 20; in TEST_F()
3789 int* max_open_files = static_cast<int*>(arg); in TEST_F() local
3790 *max_open_files = 0; in TEST_F()
3957 options.max_open_files = -1; // needed for both periodic and ttl compactions in TEST_F()
5229 options.max_open_files = 20; in TEST_F()