Searched refs:read_ahead (Results 1 - 16 of 16) sorted by relevance

/freebsd-11.0-release/contrib/xz/src/liblzma/lz/
H A Dlz_encoder.h67 uint32_t read_ahead; member in struct:lzma_mf_s
241 return mf->write_pos - mf->read_pos + mf->read_ahead;
255 return mf->read_pos - mf->read_ahead;
272 mf->read_ahead += amount;
286 assert(mf->read_ahead == 0);
H A Dlz_encoder.c151 // mf_skip(), since we don't want to touch mf->read_ahead.
394 mf->read_ahead = 0;
H A Dlz_encoder_mf.c77 ++mf->read_ahead;
/freebsd-11.0-release/contrib/xz/src/liblzma/lzma/
H A Dlzma2_encoder.c179 limit = mf->read_pos - mf->read_ahead
185 const uint32_t read_start = mf->read_pos - mf->read_ahead;
193 coder->uncompressed_size += mf->read_pos - mf->read_ahead
206 coder->uncompressed_size += mf->read_ahead;
209 mf->read_ahead = 0;
H A Dlzma_encoder.c50 mf->read_pos - mf->read_ahead];
53 position, mf->buffer[mf->read_pos - mf->read_ahead - 1]);
65 - mf->read_ahead];
262 assert(mf->read_ahead >= len);
263 mf->read_ahead -= len;
283 mf->read_ahead = 0;
339 && (mf->read_pos - mf->read_ahead >= limit
350 if (mf->read_ahead == 0)
527 // big enough value, and lzma_mf.read_ahead == 0 which happens at
H A Dlzma_encoder_optimum_fast.c28 if (mf->read_ahead == 0) {
31 assert(mf->read_ahead == 1);
H A Dlzma_encoder_optimum_normal.c281 if (mf->read_ahead == 0) {
284 assert(mf->read_ahead == 1);
806 assert(mf->read_ahead > 0);
818 if (mf->read_ahead == 0) {
/freebsd-11.0-release/crypto/openssl/ssl/
H A Dssl_lib.c234 s->read_ahead = s->ctx->read_ahead;
338 s->read_ahead = ctx->read_ahead;
866 s->read_ahead = yes;
871 return (s->read_ahead);
1115 return (s->read_ahead);
1117 l = s->read_ahead;
1118 s->read_ahead = larg;
1207 return (ctx->read_ahead);
[all...]
H A Ds2_pkt.c334 if (!s->read_ahead)
H A Dssl.h1036 int read_ahead; member in struct:ssl_ctx_st
1494 int read_ahead; /* Read as many input bytes as possible (for member in struct:ssl_st
H A Ds3_pkt.c148 * s->read_ahead is set, 'max' bytes may be stored in rbuf [plus
237 /* We always act like read_ahead is set for DTLS */
238 if (!s->read_ahead && !SSL_IS_DTLS(s))
/freebsd-11.0-release/sys/vm/
H A Dvm_map.h116 uint8_t read_ahead; /* pages in the read-ahead window */ member in struct:vm_map_entry
335 * account for the map entry's "read_ahead" field being defined as an uint8_t.
H A Dvm_fault.c575 era = fs.entry->read_ahead;
610 fs.entry->read_ahead = nera;
H A Dvm_map.c1332 new_entry->read_ahead = VM_FAULT_READ_AHEAD_INIT;
/freebsd-11.0-release/sys/cam/ata/
H A Data_da.c235 int read_ahead; member in struct:ada_softc
793 #define ADA_RA (softc->read_ahead >= 0 ? \
794 softc->read_ahead : ada_read_ahead)
826 SYSCTL_INT(_kern_cam_ada, OID_AUTO, read_ahead, CTLFLAG_RWTUN,
1412 OID_AUTO, "read_ahead", CTLFLAG_RW | CTLFLAG_MPSAFE,
1413 &softc->read_ahead, 0, "Enable disk read ahead.");
1710 softc->read_ahead = -1;
1712 "kern.cam.ada.%d.read_ahead", periph->unit_number);
1713 TUNABLE_INT_FETCH(announce_buf, &softc->read_ahead);
/freebsd-11.0-release/sys/dev/mfi/
H A Dmfireg.h772 uint8_t read_ahead; member in struct:mfi_defaults

Completed in 145 milliseconds