Searched defs:idle (Results 1 - 23 of 23) sorted by relevance

/external/ppp/pppd/plugins/
H A Dminconn.c45 "Set minimum connect time before idle timeout applies" },
49 static int my_get_idle(struct ppp_idle *idle) argument
53 if (idle == NULL)
55 t = idle->xmit_idle;
56 if (idle->recv_idle < t)
57 t = idle->recv_idle;
/external/chromium_org/chrome/browser/extensions/api/system_cpu/
H A Dcpu_info_provider_mac.cc36 idle = static_cast<double>(cpu_infos[i].cpu_ticks[CPU_STATE_IDLE]); local
40 infos->at(i)->usage.idle = idle;
41 infos->at(i)->usage.total = sys + user + nice + idle;
H A Dcpu_info_provider_linux.cc51 uint64 user = 0, nice = 0, sys = 0, idle = 0; local
53 &user, &nice, &sys, &idle);
58 infos->at(i)->usage.idle = static_cast<double>(idle);
59 infos->at(i)->usage.total = static_cast<double>(sys + user + nice + idle);
H A Dcpu_info_provider_win.cc60 idle = static_cast<double>(processor_info[i].IdleTime.QuadPart); local
62 // KernelTime needs to be fixed-up, because it includes both idle time and
64 infos->at(i)->usage.kernel = kernel - idle;
66 infos->at(i)->usage.idle = idle;
/external/qemu/slirp/
H A Dtcp_output.c76 int idle, sendalot; local
87 idle = (tp->snd_max == tp->snd_una);
88 if (idle && tp->t_idle >= tp->t_rxtcur)
90 * We have been idle for "a while" and no acks are
167 * Sender silly window avoidance. If connection is idle
179 if ((1 || idle || tp->t_flags & TF_NODELAY) &&
234 * idle not doing retransmits or persists
244 * The output side is idle when both timers are zero.
/external/qemu/slirp-android/
H A Dtcp_output.c76 int idle, sendalot; local
87 idle = (tp->snd_max == tp->snd_una);
88 if (idle && tp->t_idle >= tp->t_rxtcur)
90 * We have been idle for "a while" and no acks are
167 * Sender silly window avoidance. If connection is idle
179 if ((1 || idle || tp->t_flags & TF_NODELAY) &&
234 * idle not doing retransmits or persists
244 * The output side is idle when both timers are zero.
/external/qemu/
H A Dasync.c122 int idle; member in struct:QEMUBH
147 if (!bh->idle)
149 bh->idle = 0;
173 bh->idle = 1;
181 bh->idle = 0;
203 if (bh->idle) {
204 /* idle bottom halves will be polled at least
208 /* non-idle bottom halves will be executed
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowLooper.java13 * that are scheduled to run immediately can be triggered by calling {@link #idle()}
100 shadowOf(Looper.getMainLooper()).idle(interval);
107 public void idle() { method in class:ShadowLooper
117 public void idle(long intervalMillis) { method in class:ShadowLooper
/external/webrtc/src/system_wrappers/source/
H A Dcpu_linux.cc67 long long idle = 0; local
68 if (GetData(busy, idle, m_busyArray, m_idleArray) != 0)
72 long long deltaIdle = idle - m_oldIdleTime;
74 m_oldIdleTime = idle;
110 int CpuLinux::GetData(long long& busy, long long& idle, long long*& busyArray, argument
148 idle = lidle;
/external/chromium_org/chrome/browser/renderer_host/
H A Dweb_cache_manager.cc440 TimeDelta idle = Time::Now() - elmt->second.access; local
441 if (idle >= TimeDelta::FromMinutes(kRendererInactiveThresholdMinutes)) {
/external/netperf/
H A Dnetcpu_kstat10.c45 uint64_t idle; member in struct:cpu_time_counters
61 "\t idle %llu\n",counters[instance].idle);
144 counters[cpu_num].idle = knp->value.ui64;
294 counters is not going to use a comparison to an idle rate. so, the
352 spent in user, idle and kernel. We also have nanoseconds spent
356 idle will also include time spent in interrupt. for netperf's
358 but we certainly do care for idle. the $64B question becomes -
361 we could just subtract interrupt time from idle. that has the
366 time from each of user, kernel and idle i
[all...]
H A Dnetcpu_pstatnew.c42 uint64_t idle; member in struct:cpu_time_counters
55 idle. The rate at which this increments during a test is compared
84 /* get the idle sycle counter for each processor. now while on a
104 res[i].idle = (((uint64_t)psp[i].psp_idlecycles.psc_hi << 32) +
110 res[i].idle);
161 "\t idle %llu\n",counters[instance].idle);
227 thing in measuring user, kernel, interrupt and idle all together
231 properly accounted. The sum of user, kernel, interrupt and idle
237 idle cycle
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DNPCAnimationComponent.java48 // to idle when running into a wall
74 idle(parentObject);
190 protected void idle(GameObject parentObject) { method in class:NPCAnimationComponent
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dcpumonitor.cc73 // The time can be treated as user, kernel or idle.
77 // idle time is a process that wastes time when nothing is ready to run.
206 // kernel_time includes Kernel idle time, so no need to
278 unsigned long long idle; local
281 &system, &idle) != 4) {
286 const uint64 total_times = cpu_times + idle;
/external/chromium_org/third_party/webrtc/base/
H A Dcpumonitor.cc56 // The time can be treated as user, kernel or idle.
60 // idle time is a process that wastes time when nothing is ready to run.
189 // kernel_time includes Kernel idle time, so no need to
261 unsigned long long idle; local
264 &system, &idle) != 4) {
269 const uint64 total_times = cpu_times + idle;
/external/iputils/Modules/
H A Dpg3.c195 u32 idle_start, idle; local
201 idle = get_cycles() - idle_start;
202 if (idle*1000 >= pg_ipg*pg_cpu_speed)
205 idle_acc_lo += idle;
206 if (idle_acc_lo < idle)
347 u32 total, idle; local
389 u32 idle_start, idle; local
397 idle = get_cycles() - idle_start;
398 idle_acc_lo += idle;
399 if (idle_acc_lo < idle)
406 u32 idle_start, idle; local
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dax25.h93 unsigned int idle, idletimer; member in struct:ax25_info_struct_deprecated
103 unsigned int idle, idletimer; member in struct:ax25_info_struct
/external/qemu/include/ui/
H A Dconsole.h169 int idle; member in struct:DisplayChangeListener
/external/kernel-headers/original/uapi/drm/
H A Dr128_drm.h249 int idle; member in struct:drm_r128_cce_stop
H A Dradeon_drm.h587 int idle; member in struct:drm_radeon_cp_stop
/external/ppp/pppd/
H A Dauth.c168 /* Hook to enable a plugin to control the idle time limit */
1144 * check_idle - check whether the link has been idle for long
1151 struct ppp_idle idle; local
1155 if (!get_idle_time(0, &idle))
1158 tlim = idle_time_hook(&idle);
1160 itime = MIN(idle.xmit_idle, idle.recv_idle);
1164 /* link is idle: shut it down. */
/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.c498 wpa_printf(MSG_DEBUG, "P2P: Cancelled P2P group idle timeout");
5473 static void wpas_p2p_idle_update(void *ctx, int idle) argument
5478 wpa_printf(MSG_DEBUG, "P2P: GO - group %sidle", idle ? "" : "not ");
5479 if (idle) {
5558 * something goes wrong in this step before the P2P group idle
6136 wpa_printf(MSG_DEBUG, "P2P: Ignore group idle timeout - "
6141 wpa_printf(MSG_DEBUG, "P2P: Group idle timeout reached - terminate "
6152 wpa_printf(MSG_DEBUG, "P2P: Cancelled P2P group idle timeout");
6176 * early due to group idle timeout.
6178 wpa_printf(MSG_DEBUG, "P2P: Do not use P2P group idle timeou
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 681 milliseconds