Searched refs:smq (Results 1 – 7 of 7) sorted by relevance
| /linux/Documentation/admin-guide/device-mapper/ |
| A D | cache-policies.rst | 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. 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 [all …]
|
| /linux/drivers/md/ |
| A D | Makefile | 23 dm-cache-smq-y += dm-cache-policy-smq.o 78 obj-$(CONFIG_DM_CACHE_SMQ) += dm-cache-smq.o
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| A D | rvu_struct.h | 466 u64 smq : 10; /* W1 */ member 613 u64 smq : 9; member
|
| A D | rvu_nix.c | 916 req->sq_mask.ena && req->sq_mask.smq && req->sq.ena))) { in rvu_nix_blk_aq_enq_inst() 918 pcifunc, req->sq.smq)) in rvu_nix_blk_aq_enq_inst() 2061 int smq, u16 pcifunc, int nixlf) in nix_smq_flush() argument 2075 cfg = rvu_read64(rvu, blkaddr, NIX_AF_SMQX_CFG(smq)); in nix_smq_flush() 2078 rvu_write64(rvu, blkaddr, NIX_AF_SMQX_CFG(smq), cfg); in nix_smq_flush() 2087 NIX_AF_SMQX_CFG(smq), BIT_ULL(49), true); in nix_smq_flush() 2090 "NIXLF%d: SMQ%d flush failed\n", nixlf, smq); in nix_smq_flush()
|
| A D | rvu_debugfs.c | 1203 sq_ctx->smq, sq_ctx->cq_ena, sq_ctx->xoff); in print_nix_cn10k_sq_ctx() 1276 sq_ctx->xoff, sq_ctx->cq_ena, sq_ctx->smq); in print_nix_sq_ctx()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| A D | cn10k.c | 90 aq->sq.smq = pfvf->hw.txschq_list[NIX_TXSCH_LVL_SMQ][0]; in cn10k_sq_aq_init()
|
| A D | otx2_common.c | 800 aq->sq.smq = pfvf->hw.txschq_list[NIX_TXSCH_LVL_SMQ][0]; in otx2_sq_aq_init()
|
Completed in 43 milliseconds