Home
last modified time | relevance | path

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

/Linux-v5.10/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.10/drivers/md/
DMakefile19 dm-cache-smq-y += dm-cache-policy-smq.o
72 obj-$(CONFIG_DM_CACHE_SMQ) += dm-cache-smq.o
/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_struct.h699 u64 smq : 9; member
701 u64 smq : 9; member
Drvu_nix.c694 req->sq_mask.ena && req->sq_mask.smq && req->sq.ena))) { in rvu_nix_aq_enq_inst()
696 pcifunc, req->sq.smq)) in rvu_nix_aq_enq_inst()
1561 int smq, u16 pcifunc, int nixlf) in nix_smq_flush() argument
1575 cfg = rvu_read64(rvu, blkaddr, NIX_AF_SMQX_CFG(smq)); in nix_smq_flush()
1578 rvu_write64(rvu, blkaddr, NIX_AF_SMQX_CFG(smq), cfg); in nix_smq_flush()
1587 NIX_AF_SMQX_CFG(smq), BIT_ULL(49), true); in nix_smq_flush()
1590 "NIXLF%d: SMQ%d flush failed\n", nixlf, smq); in nix_smq_flush()
Drvu_debugfs.c827 sq_ctx->xoff, sq_ctx->cq_ena, sq_ctx->smq); in print_nix_sq_ctx()
/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.c793 aq->sq.smq = pfvf->hw.txschq_list[NIX_TXSCH_LVL_SMQ][0]; in otx2_sq_init()