Searched refs:sync (Results 151 - 175 of 183) sorted by relevance

12345678

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1006 // Otherwise, this thread can call pthread_detach and reset thr->sync
1878 static void CallUserSignalHandler(ThreadState *thr, bool sync, bool acquire, argument
1885 // ignores are enabled we should disable ignores. This is critical for sync
1925 if (flags()->report_bugs && !sync && sig != SIGTERM && errno != 99) {
1983 const bool sync = is_sync_signal(sctx, sig); local
1984 if (sync ||
1992 CallUserSignalHandler(thr, sync, true, sigact, sig, info, ctx);
2001 CallUserSignalHandler(thr, sync, acq, sigact, sig, info, ctx);
H A Dtsan_rtl.h486 SyncClock sync; member in class:__tsan::ThreadContext
/freebsd-11-stable/sys/ufs/ufs/
H A Dufs_quota.c1057 * Q_SYNC - sync quota files to disk.
1518 sync:
1538 goto sync;
/freebsd-11-stable/sys/dev/dpt/
H A Ddpt.h473 u_int8_t sync; /* 0-7 sync active bitmask (deprecated) */ member in struct:get_conf
/freebsd-11-stable/lib/libc/db/hash/
H A Dhash.c201 dbp->sync = hash_sync;
/freebsd-11-stable/sys/powerpc/aim/
H A Dtrap_subr32.S790 mtsr USER_SR,%r30; sync; isync
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h1129 extern void sync(void);
H A DMakefile.in761 BUILTINS_DEF = builtins.def sync-builtins.def omp-builtins.def
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_dp.c1083 void ironlake_edp_panel_vdd_off(struct intel_dp *intel_dp, bool sync) argument
1093 if (sync) {
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzil.c120 &zil_slog_bulk, 0, "Maximal SLOG commit size with sync priority");
1041 * waiting to sync then we want zil_sync() to remove the lwb so
1088 * which we allocated the next block sync.
1613 * Free up the sync and async itxs. The itxs_t has already been detached
1901 * Move the async itxs for a specified object to commit into sync lists.
1932 * to the sync list. We add to the end rather than the
2252 * and 1024 threads performing sync writes.
2373 * - This thread is waiting for the txg to sync while
2377 * - The txg can't sync because it is waiting for this
2649 * - the order of "sync" itx
2902 zil_set_sync(zilog_t *zilog, uint64_t sync) argument
[all...]
H A Dspa.c1992 * We successfully offlined the log device, sync out the
3184 * avoid dirtying the MOS this early / out of sync context. See
3641 * writing and we sync the "updated" checkpointed uberblock to
3645 * There are cases when we don't want to attempt and sync the
3924 * Wait for all claims to sync. We sync up to the highest
3934 * next sync, we would update the config stored in vdev labels
4166 * this is the case, the config cache is out of sync and
4911 * because sync-to-convergence takes longer if the blocksize
5698 * update the pool state and sync al
7007 boolean_t sync = B_FALSE; local
[all...]
/freebsd-11-stable/sys/dev/de/
H A Dif_de.c157 int sync);
197 tulip_dequeue_mbuf(tulip_ringinfo_t *ri, tulip_descinfo_t *di, int sync) argument
203 switch (sync) {
213 panic("bad sync flag: %d", sync);
/freebsd-11-stable/sbin/init/
H A Dinit.c878 sync();
/freebsd-11-stable/sys/dev/aha/
H A Daha.c1642 * the sync info for older models.
1657 if (sync_info.sync == 0)
1670 /* Convert ns value to standard SCSI sync rate */
/freebsd-11-stable/sys/dev/buslogic/
H A Dbt.c2158 * the sync info for older models.
2175 if (sync_info.sync == 0)
/freebsd-11-stable/targets/pseudo/userland/
H A DMakefile.depend50 bin/sync \
/freebsd-11-stable/sys/dev/sym/
H A Dsym_hipd.c134 #define MEMORY_BARRIER() __asm__ volatile("eieio; sync" : : : "memory")
799 * Some poor and bogus sync table that refers to Tekram NVRAM layout.
919 #define HS_NEGOTIATE (2) /* sync/wide data transfer*/
1410 * While negotiating sync or wide transfer,
1608 u_char minsync; /* Min sync period factor (ST) */
1609 u_char maxsync; /* Max sync period factor (ST) */
1611 u_char minsync_dt; /* Min sync period factor (DT) */
1612 u_char maxsync_dt; /* Max sync period factor (DT) */
2554 * If chip is a C1010, guess the sync limits in DT mode.
2879 sym_print_msg(cp, nego == NS_SYNC ? "sync msgou
9137 int sync, j; local
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Dmap.c1746 /* Reopen the database to sync the cache */
2294 (void) db->sync(db, 0);
2395 /* Reopen the database to sync the cache */
2628 (void) db->sync(db, 0);
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c146 uint32_t sync; /* synchronization time */ member in struct:dyn_data
/freebsd-11-stable/sys/dev/mlx5/
H A Dmlx5_ifc.h643 u8 sync[0x1]; member in struct:mlx5_ifc_diagnostic_counter_cap_bits
6644 u8 sync[0x1]; member in struct:mlx5_ifc_diagnostic_params_context_bits
/freebsd-11-stable/contrib/ntp/
H A Dconfigure1827 --enable-hourly-todr-sync
1828 s if we should sync TODR hourly
8042 # Keep this pattern in sync with the one in func_win32_libid.
8995 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
26107 for ac_header in /sys/sync/queue.h /sys/sync/sema.h
31948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we should sync TODR clock every hour" >&5
31949 $as_echo_n "checking if we should sync TODR clock every hour... " >&6; }
31963 # Check whether --enable-hourly-todr-sync was given.
/freebsd-11-stable/contrib/subversion/
H A Dbuild-outputs.mk1011 svnsync_DEPS = subversion/svnsync/svnsync.lo subversion/svnsync/sync.lo subversion/libsvn_ra/libsvn_ra-1.la subversion/libsvn_delta/libsvn_delta-1.la subversion/libsvn_subr/libsvn_subr-1.la
1012 svnsync_OBJECTS = svnsync.lo sync.lo
3404 subversion/svnsync/svnsync.lo: subversion/svnsync/svnsync.c subversion/include/private/svn_cmdline_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_editor.h subversion/include/private/svn_opt_private.h subversion/include/private/svn_ra_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_opt_impl.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_types.h subversion/include/svn_types_impl.h subversion/include/svn_utf.h subversion/include/svn_version.h subversion/svn_private_config.h subversion/svnsync/sync.h
3406 subversion/svnsync/sync.lo: subversion/svnsync/sync.c subversion/include/private/svn_debug.h subversion/include/private/svn_string_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_opt_impl.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_types.h subversion/include/svn_types_impl.h subversion/include/svn_utf.h subversion/svn_private_config.h subversion/svnsync/sync.h
/freebsd-11-stable/contrib/openbsm/
H A Dconfigure4768 # Keep this pattern in sync with the one in func_win32_libid.
5731 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
/freebsd-11-stable/contrib/openpam/
H A Dconfigure5963 # Keep this pattern in sync with the one in func_win32_libid.
6916 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
/freebsd-11-stable/contrib/file/
H A Dconfigure6454 # Keep this pattern in sync with the one in func_win32_libid.
7407 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */

Completed in 790 milliseconds

12345678