Home
last modified time | relevance | path

Searched refs:mrs (Results 1 – 25 of 61) sorted by relevance

123

/kernel/linux/linux-5.10/net/mac80211/
Drc80211_minstrel_debugfs.c79 struct minstrel_rate_stats *mrs = &mi->r[i].stats; in minstrel_stats_open() local
93 tp_avg = minstrel_get_tp_avg(mr, mrs->prob_avg); in minstrel_stats_open()
94 eprob = MINSTREL_TRUNC(mrs->prob_avg * 1000); in minstrel_stats_open()
102 mrs->retry_count, in minstrel_stats_open()
103 mrs->last_success, in minstrel_stats_open()
104 mrs->last_attempts, in minstrel_stats_open()
105 (unsigned long long)mrs->succ_hist, in minstrel_stats_open()
106 (unsigned long long)mrs->att_hist); in minstrel_stats_open()
136 struct minstrel_rate_stats *mrs = &mi->r[i].stats; in minstrel_stats_csv_open() local
150 tp_avg = minstrel_get_tp_avg(mr, mrs->prob_avg); in minstrel_stats_csv_open()
[all …]
Drc80211_minstrel.c161 struct minstrel_rate_stats *mrs) in minstrel_calc_rate_stats() argument
165 if (unlikely(mrs->attempts > 0)) { in minstrel_calc_rate_stats()
166 mrs->sample_skipped = 0; in minstrel_calc_rate_stats()
167 cur_prob = MINSTREL_FRAC(mrs->success, mrs->attempts); in minstrel_calc_rate_stats()
169 minstrel_filter_avg_add(&mrs->prob_avg, in minstrel_calc_rate_stats()
170 &mrs->prob_avg_1, cur_prob); in minstrel_calc_rate_stats()
171 } else if (unlikely(!mrs->att_hist)) { in minstrel_calc_rate_stats()
172 mrs->prob_avg = cur_prob; in minstrel_calc_rate_stats()
175 mrs->prob_avg = minstrel_ewma(mrs->prob_avg, in minstrel_calc_rate_stats()
179 mrs->att_hist += mrs->attempts; in minstrel_calc_rate_stats()
[all …]
Drc80211_minstrel_ht_debugfs.c54 struct minstrel_rate_stats *mrs = &mi->groups[i].rates[j]; in minstrel_ht_stats_dump() local
101 tp_avg = minstrel_ht_get_tp_avg(mi, i, j, mrs->prob_avg); in minstrel_ht_stats_dump()
102 eprob = MINSTREL_TRUNC(mrs->prob_avg * 1000); in minstrel_ht_stats_dump()
110 mrs->retry_count, in minstrel_ht_stats_dump()
111 mrs->last_success, in minstrel_ht_stats_dump()
112 mrs->last_attempts, in minstrel_ht_stats_dump()
113 (unsigned long long)mrs->succ_hist, in minstrel_ht_stats_dump()
114 (unsigned long long)mrs->att_hist); in minstrel_ht_stats_dump()
201 struct minstrel_rate_stats *mrs = &mi->groups[i].rates[j]; in minstrel_ht_stats_csv_dump() local
246 tp_avg = minstrel_ht_get_tp_avg(mi, i, j, mrs->prob_avg); in minstrel_ht_stats_csv_dump()
[all …]
Drc80211_minstrel_ht.c423 struct minstrel_rate_stats *mrs; in minstrel_ht_set_best_prob_rate() local
432 mrs = &mg->rates[index % MCS_GROUP_RATES]; in minstrel_ht_set_best_prob_rate()
450 if (mrs->prob_avg > MINSTREL_FRAC(75, 100)) { in minstrel_ht_set_best_prob_rate()
452 mrs->prob_avg); in minstrel_ht_set_best_prob_rate()
462 if (mrs->prob_avg > tmp_prob) in minstrel_ht_set_best_prob_rate()
464 if (mrs->prob_avg > max_gpr_prob) in minstrel_ht_set_best_prob_rate()
606 struct minstrel_rate_stats *mrs; in minstrel_ht_rate_sample_switch() local
626 mrs = minstrel_get_ratestats(mi, mi->max_tp_rate[0]); in minstrel_ht_rate_sample_switch()
627 faster_rate = mrs->prob_avg > MINSTREL_FRAC(75, 100); in minstrel_ht_rate_sample_switch()
675 struct minstrel_rate_stats *mrs; in minstrel_ht_update_stats() local
[all …]
/kernel/linux/linux-5.10/arch/arm64/mm/
Dproc.S70 mrs x2, tpidr_el0
71 mrs x3, tpidrro_el0
72 mrs x4, contextidr_el1
73 mrs x5, osdlr_el1
74 mrs x6, cpacr_el1
75 mrs x7, tcr_el1
76 mrs x8, vbar_el1
77 mrs x9, mdscr_el1
78 mrs x10, oslsr_el1
79 mrs x11, sctlr_el1
[all …]
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/nvhe/
Dhost.S79 mrs x3, esr_el2
80 mrs x4, far_el2
81 mrs x5, hpfar_el2
99 mrs x0, esr_el2
148 mrs x1, spsr_el2
149 mrs x2, elr_el2
150 mrs x3, par_el1
Dhyp-init.S84 mrs x0, tcr_el1
114 mrs x0, mair_el1
172 mrs x5, sctlr_el2
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dassembler.h36 mrs \flags, daif
61 mrs \flags, daif
75 mrs \tmp, mdscr_el1
85 mrs \tmp, mdscr_el1
242 mrs \dst, tpidr_el2
247 mrs \dst, tpidr_el1
249 mrs \dst, tpidr_el2
290 mrs \reg, ctr_el0 // read CTR
303 mrs \tmp, ctr_el0 // read CTR
324 mrs \tmp, ctr_el0 // read CTR
[all …]
Dfpsimdmacros.h26 mrs x\tmpnr, fpsr
28 mrs x\tmpnr, fpcr
37 mrs \tmp, fpcr
227 mrs x\nxtmp, fpsr
229 mrs x\nxtmp, fpcr
Dasm-uaccess.h16 mrs \tmp1, ttbr1_el1 // swapper_pg_dir
29 mrs \tmp2, ttbr1_el1
Dasm_pointer_auth.h64 mrs \tmp1, id_aa64isar1_el1
69 mrs \tmp2, sctlr_el1
Dkvm_ptrauth.h73 mrs \reg1, hcr_el2
85 mrs \reg1, hcr_el2
/kernel/liteos_m/arch/arm/cortex-m55/gcc/NTZ/
Dlos_dispatch.S102 mrs r0, PRIMASK
113 mrs r0, PRIMASK
148 mrs r12, PRIMASK
165 mrs r0, psp
169 mrs r2, psplim
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/
Dentry.S44 mrs x1, isr_el1
164 mrs x2, isr_el1
174 mrs x2, elr_el2
175 mrs x3, esr_el2
176 mrs x4, spsr_el2
/kernel/linux/linux-5.10/arch/arm64/kernel/
Defi-entry.S43 mrs x0, CurrentEL
46 mrs x0, sctlr_el2
54 mrs x0, sctlr_el1
Dentry.S73 mrs x30, tpidrro_el0
116 mrs x0, tpidr_el0 // sp of interrupted context
123 mrs x0, tpidrro_el0
207 mrs x21, sp_el0
235 mrs x22, elr_el1
236 mrs x23, spsr_el1
328 mrs x29, contextidr_el1
399 mrs x21, ttbr0_el1
527 mrs x0, daif
594 mrs x0, tpidrro_el0
[all …]
Dhead.S494 mrs x0, CurrentEL
512 mrs x2, id_aa64mmfr1_el1
537 mrs x0, cnthctl_el2
545 mrs x0, id_aa64pfr0_el1
562 mrs x0, midr_el1
563 mrs x1, mpidr_el1
572 mrs x1, id_aa64dfr0_el1
576 mrs x0, pmcr_el0 // Disable debug access traps
601 mrs x1, id_aa64mmfr1_el1
632 mrs x1, id_aa64pfr0_el1
[all …]
Dsleep.S79 mrs x7, mpidr_el1
114 mrs x1, mpidr_el1
/kernel/linux/linux-5.10/arch/arm64/kernel/probes/
Dkprobes_trampoline.S33 mrs x0, nzcv
34 mrs x1, daif
36 mrs x1, CurrentEL
38 mrs x1, SPSel
/kernel/linux/linux-5.10/arch/arm/kernel/
Dfiqasm.S27 mrs r1, cpsr
40 mrs r1, cpsr
Dentry-v7m.S24 mrs r1, ipsr
42 mrs r0, ipsr
Dhyp-stub.S30 mrs \reg1, cpsr
80 mrs r4, cpsr
/kernel/linux/linux-5.10/arch/arm/include/asm/
Dassembler.h164 mrs \oldcpsr, primask
166 mrs \oldcpsr, cpsr
173 mrs \oldcpsr, primask
175 mrs \oldcpsr, cpsr
352 mrs \reg , cpsr
/kernel/liteos_m/arch/arm/cortex-m7/gcc/
Dlos_dispatch.S148 mrs r12, PRIMASK
165 mrs r0, psp
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
Dmem.c404 return xa_insert_irq(&mhp->rhp->mrs, mmid, mhp, GFP_KERNEL); in finish_mem_reg()
648 if (xa_insert_irq(&rhp->mrs, mmid, mhp, GFP_KERNEL)) { in c4iw_alloc_mw()
674 xa_erase_irq(&rhp->mrs, mmid); in c4iw_dealloc_mw()
738 if (xa_insert_irq(&rhp->mrs, mmid, mhp, GFP_KERNEL)) { in c4iw_alloc_mr()
795 xa_erase_irq(&rhp->mrs, mmid); in c4iw_dereg_mr()
818 xa_lock_irqsave(&rhp->mrs, flags); in c4iw_invalidate_mr()
819 mhp = xa_load(&rhp->mrs, rkey >> 8); in c4iw_invalidate_mr()
822 xa_unlock_irqrestore(&rhp->mrs, flags); in c4iw_invalidate_mr()

123