Home
last modified time | relevance | path

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

/freebsd-14.2/sys/geom/vinum/
H A Dgeom_vinum_plex.c168 if (!(boff + bcount <= p->synced) && in gv_plex_offset()
629 to->synced += bp->bio_length; in gv_sync_complete()
639 to->synced = 0; in gv_sync_complete()
729 p->synced += bp->bio_length; in gv_grow_complete()
755 p->synced = 0; in gv_grow_complete()
953 (intmax_t)p->synced); in gv_parity_complete()
967 p->synced += p->stripesize; in gv_parity_complete()
970 if (p->synced >= p->size) { in gv_parity_complete()
978 p->synced = 0; in gv_parity_complete()
1019 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()
289 p->synced = 0; in gv_rebuild_plex()
343 p->synced = 0; in gv_grow_plex()
H A Dgeom_vinum_raid5.c335 p->synced = boff; in gv_raid5_rebuild()
368 if (boff >= p->synced) { in gv_raid5_request()
371 } else if (boff + bcount <= p->synced) { in gv_raid5_request()
420 if ((p->flags & GV_PLEX_REBUILDING) && (boff + real_len < p->synced)) in gv_raid5_request()
423 if ((p->flags & GV_PLEX_REBUILDING) && (boff + real_len >= p->synced)) { in gv_raid5_request()
H A Dgeom_vinum_list.c312 (intmax_t)p->synced, in gv_lpi()
313 (p->size > 0) ? (int)((p->synced * 100) / p->size) : in gv_lpi()
331 sbuf_printf(sb, "S %d%%\t", (int)((p->synced * 100) / in gv_lpi()
H A Dgeom_vinum_var.h347 off_t synced; /* Count of synced bytes. */ member
H A Dgeom_vinum_state.c250 p->synced > 0 && in gv_set_sd_state()
H A Dgeom_vinum.c794 p->synced = 0; in gv_worker()
825 p->synced = 0; in gv_worker()
H A Dgeom_vinum_create.c214 p->synced = 0; in gv_create_plex()
/freebsd-14.2/contrib/ntp/ntpd/
H A Drefclock_true.c355 char synced; in true_receive() local
521 &pp->second, &synced) == 5) { in true_receive()
527 if (synced == '>' || synced == '#' || synced == '?' in true_receive()
528 || synced == 'X') in true_receive()
/freebsd-14.2/sys/contrib/device-tree/
H A DREADME2 kernel source tree. It is synced regularly with mainline Linux.
/freebsd-14.2/contrib/llvm-project/compiler-rt/include/profile/
H A DMIBEntryDef.inc22 * synced up.
H A DMemProfData.inc19 * synced up.
H A DInstrProfData.inc19 * synced up.
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMIBEntryDef.inc22 * synced up.
H A DMemProfData.inc19 * synced up.
H A DInstrProfData.inc19 * synced up.
/freebsd-14.2/sbin/hastd/
H A Dprimary.c1962 off_t offset, length, synced; in sync_thread() local
1968 synced = 0; in sync_thread()
1979 (intmax_t)synced); in sync_thread()
1984 synced = 0; in sync_thread()
2030 if (synced > 0) { in sync_thread()
2035 bps = (int64_t)((double)synced / in sync_thread()
2040 (intmax_t)synced, &tdiff, in sync_thread()
2198 synced += length; in sync_thread()
/freebsd-14.2/sys/net/
H A Dbridgestp.c921 int synced; in bstp_update_state() local
927 synced = 1; in bstp_update_state()
931 synced = 0; in bstp_update_state()
935 bs->bs_allsynced = synced; in bstp_update_state()
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dzil.c2943 boolean_t synced = txg <= spa_last_synced_txg(spa); in zil_process_commit_list() local
2990 if (frozen || !synced || lrc->lrc_txtype == TX_COMMIT) { in zil_process_commit_list()
/freebsd-14.2/contrib/openbsm/
H A DNEWS38 merged. This allows trail files to be securely and reliably synced from
/freebsd-14.2/contrib/ntp/
H A DCommitLog-4.1.02720 then we haven't synced yet. Note and punt.
H A DCommitLog11830 - send 'S' (--> synced) message to parent process