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

1 2 3 4 5

  /external/dropbear/
progressmeter.c 37 #define STALL_TIME 5 /* we're stalled after this many seconds */
62 static long stalled; /* how long we have been stalled */ variable
183 stalled += elapsed;
185 stalled = 0;
187 if (stalled >= STALL_TIME)
188 strlcat(buf, "- stalled -", win_size);
246 stalled = 0;
  /prebuilt/linux-x86/oprofile/arm/armv6/
events 4 event:0x01 counters:0,1 um:zero minimum:500 name:CYCLES_IFU_MEM_STALL : cycles instruction fetch pipe is stalled
18 event:0x11 counters:0,1 um:zero minimum:500 name:LSU_STALL : cycles stalled because Load Store request queque is full
  /prebuilt/linux-x86_64/oprofile/arm/armv6/
events 4 event:0x01 counters:0,1 um:zero minimum:500 name:CYCLES_IFU_MEM_STALL : cycles instruction fetch pipe is stalled
18 event:0x11 counters:0,1 um:zero minimum:500 name:LSU_STALL : cycles stalled because Load Store request queque is full
  /external/dbus/tools/
dbus-monitor.1 
dbus-send.1 
  /external/webkit/WebCore/dom/
EventNames.h 138 macro(stalled) \
  /external/chromium/net/socket/
client_socket_pool_base.cc 174 // We could check if we really have a stalled group here, but it requires
403 // multiple available socket slots, since we stalled their processing until
client_socket_pool_base.h 300 // at least one, fills |group| and |group_name| with data of the stalled group
  /external/webkit/WebCore/html/
HTMLMediaElement.h 322 // data has not been loaded since sending a "stalled" event
  /external/chromium/net/base/
load_log_event_type_list.h 115 // The request stalled because there are too many sockets in the pool.
118 // The request stalled because there are too many sockets in the group.
142 // Measures the time that an HttpCache::Transaction is stalled waiting for
  /external/kernel-headers/original/linux/
irq.h 129 * @irq_count: stats field to detect stalled irqs
  /external/webkit/WebCore/page/
DOMWindow.h 313 DEFINE_ATTRIBUTE_EVENT_LISTENER(stalled);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
options.h     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
options.h     [all...]
  /external/oprofile/opcontrol/
opcontrol.cpp 145 "cycles instruction fetch pipe is stalled"},
173 "cycles stalled because Load Store request queue is full"},
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/arm-eabi/bin/
c++ 
g++ 
gcc 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-c++ 
arm-eabi-cpp 
arm-eabi-g++ 
arm-eabi-gcc 
arm-eabi-gcc-4.2.1 
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-g++.1 380 \&\-fsched\-stalled\-insns\-dep[=\fR\fIn\fR\fB] \-fsched\-stalled\-insns[=\fR\fIn\fR\fB]
    [all...]
arm-eabi-gcc.1 380 \&\-fsched\-stalled\-insns\-dep[=\fR\fIn\fR\fB] \-fsched\-stalled\-insns[=\fR\fIn\fR\fB]
    [all...]

Completed in 329 milliseconds

1 2 3 4 5