Home
last modified time | relevance | path

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

/linux/Documentation/admin-guide/device-mapper/
H A 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/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c1017 u16 *smq, u16 *smq_mask) in nix_get_aq_req_smq() argument
1023 *smq = aq_req->sq.smq; in nix_get_aq_req_smq()
1024 *smq_mask = aq_req->sq_mask.smq; in nix_get_aq_req_smq()
1026 *smq = req->sq.smq; in nix_get_aq_req_smq()
1027 *smq_mask = req->sq_mask.smq; in nix_get_aq_req_smq()
1042 u16 smq, smq_mask; in rvu_nix_blk_aq_enq_inst() local
1114 nix_get_aq_req_smq(rvu, req, &smq, &smq_mask); in rvu_nix_blk_aq_enq_inst()
1121 pcifunc, smq)) in rvu_nix_blk_aq_enq_inst()
2313 static void nix_smq_flush_fill_ctx(struct rvu *rvu, int blkaddr, int smq, in nix_smq_flush_fill_ctx() argument
2321 smq_flush_ctx->smq = smq; in nix_smq_flush_fill_ctx()
[all …]
H A Drvu_struct.h469 u64 smq : 10; /* W1 */ member
616 u64 smq : 9; member
H A Drvu.h331 int smq; member