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

1 2 3 4 5 6 7 8 91011>>

  /external/perfetto/src/ftrace_reader/test/data/android_flounder_lte_LRX16F_3.10.40/events/jbd2/jbd2_run_stats/
format 15 field:unsigned long flushing; offset:56; size:8; signed:0;
21 print fmt: "dev %d,%d tid %lu wait %u request_delay %u running %u locked %u flushing %u logging %u handle_count %u blocks %u blocks_logged %u", ((unsigned int) ((REC->dev) >> 20)), ((unsigned int) ((REC->dev) & ((1U << 20) - 1))), REC->tid, jiffies_to_msecs(REC->wait), jiffies_to_msecs(REC->request_delay), jiffies_to_msecs(REC->running), jiffies_to_msecs(REC->locked), jiffies_to_msecs(REC->flushing), jiffies_to_msecs(REC->logging), REC->handle_count, REC->blocks, REC->blocks_logged
  /external/perfetto/src/ftrace_reader/test/data/android_hammerhead_MRA59G_3.4.0/events/jbd2/jbd2_run_stats/
format 15 field:unsigned long flushing; offset:32; size:4; signed:0;
21 print fmt: "dev %d,%d tid %lu wait %u running %u locked %u flushing %u logging %u handle_count %u blocks %u blocks_logged %u", ((unsigned int) ((REC->dev) >> 20)), ((unsigned int) ((REC->dev) & ((1U << 20) - 1))), REC->tid, jiffies_to_msecs(REC->wait), jiffies_to_msecs(REC->running), jiffies_to_msecs(REC->locked), jiffies_to_msecs(REC->flushing), jiffies_to_msecs(REC->logging), REC->handle_count, REC->blocks, REC->blocks_logged
  /external/perfetto/src/ftrace_reader/test/data/android_seed_N2F62_3.10.49/events/jbd2/jbd2_run_stats/
format 15 field:unsigned long flushing; offset:32; size:4; signed:0;
21 print fmt: "dev %d,%d tid %lu wait %u request_delay %u running %u locked %u flushing %u logging %u handle_count %u blocks %u blocks_logged %u", ((unsigned int) ((REC->dev) >> 20)), ((unsigned int) ((REC->dev) & ((1U << 20) - 1))), REC->tid, jiffies_to_msecs(REC->wait), jiffies_to_msecs(REC->request_delay), jiffies_to_msecs(REC->running), jiffies_to_msecs(REC->locked), jiffies_to_msecs(REC->flushing), jiffies_to_msecs(REC->logging), REC->handle_count, REC->blocks, REC->blocks_logged
  /external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/jbd2/jbd2_run_stats/
format 15 field:unsigned long flushing; offset:56; size:8; signed:0;
21 print fmt: "dev %d,%d tid %lu wait %u request_delay %u running %u locked %u flushing %u logging %u handle_count %u blocks %u blocks_logged %u", ((unsigned int) ((REC->dev) >> 20)), ((unsigned int) ((REC->dev) & ((1U << 20) - 1))), REC->tid, jiffies_to_msecs(REC->wait), jiffies_to_msecs(REC->request_delay), jiffies_to_msecs(REC->running), jiffies_to_msecs(REC->locked), jiffies_to_msecs(REC->flushing), jiffies_to_msecs(REC->logging), REC->handle_count, REC->blocks, REC->blocks_logged
  /external/pdfium/build_overrides/
gtest.gni 14 # Exclude support for flushing coverage files on iOS.
  /external/v8/build_overrides/
gtest.gni 14 # Exclude support for flushing coverage files on iOS.
  /external/v8/src/ia32/
cpu-ia32.cc 21 // cache flushing is only necessary when multiple cores running the same
26 // If flushing of the instruction cache becomes necessary Windows has the
  /external/v8/src/mips/
cpu-mips.cc 19 #include "src/simulator.h" // For cache flushing.
27 // Nothing to do, flushing no instructions.
  /external/v8/src/mips64/
cpu-mips64.cc 19 #include "src/simulator.h" // For cache flushing.
27 // Nothing to do, flushing no instructions.
  /external/v8/src/x64/
cpu-x64.cc 21 // cache flushing is only necessary when multiple cores running the same
26 // If flushing of the instruction cache becomes necessary Windows has the
  /external/v8/src/x87/
cpu-x87.cc 21 // cache flushing is only necessary when multiple cores running the same
26 // If flushing of the instruction cache becomes necessary Windows has the
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.h 57 INPUT_EOS_SEEN, // VPX component saw EOS and is flushing On2 decoder.
58 OUTPUT_FRAMES_FLUSHED // VPX component finished flushing On2 decoder.
  /development/samples/browseable/BatchStepSensor/
_index.jd 18 requires manually flushing the sensor event queue before it overflows, which is not
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Guid/PeiFlushInstructionCache/
PeiFlushInstructionCache.c 18 GUID for the Instruction Cache Flushing APIs shared between PEI and DXE
PeiFlushInstructionCache.h 18 GUID for the Instruction Cache Flushing APIs shared between PEI and DXE
  /external/libyuv/files/build_overrides/
gtest.gni 18 # Exclude support for flushing coverage files on iOS.
  /external/v8/src/s390/
cpu-s390.cc 16 // thread nature of V8 and JavaScript, instruction cache flushing
  /system/chre/platform/linux/include/chre/target_platform/
fatal_error.h 30 * Do preparation for an impending fatal error including flushing logs.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ia32/
Processor.c 123 This routine would provide support for flushing the CPU instruction cache.
124 In the case of IA32, this flushing is not necessary and is thus not implemented.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/
Processor.c 128 This routine would provide support for flushing the CPU instruction cache.
129 In the case of IA32, this flushing is not necessary and is thus not implemented.
  /external/v8/src/arm/
cpu-arm.cc 8 #include <sys/mman.h> // for cache flushing.
11 #include <sys/syscall.h> // for cache flushing.
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texturebarrier.c 94 * For case (2), we assume automatic flushing by the driver.
103 * In all cases, we assume the driver does the required flushing
110 * In all cases, we assume the driver does the required flushing
  /packages/apps/Camera2/src/com/android/camera/one/v2/errorhandling/
FastCameraReset.java 32 * Resets camera usage by calling abortCaptures(), flushing (interrupting) any
70 mLog.w("flushing existing camera commands");
  /external/kernel-headers/original/uapi/linux/
nfs_fs.h 30 * When flushing a cluster of dirty pages, there can be different
  /external/libogg/
CHANGES 3 * Alter default flushing behavior to span less often and use larger page

Completed in 4410 milliseconds

1 2 3 4 5 6 7 8 91011>>