Home
last modified time | relevance | path

Searched refs:smq (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/Documentation/admin-guide/device-mapper/
Dcache-policies.rst32 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
[all …]
/Linux-v5.4/drivers/md/
DMakefile19 dm-cache-smq-y += dm-cache-policy-smq.o
67 obj-$(CONFIG_DM_CACHE_SMQ) += dm-cache-smq.o
/Linux-v5.4/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_struct.h696 u64 smq : 9; member
698 u64 smq : 9; member
Drvu_nix.c529 req->sq_mask.ena && req->sq_mask.smq && req->sq.ena))) { in rvu_nix_aq_enq_inst()
531 pcifunc, req->sq.smq)) in rvu_nix_aq_enq_inst()