/kernel/linux/linux-6.6/kernel/rcu/ |
H A D | tasks.h | 1427 union rcu_special trs; in rcu_read_unlock_trace_special() local 1431 trs = smp_load_acquire(&t->trc_reader_special); in rcu_read_unlock_trace_special() 1436 if (trs.b.need_qs == (TRC_NEED_QS_CHECKED | TRC_NEED_QS)) { in rcu_read_unlock_trace_special() 1440 WARN_ONCE(result != trs.b.need_qs, "%s: result = %d", __func__, result); in rcu_read_unlock_trace_special() 1442 if (trs.b.blocked) { in rcu_read_unlock_trace_special() 1843 union rcu_special trs = READ_ONCE(t->trc_reader_special); in exit_tasks_rcu_finish_trace() local 1847 if (WARN_ON_ONCE(rcu_ld_need_qs(t) & TRC_NEED_QS || trs.b.blocked)) in exit_tasks_rcu_finish_trace()
|
H A D | rcutorture.c | 2663 static DEFINE_TORTURE_RANDOM(trs); in rcu_torture_fwd_prog_nr() 2684 dur = sd4 + torture_random(&trs) % (sd - sd4); in rcu_torture_fwd_prog_nr() 3214 DEFINE_TORTURE_RANDOM(trs); in rcu_torture_read_exit() 3229 &trs, "%s", "rcu_torture_read_exit_child"); in rcu_torture_read_exit()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | recv.c | 728 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | recv.c | 728 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/ |
H A D | cn23xx_pf_device.c | 327 (oct->sriov_info.trs << CN23XX_PKT_MAC_CTL_RINFO_TRS_BIT_POS); in cn23xx_setup_global_mac_regs() 1160 int pfnum, mac, trs, ret; in cn23xx_get_pf_num() local 1183 /* validate PF num by reading RINFO; f/w writes RINFO.trs == 1*/ in cn23xx_get_pf_num() 1186 trs = (int)(d64 >> CN23XX_PKT_MAC_CTL_RINFO_TRS_BIT_POS) & 0xff; in cn23xx_get_pf_num() 1187 if (trs == 1) { in cn23xx_get_pf_num() 1294 oct->sriov_info.trs = total_rings; in cn23xx_sriov_config() 1299 dev_notice(&oct->pci_dev->dev, "trs:%d max_vfs:%d rings_per_vf:%d pf_srn:%d num_pf_rings:%d\n", in cn23xx_sriov_config() 1300 oct->sriov_info.trs, oct->sriov_info.max_vfs, in cn23xx_sriov_config()
|
H A D | octeon_device.h | 387 u32 trs; member
|
H A D | lio_core.c | 1062 * trs and not from 0. if not change this code in octeon_setup_interrupt() 1070 oct->sriov_info.trs; in octeon_setup_interrupt()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/ |
H A D | cn23xx_pf_device.c | 327 (oct->sriov_info.trs << CN23XX_PKT_MAC_CTL_RINFO_TRS_BIT_POS); in cn23xx_setup_global_mac_regs() 1158 int pfnum, mac, trs, ret; in cn23xx_get_pf_num() local 1181 /* validate PF num by reading RINFO; f/w writes RINFO.trs == 1*/ in cn23xx_get_pf_num() 1184 trs = (int)(d64 >> CN23XX_PKT_MAC_CTL_RINFO_TRS_BIT_POS) & 0xff; in cn23xx_get_pf_num() 1185 if (trs == 1) { in cn23xx_get_pf_num() 1292 oct->sriov_info.trs = total_rings; in cn23xx_sriov_config() 1297 dev_notice(&oct->pci_dev->dev, "trs:%d max_vfs:%d rings_per_vf:%d pf_srn:%d num_pf_rings:%d\n", in cn23xx_sriov_config() 1298 oct->sriov_info.trs, oct->sriov_info.max_vfs, in cn23xx_sriov_config()
|
H A D | octeon_device.h | 387 u32 trs; member
|
H A D | lio_core.c | 1066 * trs and not from 0. if not change this code in octeon_setup_interrupt() 1074 oct->sriov_info.trs; in octeon_setup_interrupt()
|
/kernel/linux/linux-5.10/kernel/rcu/ |
H A D | rcutorture.c | 1938 static DEFINE_TORTURE_RANDOM(trs); in rcu_torture_fwd_prog_nr() 1956 dur = sd4 + torture_random(&trs) % (sd - sd4); in rcu_torture_fwd_prog_nr() 2410 DEFINE_TORTURE_RANDOM(trs); in rcu_torture_read_exit() 2434 &trs, "%s", in rcu_torture_read_exit()
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | rgrp.c | 2226 struct gfs2_blkreserv *trs; in gfs2_rgrp_dump() local 2243 for (n = rb_first(&rgd->rd_rstree); n; n = rb_next(&trs->rs_node)) { in gfs2_rgrp_dump() 2244 trs = rb_entry(n, struct gfs2_blkreserv, rs_node); in gfs2_rgrp_dump() 2245 dump_rs(seq, trs, fs_id_buf); in gfs2_rgrp_dump()
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | rgrp.c | 2300 struct gfs2_blkreserv *trs; in gfs2_rgrp_dump() local 2317 for (n = rb_first(&rgd->rd_rstree); n; n = rb_next(&trs->rs_node)) { in gfs2_rgrp_dump() 2318 trs = rb_entry(n, struct gfs2_blkreserv, rs_node); in gfs2_rgrp_dump() 2319 dump_rs(seq, trs, fs_id_buf); in gfs2_rgrp_dump()
|
/kernel/linux/linux-5.10/drivers/mmc/core/ |
H A D | mmc_test.c | 3048 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()
|
/kernel/linux/linux-6.6/drivers/mmc/core/ |
H A D | mmc_test.c | 3027 struct mmc_test_transfer_result *tr, *trs; in mmc_test_free_result() local 3032 list_for_each_entry_safe(tr, trs, &gr->tr_lst, link) { in mmc_test_free_result()
|