HomeSort by relevance Sort by last modified time
    Searched full:flushing (Results 1 - 25 of 205) sorted by null

1 2 3 4 5 6 7 8 9

  /external/kernel-headers/original/asm-x86/
mmu.h 11 * cpu_vm_mask is used to optimize ldt flushing.
tlbflush_32.h 73 * TLB flushing:
83 * ..but the i386 has somewhat limited tlb flushing capabilities,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
nfs_fs.h 19 * When flushing a cluster of dirty pages, there can be different
capability.h 215 /* Allow flushing all cache on m68k (sys_cacheflush) */
222 /* Allow setting readahead and flushing buffers on block devices */
  /libcore/luni/src/test/java/libcore/java/util/zip/
DeflaterOutputStreamTest.java 56 * Creates an optionally-flushing deflater stream, writes some bytes to it,
67 private InflaterInputStream createInflaterStream(final boolean flushing)
75 OutputStream out = new DeflaterOutputStream(pout, flushing);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
kdaemon.h 28 /* Start, flush, or tune the kernel's buffer flushing daemon. */
  /external/v8/src/ia32/
cpu-ia32.cc 49 // cache flushing is only necessary when multiple cores running the same
54 // If flushing of the instruction cache becomes necessary Windows has the
  /external/v8/src/x64/
cpu-x64.cc 49 // cache flushing is only necessary when multiple cores running the same
54 // If flushing of the instruction cache becomes necessary Windows has the
  /external/dropbear/
common-channel.c 151 newchan->flushing = 0;
271 if (!channel->flushing && channel->type->check_close
274 channel->flushing = 1;
290 /* Special handling for flushing read data after an exit. We
293 if (channel->flushing) {
294 TRACE(("might send data, flushing"))
623 time we expect to receive EAGAIN is when we're flushing a FD,
641 /* If we receive less data than we requested when flushing, we've
643 if (channel->flushing && len < (ssize_t)maxlen)
645 TRACE(("closing from channel, flushing out.")
    [all...]
channel.h 87 int flushing; member in struct:Channel
  /external/clearsilver/util/
skiplist.c 52 int flushing; /* TRUE if thread waiting to flush cached items */ member in struct:skipList_struct
211 if((list->cached > list->flushLimit) && (! list->flushing)) {
212 list->flushing = TRUE;
223 /* we are now flushing deleted items */
231 list->flushing = FALSE; /* done flushing */
  /bionic/libc/stdlib/
exit.c 48 * Exit, flushing stdio buffers if necessary.
  /external/e2fsprogs/e2fsck/
iscan.c 83 _("while opening %s for flushing"), device_name);
  /external/guava/src/com/google/common/io/
Flushables.java 56 "IOException thrown while flushing Flushable.", e);
  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
phase1-down.sh 50 # any SAD instead of flushing what needs to be flushed.
  /external/qemu/
buffered_file.c 82 DPRINTF("flushing %zu byte(s) of data\n", s->buffer_size);
96 DPRINTF("error flushing data, %zd\n", ret);
  /external/bluetooth/glib/gio/
goutputstream.h 47 * writing, splicing, flushing and closing streams, but may implement
gbufferedoutputstream.c 546 * case of flushing + some addition stuff */
564 /* if flushing the buffer didn't work don't even bother
572 /* if flushing the buffer or the stream returned
  /external/e2fsprogs/lib/ss/
parse.c 64 parse_mode = WHITESPACE; /* flushing whitespace */
  /external/qemu/android/skin/
image.h 66 * the count reaches 0, the image becomes eligible for cache flushing.
  /frameworks/base/services/java/com/android/server/
AttributeCache.java 90 // change so we don't want flushing the cache... all others
  /libcore/luni/src/main/java/java/io/
ObjectOutput.java 41 * if an error occurs while flushing the target stream.
  /libcore/luni/src/main/java/java/util/logging/
ErrorManager.java 40 * The error code indicating a failure when flushing an output stream.
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
libOMX.TI.AMR.encode.so 
  /external/iptables/
ip6tables-restore.c 237 DEBUGP("Flushing existing user defined chain '%s'\n", chain);
240 "error flushing chain "

Completed in 620 milliseconds

1 2 3 4 5 6 7 8 9