HomeSort by relevance Sort by last modified time
    Searched full:fairness (Results 1 - 25 of 33) sorted by null

1 2

  /external/iproute2/man/man8/
tc-sfq.8 3 sfq \- Stochastic Fairness Queueing
35 Stochastic Fairness Queueing is a classless queueing discipline available for
41 The goal is to ensure fairness so that each flow is able to send data in turn, thus preventing
80 on the fullest bucket, thus maintaining fairness.
200 Paul E. McKenney "Stochastic Fairness Queuing",
205 Paul E. McKenney "Stochastic Fairness Queuing",
tc-drr.8 13 a more flexible replacement for Stochastic Fairness Queuing.
tc.8 146 Stochastic Fairness Queueing reorders queued traffic so each 'session'
  /system/extras/tests/sdcard/
profile_sdcard.sh 48 fairness() { function
62 fairness
  /external/valgrind/main/gdbserver_tests/
mcinfcallRU.vgtest 4 # too much dependencies to the scheduler fairness.
mcinfcallWSRU.vgtest 5 # but this introduces too much dependencies to scheduler fairness.
  /libcore/luni/src/main/java/java/util/concurrent/
Semaphore.java 89 * <em>fairness</em> parameter. When set false, this class makes no
94 * the head of the queue of waiting threads. When fairness is set true, the
104 * honor the fairness setting, but will take any permits that are
111 * ordering often outweigh fairness considerations.
116 * postponement when these methods are used without fairness set true.
229 * permits and nonfair fairness setting.
241 * permits and the given fairness setting.
325 * circumstances, even though it breaks fairness. If you want to honor
326 * the fairness setting, then use
485 * circumstances, even though it breaks fairness. If you want t
    [all...]
ArrayBlockingQueue.java 36 * <p>This class supports an optional fairness policy for ordering
38 * is not guaranteed. However, a queue constructed with fairness set
39 * to {@code true} grants threads access in FIFO order. Fairness
    [all...]
SynchronousQueue.java 40 * <p>This class supports an optional fairness policy for ordering
42 * is not guaranteed. However, a queue constructed with fairness set
    [all...]
  /external/chromium_org/net/quic/congestion_control/
cubic.h 63 // Note: to improve fairness to other streams an additional back off is
  /libcore/luni/src/main/java/java/util/concurrent/locks/
ReentrantLock.java 26 * <em>fairness</em> parameter. When set {@code true}, under
33 * starvation. Note however, that fairness of locks does not guarantee
34 * fairness of thread scheduling. Thus, one of many threads using a
39 * honor the fairness setting. It will succeed if the lock
233 * given fairness policy.
320 * circumstances, even though it breaks fairness. If you want to honor
321 * the fairness setting for this lock, then use
565 * Returns {@code true} if this lock has fairness set true.
567 * @return {@code true} if this lock has fairness set true
ReentrantReadWriteLock.java 21 * <em>fairness</em> policy.
207 * the given fairness policy.
759 * breaks fairness. If you want to honor the fairness setting
    [all...]
  /external/chromium_org/base/synchronization/
condition_variable.h 55 // which thread to revive. Performance, in direct contrast with "fairness,"
57 // Signal to revive. Fairness would (if publicly supported) assure that the
condition_variable_win.cc 286 // most recently (LIFO). If we want fairness, then we wake the thread that has
632 to provide performance-and/or-fairness required queue (FIFO) and list (LIFO)
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseLockTest.java 63 * testLockFairness() tests the fairness of prioritizing multiple threads
  /external/libnl/lib/route/sch/
sfq.c 14 * @defgroup sfq Stochastic Fairness Queueing (SFQ)
  /external/iproute2/man/man7/
tc-hfsc.7 258 either it's impossible to guarantee service curves and satisfy fairness
272 use LS for guarantees and fairness \- it simply won't work. In LS context,
274 becomes active when the 1st one is in its second slope, the fairness will be
311 no fairness (B got 7mbit, but A1 and A2 have to fit together in 3mbit) and
313 violated fairness in the A subtree and set A2's service curve to 0, A1 would
  /libcore/jsr166-tests/src/test/java/jsr166/
SemaphoreTest.java 156 * Constructor without fairness argument behaves as nonfair
441 * fairness, but no queued threads
ReentrantLockTest.java 163 * Constructor sets given fairness, and is in unlocked state
    [all...]
  /docs/source.android.com/src/devices/
audio_latency.jd 83 resource. This fairness is represented by a per-thread <em>nice</em> parameter.
  /external/guava/guava/src/com/google/common/util/concurrent/
Monitor.java 346 * <p><b>Note:</b> This method disregards the fairness setting of this monitor.
582 * <p><b>Note:</b> This method disregards the fairness setting of this monitor.
  /external/iproute2/examples/
cbq.init-v0.7.3 321 # among several hosts. As it is stochastic, the fairness is approximate but
322 # it will do the job in most cases. If you want real fairness, you should
    [all...]
  /external/chromium_org/content/common/gpu/
gpu_channel.cc 65 // process. To guarantee fairness, we must wait a minimum amount of time
  /external/zlib/src/win32/
DLL_FAQ.txt 182 In fairness to all possible uses of zlib outside the C
  /libcore/luni/src/main/java/java/nio/channels/
FileChannel.java 67 * when the first operation has completed. There is no ordered queue or fairness
    [all...]

Completed in 7652 milliseconds

1 2