Lines Matching refs:smq
32 This policy is now an alias for smq (see below).
42 Stochastic multiqueue (smq)
47 The stochastic multi-queue (smq) policy addresses some of the problems
50 The smq policy (vs mq) offers the promise of less memory utilization,
52 workloads. smq also does not have any cumbersome tuning knobs.
54 Users may switch from "mq" to "smq" simply by appropriately reloading a
57 degrade slightly until smq recalculates the origin device's hotspots
66 smq uses 28bit indexes to implement its data structures rather than
72 All this means smq uses ~25bytes per cache block. Still a lot of
84 smq does not maintain a hit count, instead it swaps hit entries with
96 smq doesn't maintain hit counts, so a lot of this problem just goes
105 Testing smq shows substantially better performance than mq.