Searched refs:synced (Results 1 – 18 of 18) sorted by relevance
| /freebsd-13.1/sys/geom/vinum/ |
| H A D | geom_vinum_plex.c | 170 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 D | geom_vinum_init.c | 204 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 D | geom_vinum_raid5.c | 337 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 D | geom_vinum_list.c | 314 (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 D | geom_vinum_var.h | 347 off_t synced; /* Count of synced bytes. */ member
|
| H A D | geom_vinum_state.c | 252 p->synced > 0 && in gv_set_sd_state()
|
| H A D | geom_vinum.c | 799 p->synced = 0; in gv_worker() 830 p->synced = 0; in gv_worker()
|
| H A D | geom_vinum_create.c | 217 p->synced = 0; in gv_create_plex()
|
| /freebsd-13.1/contrib/ntp/ntpd/ |
| H A D | refclock_true.c | 361 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 D | README | 2 kernel source tree. It is synced regularly with mainline Linux.
|
| /freebsd-13.1/sbin/hastd/ |
| H A D | primary.c | 1964 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 D | bridgestp.c | 922 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 D | zil.c | 2321 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 D | InstrProfData.inc | 19 * synced up.
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 19 * synced up.
|
| /freebsd-13.1/contrib/openbsm/ |
| H A D | NEWS | 38 merged. This allows trail files to be securely and reliably synced from
|
| /freebsd-13.1/contrib/ntp/ |
| H A D | CommitLog-4.1.0 | 2720 then we haven't synced yet. Note and punt.
|
| H A D | CommitLog | 2570 - send 'S' (--> synced) message to parent process
|