Home
last modified time | relevance | path

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

/Linux-v5.15/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.15/drivers/md/
DMakefile23 dm-cache-smq-y += dm-cache-policy-smq.o
78 obj-$(CONFIG_DM_CACHE_SMQ) += dm-cache-smq.o
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_struct.h448 u64 smq : 10; /* W1 */ member
595 u64 smq : 9; member
Drvu_nix.c915 req->sq_mask.ena && req->sq_mask.smq && req->sq.ena))) { in rvu_nix_blk_aq_enq_inst()
917 pcifunc, req->sq.smq)) in rvu_nix_blk_aq_enq_inst()
1985 int smq, u16 pcifunc, int nixlf) in nix_smq_flush() argument
1999 cfg = rvu_read64(rvu, blkaddr, NIX_AF_SMQX_CFG(smq)); in nix_smq_flush()
2002 rvu_write64(rvu, blkaddr, NIX_AF_SMQX_CFG(smq), cfg); in nix_smq_flush()
2011 NIX_AF_SMQX_CFG(smq), BIT_ULL(49), true); in nix_smq_flush()
2014 "NIXLF%d: SMQ%d flush failed\n", nixlf, smq); in nix_smq_flush()
Drvu_debugfs.c1110 sq_ctx->smq, sq_ctx->cq_ena, sq_ctx->xoff); in print_nix_cn10k_sq_ctx()
1183 sq_ctx->xoff, sq_ctx->cq_ena, sq_ctx->smq); in print_nix_sq_ctx()
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/
Dcn10k.c90 aq->sq.smq = pfvf->hw.txschq_list[NIX_TXSCH_LVL_SMQ][0]; in cn10k_sq_aq_init()
Dotx2_common.c802 aq->sq.smq = pfvf->hw.txschq_list[NIX_TXSCH_LVL_SMQ][0]; in otx2_sq_aq_init()