HomeSort by relevance Sort by last modified time
    Searched refs:stalled (Results 1 - 8 of 8) sorted by null

  /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;
  /external/openssh/
progressmeter.c 47 #define STALL_TIME 5 /* we're stalled after this many seconds */
72 static long stalled; /* how long we have been stalled */ variable
193 stalled += elapsed;
195 stalled = 0;
197 if (stalled >= STALL_TIME)
198 strlcat(buf, "- stalled -", win_size);
257 stalled = 0;
  /external/chromium/net/spdy/
spdy_stream.h 134 void set_stalled_by_flow_control(bool stalled) {
135 stalled_by_flow_control_ = stalled;
  /external/webkit/Source/WebCore/dom/
EventNames.h 150 macro(stalled) \
  /external/webkit/Source/WebCore/page/
DOMWindow.h 322 DEFINE_ATTRIBUTE_EVENT_LISTENER(stalled);
  /external/oprofile/events/i386/atom/
events 60 event:0x7E counters:0,1 um:core,agent minimum:6000 name:SNOOP_STALL_DRV : Bus stalled for snoops
  /external/oprofile/events/i386/nehalem/
unit_masks 209 0x0F any Counts any cycles the Instruction Length Decoder is stalled
238 0x20 fpcw Counts the number of cycles while execution was stalled due to writing the floating-point unit (FPU) control word
240 0x80 other Counts the number of cycles while execution was stalled due to other resource issues
315 0x01 flags Counts the number of cycles during which execution stalled due to several reasons, one of which is a partial flag register stall
events 90 event:0xD2 counters:0,1,2,3 um:rat_stalls minimum:6000 name:RAT_STALLS : Counts the number of cycles during which execution stalled due to several reason

Completed in 167 milliseconds