Searched refs:stalled (Results 1 - 8 of 8) sorted by relevance

/external/dropbear/
H A Dprogressmeter.c37 #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/
H A Dprogressmeter.c47 #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/
H A Dspdy_stream.h134 void set_stalled_by_flow_control(bool stalled) { argument
135 stalled_by_flow_control_ = stalled;
/external/webkit/Source/WebCore/dom/
H A DEventNames.h150 macro(stalled) \
/external/oprofile/events/i386/atom/
H A Devents60 event:0x7E counters:0,1 um:core,agent minimum:6000 name:SNOOP_STALL_DRV : Bus stalled for snoops
/external/webkit/Source/WebCore/page/
H A DDOMWindow.h322 DEFINE_ATTRIBUTE_EVENT_LISTENER(stalled);
/external/oprofile/events/i386/nehalem/
H A Dunit_masks209 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
H A Devents90 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 281 milliseconds