Searched refs:max_file_size (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/xnu-2782.1.97/tools/tests/perf_index/
H A Dtest_file_helper.h9 int test_file_read_setup(char* path, int num_threads, long long length, long long max_file_size);
10 int test_file_read(char* path, int thread_id, int num_threads, long long length, long long max_file_size);
13 int test_file_write(char* path, int thread_id, int num_threads, long long length, long long max_file_size);
H A Dtest_file_helper.c48 int test_file_read_setup(char* path, int num_threads, long long length, long long max_file_size) { argument
55 if(max_file_size == 0)
56 max_file_size = MAXFILESIZE;
58 left = MIN(length, max_file_size/num_threads);
77 int test_file_read(char* path, int thread_id, int num_threads, long long length, long long max_file_size) { argument
87 if(max_file_size == 0)
88 max_file_size = MAXFILESIZE;
89 filesize = MIN(length, max_file_size/num_threads);
149 int test_file_write(char* path, int thread_id, int num_threads, long long length, long long max_file_size) { argument
156 if(max_file_size
[all...]
/macosx-10.10/syslog-267/libsystem_asl.tproj/include/
H A Dasl_store.h72 size_t max_file_size; member in struct:asl_store_s
/macosx-10.10/syslog-267/libsystem_asl.tproj/src/
H A Dasl_store.c265 s->max_file_size = max;
643 /* if file is larger than max_file_size, rename it and trigger aslmanager */
644 if ((s->max_file_size != 0) && (fsize > s->max_file_size))

Completed in 72 milliseconds