Searched refs:allowed (Results 1 – 5 of 5) sorted by relevance
| /rocksdb-6.9/file/ |
| D | random_access_file_reader.cc | 48 size_t allowed; in Read() local 50 allowed = rate_limiter_->RequestToken( in Read() 55 allowed = read_size; in Read() 67 s = file_->Read(aligned_offset + buf.CurrentSize(), allowed, in Read() 77 if (!s.ok() || tmp.size() < allowed) { in Read() 97 size_t allowed; in Read() local 102 allowed = rate_limiter_->RequestToken(n - pos, 0 /* alignment */, in Read() 109 allowed = n; in Read() 121 s = file_->Read(offset + pos, allowed, IOOptions(), &tmp_result, in Read() 141 if (!s.ok() || tmp_result.size() < allowed) { in Read()
|
| D | writable_file_writer.cc | 299 size_t allowed; in WriteBuffered() local 301 allowed = rate_limiter_->RequestToken( in WriteBuffered() 305 allowed = left; in WriteBuffered() 323 s = writable_file_->Append(Slice(src, allowed), IOOptions(), nullptr); in WriteBuffered() 329 NotifyOnFileWriteFinish(old_size, allowed, start_ts, finish_ts, s); in WriteBuffered() 337 IOSTATS_ADD(bytes_written, allowed); in WriteBuffered() 340 left -= allowed; in WriteBuffered() 341 src += allowed; in WriteBuffered()
|
| /rocksdb-6.9/ |
| D | COPYING | 7 of this license document, but changing it is not allowed. 151 allowed only for noncommercial distribution and only if you
|
| D | HISTORY.md | 256 * Fix flush's/compaction's merge processing logic which allowed `Put`s covered by range tombstones … 899 …hanged to change_level, to allow users to move levels to lower levels if allowed. It can be used t…
|
| /rocksdb-6.9/docs/ |
| D | LICENSE-DOCUMENTATION | 153 4. Media and formats; technical modifications allowed. The
|