Home
last modified time | relevance | path

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

/freebsd-13.1/sys/geom/vinum/
H A Dgeom_vinum_plex.c170 if (!(boff + bcount <= p->synced) && in gv_plex_offset()
633 to->synced += bp->bio_length; in gv_sync_complete()
643 to->synced = 0; in gv_sync_complete()
733 p->synced += bp->bio_length; in gv_grow_complete()
759 p->synced = 0; in gv_grow_complete()
958 (intmax_t)p->synced); in gv_parity_complete()
972 p->synced += p->stripesize; in gv_parity_complete()
975 if (p->synced >= p->size) { in gv_parity_complete()
983 p->synced = 0; in gv_parity_complete()
1024 p->synced = 0; in gv_rebuild_complete()
[all …]
H A Dgeom_vinum_init.c204 p->synced = 0; in gv_sync_plex()
207 error = gv_sync_request(up, p, p->synced, in gv_sync_plex()
208 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.c337 p->synced = boff; in gv_raid5_rebuild()
373 if (boff >= p->synced) { in gv_raid5_request()
376 } else if (boff + bcount <= p->synced) { in gv_raid5_request()
425 if ((p->flags & GV_PLEX_REBUILDING) && (boff + real_len < p->synced)) in gv_raid5_request()
428 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.h347 off_t synced; /* Count of synced bytes. */ member
H A Dgeom_vinum_state.c252 p->synced > 0 && in gv_set_sd_state()
H A Dgeom_vinum.c799 p->synced = 0; in gv_worker()
830 p->synced = 0; in gv_worker()
H A Dgeom_vinum_create.c217 p->synced = 0; in gv_create_plex()
/freebsd-13.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-13.1/sys/contrib/device-tree/
H A DREADME2 kernel source tree. It is synced regularly with mainline Linux.
/freebsd-13.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-13.1/sys/net/
H A Dbridgestp.c922 int synced; in bstp_update_state() local
928 synced = 1; in bstp_update_state()
932 synced = 0; in bstp_update_state()
936 bs->bs_allsynced = synced; in bstp_update_state()
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dzil.c2321 boolean_t synced = txg <= spa_last_synced_txg(spa); in zil_process_commit_list() local
2368 if (frozen || !synced || lrc->lrc_txtype == TX_COMMIT) { in zil_process_commit_list()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc19 * synced up.
/freebsd-13.1/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc19 * synced up.
/freebsd-13.1/contrib/openbsm/
H A DNEWS38 merged. This allows trail files to be securely and reliably synced from
/freebsd-13.1/contrib/ntp/
H A DCommitLog-4.1.02720 then we haven't synced yet. Note and punt.
H A DCommitLog2570 - send 'S' (--> synced) message to parent process