Home
last modified time | relevance | path

Searched refs:synced (Results 1 – 21 of 21) sorted by relevance

/freebsd-12.1/sys/geom/vinum/
H A Dgeom_vinum_plex.c169 if (!(boff + bcount <= p->synced) && in gv_plex_offset()
632 to->synced += bp->bio_length; in gv_sync_complete()
642 to->synced = 0; in gv_sync_complete()
732 p->synced += bp->bio_length; in gv_grow_complete()
758 p->synced = 0; in gv_grow_complete()
957 (intmax_t)p->synced); in gv_parity_complete()
971 p->synced += p->stripesize; in gv_parity_complete()
974 if (p->synced >= p->size) { in gv_parity_complete()
982 p->synced = 0; in gv_parity_complete()
1023 p->synced = 0; in gv_rebuild_complete()
[all …]
H A Dgeom_vinum_init.c203 p->synced = 0; in gv_sync_plex()
206 error = gv_sync_request(up, p, p->synced, in gv_sync_plex()
207 MIN(GV_DFLT_SYNCSIZE, up->size - p->synced), in gv_sync_plex()
290 p->synced = 0; in gv_rebuild_plex()
344 p->synced = 0; in gv_grow_plex()
H A Dgeom_vinum_raid5.c333 p->synced = boff; in gv_raid5_rebuild()
369 if (boff >= p->synced) { in gv_raid5_request()
372 } else if (boff + bcount <= p->synced) { in gv_raid5_request()
421 if ((p->flags & GV_PLEX_REBUILDING) && (boff + real_len < p->synced)) in gv_raid5_request()
424 if ((p->flags & GV_PLEX_REBUILDING) && (boff + real_len >= p->synced)) { in gv_raid5_request()
H A Dgeom_vinum_list.c314 (intmax_t)p->synced, in gv_lpi()
315 (p->size > 0) ? (int)((p->synced * 100) / p->size) : in gv_lpi()
333 sbuf_printf(sb, "S %d%%\t", (int)((p->synced * 100) / in gv_lpi()
H A Dgeom_vinum_var.h345 off_t synced; /* Count of synced bytes. */ member
H A Dgeom_vinum_state.c251 p->synced > 0 && in gv_set_sd_state()
H A Dgeom_vinum.c800 p->synced = 0; in gv_worker()
831 p->synced = 0; in gv_worker()
H A Dgeom_vinum_create.c216 p->synced = 0; in gv_create_plex()
/freebsd-12.1/contrib/ntp/ntpd/
H A Drefclock_true.c361 char synced; in true_receive() local
527 &pp->second, &synced) == 5) { in true_receive()
533 if (synced == '>' || synced == '#' || synced == '?' in true_receive()
534 || synced == 'X') in true_receive()
/freebsd-12.1/sbin/hastd/
H A Dprimary.c1964 off_t offset, length, synced; in sync_thread() local
1970 synced = 0; in sync_thread()
1981 (intmax_t)synced); in sync_thread()
1986 synced = 0; in sync_thread()
2032 if (synced > 0) { in sync_thread()
2037 bps = (int64_t)((double)synced / in sync_thread()
2042 (intmax_t)synced, &tdiff, in sync_thread()
2200 synced += length; in sync_thread()
/freebsd-12.1/contrib/binutils/ld/scripttempl/
H A Dpep.sc55 ${RELOCATING+/* Make the virtual address and file offset synced if the alignment is}
H A Dpe.sc55 ${RELOCATING+/* Make the virtual address and file offset synced if the alignment is}
/freebsd-12.1/sys/net/
H A Dbridgestp.c903 int synced; in bstp_update_state() local
909 synced = 1; in bstp_update_state()
913 synced = 0; in bstp_update_state()
917 bs->bs_allsynced = synced; in bstp_update_state()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzil.c2135 boolean_t synced = txg <= spa_last_synced_txg(spa); in zil_process_commit_list() local
2182 if (frozen || !synced || lrc->lrc_txtype == TX_COMMIT) { in zil_process_commit_list()
/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DInstrProfData.inc20 * synced up.
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc20 * synced up.
/freebsd-12.1/contrib/openbsm/
H A DNEWS38 merged. This allows trail files to be securely and reliably synced from
/freebsd-12.1/crypto/openssh/
H A DChangeLog2342 upstream: Add $OpenBSD$ markers to xmss files to help keep synced
2825 code that is synced with upstream and is an ongoing maintenance burden.
4161 Previously portable OpenSSH has synced against a conversion of OpenBSD's
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20035571 _M_buf_size (synced input is now correctly dealt with
6682 test for synced buffer.
/freebsd-12.1/contrib/ntp/
H A DCommitLog-4.1.02720 then we haven't synced yet. Note and punt.
H A DCommitLog1857 - send 'S' (--> synced) message to parent process