HomeSort by relevance Sort by last modified time
    Searched full:new_rate (Results 1 - 5 of 5) sorted by null

  /external/qemu/
buffered_file.c 208 static int64_t buffered_set_rate_limit(void *opaque, int64_t new_rate)
214 if (new_rate > SIZE_MAX) {
215 new_rate = SIZE_MAX;
218 s->xfer_limit = new_rate / 10;
savevm.c 612 int64_t qemu_file_set_rate_limit(QEMUFile *f, int64_t new_rate)
617 return f->set_rate_limit(f->opaque, new_rate);
    [all...]
  /external/qemu/hw/
hw.h 37 * the new actual bandwidth. It should be new_rate if everything goes ok, and
40 typedef int64_t (QEMUFileSetRateLimit)(void *opaque, int64_t new_rate);
90 int64_t qemu_file_set_rate_limit(QEMUFile *f, int64_t new_rate);
  /external/iproute2/examples/
cbq.init-v0.7.3 927 NEW_RATE="$TMP_RATE"
936 NEW_RATE="$RATE"
946 bandwidth $BANDWIDTH rate $NEW_RATE weight $NEW_WGHT prio $PRIO
    [all...]
  /external/srec/srec/test/SRecTest/src/
SRecTest.c 1624 LCHAR new_rate [P_PATH_MAX]; local
    [all...]

Completed in 2285 milliseconds