HomeSort by relevance Sort by last modified time
    Searched defs:idle (Results 1 - 25 of 28) sorted by null

1 2

  /bionic/libc/kernel/common/linux/
kernel_stat.h 28 cputime64_t idle; member in struct:cpu_usage_stat
  /development/ndk/platforms/android-3/include/linux/
kernel_stat.h 28 cputime64_t idle; member in struct:cpu_usage_stat
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
kernel_stat.h 28 cputime64_t idle; member in struct:cpu_usage_stat
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
kernel_stat.h 28 cputime64_t idle; member in struct:cpu_usage_stat
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
kernel_stat.h 28 cputime64_t idle; member in struct:cpu_usage_stat
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
kernel_stat.h 28 cputime64_t idle; member in struct:cpu_usage_stat
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
kernel_stat.h 28 cputime64_t idle; member in struct:cpu_usage_stat
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
kernel_stat.h 28 cputime64_t idle; member in struct:cpu_usage_stat
  /external/kernel-headers/original/linux/
kernel_stat.h 23 cputime64_t idle; member in struct:cpu_usage_stat
  /external/qemu/slirp/
tcp_output.c 76 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/
tcp_output.c 76 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/netperf/
netcpu_pstatnew.c 42 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 cycles is sufficiently accurate. So, while we will still d
    [all...]
netcpu_kstat10.c 45 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 in proportion to thei
    [all...]
  /bionic/libc/netbsd/isc/
ev_timers.c 485 struct timespec idle; local
490 idle = evSubTime(ctx->lastEventTime, this->lastTouched);
491 if (evCmpTime(idle, this->max_idle) >= 0) {
502 this->timer->inter = evSubTime(this->max_idle, idle);
  /external/bluetooth/glib/gio/
gunixinputstream.c 475 /* Complete immediately, not in idle, since we're already in a mainloop callout */
613 /* Complete immediately, not in idle, since we're already in a mainloop callout */
627 GSource *idle; local
636 idle = g_idle_source_new ();
637 g_source_set_callback (idle, (GSourceFunc)close_async_cb, data, close_async_data_free);
638 g_source_attach (idle, NULL);
639 g_source_unref (idle);
gunixoutputstream.c 462 /* Complete immediately, not in idle, since we're already in a mainloop callout */
569 /* Complete immediately, not in idle, since we're already in a mainloop callout */
583 GSource *idle; local
592 idle = g_idle_source_new ();
593 g_source_set_callback (idle, (GSourceFunc)close_async_cb, data, g_free);
594 g_source_attach (idle, NULL);
595 g_source_unref (idle);
  /external/bluetooth/glib/tests/
threadpool-test.c 67 DEBUG_MSG (("[funcs] Setting max idle time to %d",
71 DEBUG_MSG (("[funcs] Getting max idle time = %d",
75 DEBUG_MSG (("[funcs] Setting max idle time to 0"));
78 DEBUG_MSG (("[funcs] Getting max idle time = %d",
115 DEBUG_MSG (("[unused] ===> pushed %d threads onto the idle pool",
132 DEBUG_MSG (("[unused] stopped idle threads, %d remain, %d threads still exist",
317 DEBUG_MSG (("[idle] ---> entered thread:%2.2d", thread_id));
321 DEBUG_MSG (("[idle] <--- exiting thread:%2.2d", thread_id));
334 DEBUG_MSG (("[idle] ===> pushed new thread with id:%d, number "
366 DEBUG_MSG (("[idle] ===> pushed new thread with id:%d,
444 guint idle; local
    [all...]
  /external/qemu/hw/
usb-hid.c 68 uint8_t idle; member in struct:USBHIDState
794 data[0] = s->idle;
797 s->idle = (uint8_t) (value >> 8);
816 /* TODO: Implement finite idle delays. */
817 if (!(s->changed || s->idle))
  /external/qemu/
console.h 105 int idle; member in struct:DisplayChangeListener
vl-android.c 919 When the guest is idle real and virtual time will be aligned in
972 Realtime triggers occur even when idle, so use them less frequently
3329 int idle; member in struct:QEMUBH
    [all...]
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
GenericWaveRS.java 52 public int idle; field in class:GenericWaveRS.WorldState
  /frameworks/base/services/java/com/android/server/
WifiWatchdogService.java 97 private WatchdogState mState = WatchdogState.IDLE;
501 // This access point does not require a watchdog, so queue idle on the main thread
502 mHandler.idle();
530 // Queue the action to go idle
531 mHandler.idle();
661 // Set various state to that when being idle
725 // We're satisfied with this AP, so go idle
889 * Set the state as if we were idle (don't come out of sleep, only
896 * Handles going idle. Idle means we are satisfied with the current state o
1038 void idle() { method in class:WifiWatchdogService.WifiWatchdogHandler
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityRecord.java 104 boolean idle; // has the activity gone idle? field in class:ActivityRecord
167 pw.print(" idle="); pw.println(idle);
218 idle = false;
459 if (!idle) {
462 // the normal idle happens.
465 // If this activity was already idle, then we now need to
  /external/ppp/pppd/
auth.c 168 /* 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. */
    [all...]
  /external/quake/quake/src/QW/server/
server.h 207 double idle; member in struct:__anon6937

Completed in 2650 milliseconds

1 2