Home
last modified time | relevance | path

Searched refs:trs (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/drivers/net/ethernet/cavium/liquidio/
H A Dcn23xx_pf_device.c158 (oct->sriov_info.trs << CN23XX_PKT_MAC_CTL_RINFO_TRS_BIT_POS); in cn23xx_setup_global_mac_regs()
989 int pfnum, mac, trs, ret; in cn23xx_get_pf_num() local
1015 trs = (int)(d64 >> CN23XX_PKT_MAC_CTL_RINFO_TRS_BIT_POS) & 0xff; in cn23xx_get_pf_num()
1016 if (trs == 1) { in cn23xx_get_pf_num()
1123 oct->sriov_info.trs = total_rings; in cn23xx_sriov_config()
1129 oct->sriov_info.trs, oct->sriov_info.max_vfs, in cn23xx_sriov_config()
H A Docteon_device.h387 u32 trs; member
H A Dlio_core.c1075 oct->sriov_info.trs; in octeon_setup_interrupt()
/linux-6.15/kernel/rcu/
H A Dtasks.h1565 union rcu_special trs; in rcu_read_unlock_trace_special() local
1569 trs = smp_load_acquire(&t->trc_reader_special); in rcu_read_unlock_trace_special()
1574 if (trs.b.need_qs == (TRC_NEED_QS_CHECKED | TRC_NEED_QS)) { in rcu_read_unlock_trace_special()
1578 WARN_ONCE(result != trs.b.need_qs, "%s: result = %d", __func__, result); in rcu_read_unlock_trace_special()
1580 if (trs.b.blocked) { in rcu_read_unlock_trace_special()
1991 union rcu_special trs = READ_ONCE(t->trc_reader_special); in exit_tasks_rcu_finish_trace() local
1995 if (WARN_ON_ONCE(rcu_ld_need_qs(t) & TRC_NEED_QS || trs.b.blocked)) in exit_tasks_rcu_finish_trace()
H A Drcutorture.c2942 static DEFINE_TORTURE_RANDOM(trs); in rcu_torture_fwd_prog_nr()
2963 dur = sd4 + torture_random(&trs) % (sd - sd4); in rcu_torture_fwd_prog_nr()
3493 DEFINE_TORTURE_RANDOM(trs); in rcu_torture_read_exit()
3508 &trs, "%s", "rcu_torture_read_exit_child"); in rcu_torture_read_exit()
/linux-6.15/drivers/net/wireless/ath/ath9k/
H A Drecv.c728 struct ath_rx_status trs; in ath_get_next_rx_buf() local
732 memset(&trs, 0, sizeof(trs)); in ath_get_next_rx_buf()
752 ret = ath9k_hw_rxprocdesc(ah, tds, &trs); in ath_get_next_rx_buf()
/linux-6.15/tools/testing/selftests/tc-testing/
H A Dtdc.py626 for trs in pres:
627 for res in trs:
/linux-6.15/fs/gfs2/
H A Drgrp.c2298 struct gfs2_blkreserv *trs; in gfs2_rgrp_dump() local
2315 for (n = rb_first(&rgd->rd_rstree); n; n = rb_next(&trs->rs_node)) { in gfs2_rgrp_dump()
2316 trs = rb_entry(n, struct gfs2_blkreserv, rs_node); in gfs2_rgrp_dump()
2317 dump_rs(seq, trs, fs_id_buf); in gfs2_rgrp_dump()
/linux-6.15/drivers/mmc/core/
H A Dmmc_test.c3048 struct mmc_test_transfer_result *tr, *trs; in mmc_test_free_result() local
3053 list_for_each_entry_safe(tr, trs, &gr->tr_lst, link) { in mmc_test_free_result()
/linux-6.15/Documentation/filesystems/
H A Dproc.rst330 trs number of pages that are 'code' (not including libs; broken,