Home
last modified time | relevance | path

Searched refs:SYNC (Results 1 – 19 of 19) sorted by relevance

/NextBSD/sys/mips/mips/
HDcache_mipsNN.c80 #define SYNC __asm volatile("sync; sync") macro
82 #define SYNC xlp_sync() macro
84 #define SYNC __asm volatile("sync") macro
192 SYNC; in mipsNN_icache_sync_all_16()
215 SYNC; in mipsNN_icache_sync_all_32()
238 SYNC; in mipsNN_icache_sync_all_64()
261 SYNC; in mipsNN_icache_sync_range_16()
284 SYNC; in mipsNN_icache_sync_range_32()
307 SYNC; in mipsNN_icache_sync_range_64()
458 SYNC; in mipsNN_pdcache_wbinv_all_16()
[all …]
/NextBSD/sys/fs/nandfs/
HDnandfs_segment.c73 DPRINTF(SYNC, ("%s: new segment %jx next %jx error %d\n", in nandfs_new_segment()
174 DPRINTF(SYNC, ("%s: seg %p : initial settings: start %#jx size :%#x\n", in create_segment()
176 DPRINTF(SYNC, ("%s: seg->seg_num %#jx cno %#jx next %#jx\n", __func__, in create_segment()
314 DPRINTF(SYNC, ("%s: bp:%p\n", __func__, bp)); in nandfs_add_superroot()
359 DPRINTF(SYNC, ("%s: bp %p\n", __func__, bp)); in nandfs_add_segsum_block()
415 DPRINTF(SYNC, ("%s: bp (%p) number %x (left %x)\n", in nandfs_add_blocks()
437 DPRINTF(SYNC, ("%s: vp (%p): bp (%p) with lblkno %jx ino %jx " in nandfs_iterate_dirty_buf()
467 DPRINTF(SYNC, ("%s: vp (%p): nblocks %x ino %jx\n", in nandfs_iterate_system_vnode()
583 DPRINTF(SYNC, ("%s: seg:%p segsum bp:%p data:%p\n", in nandfs_segment_assign_pblk()
601 DPRINTF(SYNC, ("%s: next segsum %p data %p\n", in nandfs_segment_assign_pblk()
[all …]
HDnandfs_vfsops.c313 DPRINTF(SYNC, ("%s: last_used %d nandfs_sblocks_in_esize %d\n", in nandfs_write_superblock_at()
329 DPRINTF(SYNC, ("%s: offset %#jx s_last_pseg %#jx s_last_cno %#jx " in nandfs_write_superblock_at()
337 DPRINTF(SYNC, ("%s: read_block %#x\n", __func__, read_block)); in nandfs_write_superblock_at()
382 DPRINTF(SYNC, ("%s: storing at %d\n", __func__, pos)); in nandfs_write_superblock_at()
398 DPRINTF(SYNC, ("%s: fstp->last_used %d -> %d\n", __func__, in nandfs_write_superblock_at()
428 DPRINTF(SYNC, ("%s: skipping %d\n", __func__, j)); in nandfs_write_superblock()
482 DPRINTF(SYNC, ("%s: i %d s_last_cno %jx s_magic %x " in nandfs_select_sb()
1080 DPRINTF(SYNC, ("%s: %s\n", __func__, reasons[reason])); in nandfs_wakeup_wait_sync()
1100 DPRINTF(SYNC, ("%s: cleaner finish\n", __func__)); in nandfs_gc_finished()
1106 DPRINTF(SYNC, ("%s: cleaner waked up: %d\n", in nandfs_gc_finished()
[all …]
HDnandfs_subr.c150 DPRINTF(SYNC, ("%s: returning blocknr %jx -> segnum %jx\n", __func__, in nandfs_get_segnum_of_block()
964 DPRINTF(SYNC, ("%s: wakeup gc\n", __func__)); in _nandfs_dirty_buf()
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/zmod/
HDinflate.h52 SYNC /* looking for synchronization bytes to restart inflate() */ enumerator
HDinflate.c1149 case SYNC:
1303 if (state->mode != SYNC) {
1304 state->mode = SYNC;
/NextBSD/lib/libz/
HDinflate.h52 SYNC /* looking for synchronization bytes to restart inflate() */ enumerator
HDinflate.c1219 case SYNC:
1391 if (state->mode != SYNC) {
1392 state->mode = SYNC;
/NextBSD/contrib/ntp/parseutil/
HDdcfd.c161 #define SYNC 0x02 macro
1140 if (sync_state == SYNC) in tick()
1687 if (sync_state == SYNC) in main()
1752 if (sync_state == SYNC) in main()
1789 sync_state = SYNC; in main()
/NextBSD/contrib/ntp/libparse/
HDREADME62 SYNC - Time code and phase are correct.
65 it leaves the SYNC state. This is derived from the
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMips64InstrInfo.td614 def : MipsInstAlias<"synciobdma", (SYNC 0x2), 0>;
615 def : MipsInstAlias<"syncs", (SYNC 0x6), 0>;
616 def : MipsInstAlias<"syncw", (SYNC 0x4), 0>;
617 def : MipsInstAlias<"syncws", (SYNC 0x5), 0>;
HDMipsInstrInfo.td1262 def SYNC : MMRel, SYNC_FT<"sync">, SYNC_FM, ISA_MIPS32;
1673 (SYNC 0), 1>, ISA_MIPS2;
1769 // SYNC
1771 (SYNC 0)>, ISA_MIPS2;
/NextBSD/sys/powerpc/aim/
HDmoea64_native.c125 #define SYNC() __asm __volatile("sync"); macro
/NextBSD/lib/libz/test/
HDinfcover.c459 state->mode = SYNC; /* force an otherwise impossible situation */ in pull()
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCInstrInfo.td1847 def SYNC : XForm_24_sync<31, 598, (outs), (ins i32imm:$L),
1857 def : Pat<(int_ppc_sync), (SYNC 0)>, Requires<[HasSYNC]>;
1858 def : Pat<(int_ppc_lwsync), (SYNC 1)>, Requires<[HasSYNC]>;
2769 // Only seq_cst fences require the heavyweight sync (SYNC 0).
2770 // All others can use the lightweight sync (SYNC 1).
2774 def : Pat<(atomic_fence (i64 7), (imm)), (SYNC 0)>, Requires<[HasSYNC]>;
2775 def : Pat<(atomic_fence (i32 7), (imm)), (SYNC 0)>, Requires<[HasSYNC]>;
2776 def : Pat<(atomic_fence (imm), (imm)), (SYNC 1)>, Requires<[HasSYNC]>;
3632 def : InstAlias<"sync", (SYNC 0)>, Requires<[HasSYNC]>;
3633 def : InstAlias<"msync", (SYNC 0), 0>, Requires<[HasSYNC]>;
[all …]
/NextBSD/contrib/ntp/ntpd/
HDntpdbase-opts.def423 ** that's not the same as SYNC.
/NextBSD/crypto/openssh/
HDChangeLog1110 ID SYNC ONLY for portable; kerberos/gssapi is still pretty popular
1173 ID SYNC ONLY for portable; we don't trust other arc4random implementations
1180 ID SYNC ONLY for portable; kerberos/gssapi is still pretty popular
/NextBSD/sys/dev/hwpmc/
HDpmc_events.h6387 __PMC_EV(OCTEON, SYNC) \
/NextBSD/contrib/amd/
HDChangeLog11649 * lib/mount_fs.c (mnt_flags): make sure SYNC option is on only if