Home
last modified time | relevance | path

Searched refs:flush (Results 51 – 75 of 190) sorted by relevance

12345678

/dragonfly/sbin/natd/samples/
H A Dnatd.test9 ipfw flush
/dragonfly/sys/vfs/hammer2/
H A DFREEMAP20 through on each flush. This ensures that a mount from any of the four
33 flush. The later formal flush then has less work to do.
54 During normal operation, each filesystem flush rotates to a new volume
242 allows the freemap scans to run asynchronously from any flush,
243 improving concurrency. However, at least one synchronous flush
290 This is made more difficult by the fact that each flush represents
292 headers the flush iterates through).
H A DDESIGN420 kernel to asynchronously flush device buffers at any time (even during
474 4. Finally, a physical disk flush command is issued to the storage
498 mirror_tid is updated with the flush id and will propagate
499 upward during the flush all the way to the volume header.
511 during a flush.
578 filesystem sync performance. The freemap flush tracks a separate
587 flush tid in order to synchronize the freemap. Because this scan is
929 flush to media before allowing a system call to return.
961 (4) Wait for flush (mount -o sync) (fsync - wait flush)
964 flush, as full media flushes are prohibitively expensive. You
[all …]
/dragonfly/tools/tools/net80211/scripts/
H A Dsetup.local13 route flush
/dragonfly/contrib/tcsh-6/
H A Ded.inputl.c290 flush(); in Inputl()
566 flush(); in Inputl()
574 flush(); /* flush any buffered output */ in Inputl()
587 flush(); in PushMacro()
H A Ded.screen.c708 flush(); in EchoTC()
1025 flush(); in MoveToLine()
1083 flush(); in MoveToChar()
1156 flush(); in so_write()
1245 flush(); in DeleteChars()
1252 flush(); in DeleteChars()
1285 flush(); in Insert_write()
1292 flush(); in Insert_write()
H A Dsh.exec.c622 flush(); in xechoit()
626 flush(); in xechoit()
977 flush(); in tellmewhat()
993 flush(); in tellmewhat()
1047 flush(); in tellmewhat()
/dragonfly/contrib/less/
H A Dmain.c403 flush(); in quit()
413 flush(); in quit()
/dragonfly/etc/rc.d/
H A Dipfw378 ${ipfw3_program} -f flush
H A Drouting31 route -n flush
/dragonfly/sbin/route/
H A Dkeywords11 flush
/dragonfly/contrib/tcsh-6/nls/spanish/
H A Dset175 3 BUG: Se ha aplicado "flush" al proceso por segunda vez
/dragonfly/sbin/ip6fw/
H A Dsample.sh7 $fwcmd -f flush
/dragonfly/contrib/cvs-1.12/src/
H A Dbuffer.c41 type_buf_flush flush, in buf_initialize() argument
56 buf->flush = flush; in buf_initialize()
335 assert (buf->flush != NULL); in buf_flush()
347 status = (*buf->flush) (buf->closure); in buf_flush()
2074 if (buf->flush) in fd_buffer_shutdown()
2077 buf->flush = NULL; in fd_buffer_shutdown()
H A Dlog-buffer.c321 assert (lb->buf->flush); in log_buffer_flush()
330 return (*lb->buf->flush) (lb->buf->closure); in log_buffer_flush()
H A Dbuffer.h73 type_buf_flush flush; member
/dragonfly/games/hunt/huntd/
H A Danswer.c164 flush(ALL_PLAYERS); in answer_next()
307 flush(pp); in stmonitor()
428 flush(newpp); in stplayer()
/dragonfly/sys/kern/
H A Dtty_pty.c831 ptsstop(struct tty *tp, int flush) in ptsstop() argument
839 if (flush == 0) { in ptsstop()
840 flush = TIOCPKT_STOP; in ptsstop()
845 pti->pt_send |= flush; in ptsstop()
849 if (flush & FREAD) in ptsstop()
851 if (flush & FWRITE) in ptsstop()
/dragonfly/contrib/zlib-1.2/
H A Dzlib.h250 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
400 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
1531 ZEXTERN int ZEXPORT gzflush OF((gzFile file, int flush));
/dragonfly/contrib/tcsh-6/nls/ja/
H A Dset373 71 flush output文字を試す
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/parallel/
H A Dsearch.h137 #pragma omp flush(__result) in __search_template()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/parallel/
H A Dsearch.h137 #pragma omp flush(__result) in __search_template()
/dragonfly/contrib/gdb-7/gdb/
H A Dui-file.h34 ui_file_flush_ftype *flush);
/dragonfly/usr.bin/telnet/
H A Dsys_bsd.c147 int flush; in TerminalAutoFlush() local
149 ioctl(0, TIOCLGET, (char *)&flush); in TerminalAutoFlush()
150 return !(flush&LNOFLSH); /* if LNOFLSH, no autoflush */ in TerminalAutoFlush()
/dragonfly/sys/vfs/hammer/
H A Dhammer_recover.c1514 int flush; in hammer_recover_flush_buffer_callback() local
1529 flush = hammer_ref_interlock(&buffer->io.lock); in hammer_recover_flush_buffer_callback()
1530 if (flush) in hammer_recover_flush_buffer_callback()
1539 hammer_rel_buffer(buffer, flush); in hammer_recover_flush_buffer_callback()

12345678