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

  /external/blktrace/btt/
devs.c 243 static inline void unplug(struct d_info *dip, double cur_time) function
256 unplug(dip, cur_time);
267 unplug(dip, cur_time);
  /external/blktrace/btt/doc/
btt.tex 279 \item Explicit unplug request from some subsystem in the kernel.
288 \item[IOs per Unplug \& Unplugs-due-to-timeout]
291 queue at the time of an unplug or unplug due to a timeout. The following
292 sample shows a sample of both unplug sections:
471 \item[unplug histogram details] A data file per device containing
472 histogram output for the amount of IOs released at unplug time.
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 262 * These keep track of battery levels (1-100) at the last plug event and the last unplug event.
351 void unplug(long elapsedRealtime, long batteryUptime, long batteryRealtime); method in interface:BatteryStatsImpl.Unpluggable
387 public void unplug(long elapsedRealtime, long batteryUptime, long batteryRealtime) { method in class:BatteryStatsImpl.Counter
518 * The value of mTotalTime when unplug() was last called. Subtract
519 * this from mTotalTime to find the time since the last unplug from
582 public void unplug(long elapsedRealtime, long batteryUptime, long batteryRealtime) { method in class:BatteryStatsImpl.Timer
584 Log.v(TAG, "unplug #" + mType + ": realtime=" + batteryRealtime
591 Log.v(TAG, "unplug #" + mType
698 * The reported count from /proc/wakelocks when unplug() was last
710 * The reported total_time from /proc/wakelocks when unplug() was las
781 public void unplug(long elapsedRealtime, long batteryUptime, long batteryRealtime) { method in class:BatteryStatsImpl.SamplingTimer
896 public void unplug(long elapsedRealtime, long batteryUptime, long batteryRealtime) { method in class:BatteryStatsImpl.BatchTimer
3447 public void unplug(long elapsedRealtime, long batteryUptime, long batteryRealtime) { method in class:BatteryStatsImpl.Uid.Proc
3741 public void unplug(long elapsedRealtime, long batteryUptime, long batteryRealtime) { method in class:BatteryStatsImpl.Uid.Pkg
3903 public void unplug(long elapsedRealtime, long batteryUptime, long batteryRealtime) { method in class:BatteryStatsImpl.Uid.Pkg.Serv
    [all...]
  /external/blktrace/doc/
blktrace.tex 561 \item[U -- unplug] Some request data already queued in the device,
566 \item[T -- unplug due to timer] If nobody requests the io that was queued
567 after plugging the queue, Linux will automatically unplug it after a
643 T & Unplug due to timeout \\ \hline
644 U & Unplug request \\ \hline
717 \item[U -- unplug]
718 \item[T -- unplug due to timer] The command associated with the event
    [all...]

Completed in 774 milliseconds