Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-support/libpcre/libpcre/
H A DMakefile76 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
81 test -f $$i.trs && test -r $$i.trs \
89 results=`for b in $$bases; do echo $$b.trs; done`; \
170 --log-file $$b.log --trs-file $$b.trs \
176 --log-file $$b.log --trs-file $$b.trs \
182 --log-file $$b.log --trs-file $$b.trs \
/openbmc/phosphor-user-manager/
H A D.gitignore64 /test/ldap_config_test.trs
67 /test/utest.trs
70 /test/ldap_mapper_test.trs
73 /test/user_mgr_test.trs
/openbmc/openbmc/poky/meta/recipes-support/libssh2/libssh2/
H A Drun-ptest7 …./../test-driver --test-name $test --log-file ../$test.log --trs-file ../$test.trs --color-tests n…
/openbmc/pam-ipmi/
H A D.gitignore7 *.trs
45 *_unittest.trs
/openbmc/phosphor-dbus-monitor/src/test/
H A D.gitignore2 *.trs
/openbmc/libmctp/
H A D.gitignore33 *.trs
/openbmc/openpower-sbe-interface/
H A D.gitignore7 *.trs
/openbmc/openpower-host-ipmi-flash/
H A D.gitignore7 *.trs
/openbmc/ibm-logging/
H A D.gitignore41 *.trs
/openbmc/phosphor-mboxd/
H A D.gitignore59 *.trs
/openbmc/hiomapd/
H A D.gitignore59 *.trs
/openbmc/obmc-console/
H A D.gitignore57 test/*.trs
/openbmc/linux/kernel/rcu/
H A Dtasks.h1428 union rcu_special trs; in rcu_read_unlock_trace_special() local
1432 trs = smp_load_acquire(&t->trc_reader_special); in rcu_read_unlock_trace_special()
1437 if (trs.b.need_qs == (TRC_NEED_QS_CHECKED | TRC_NEED_QS)) { in rcu_read_unlock_trace_special()
1441 WARN_ONCE(result != trs.b.need_qs, "%s: result = %d", __func__, result); in rcu_read_unlock_trace_special()
1443 if (trs.b.blocked) { in rcu_read_unlock_trace_special()
1854 union rcu_special trs = READ_ONCE(t->trc_reader_special); in exit_tasks_rcu_finish_trace() local
1858 if (WARN_ON_ONCE(rcu_ld_need_qs(t) & TRC_NEED_QS || trs.b.blocked)) in exit_tasks_rcu_finish_trace()
H A Drcutorture.c2664 static DEFINE_TORTURE_RANDOM(trs); in rcu_torture_fwd_prog_nr()
2685 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()
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/
H A Dcn23xx_pf_device.c327 (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
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()
1298 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.c1074 oct->sriov_info.trs; in octeon_setup_interrupt()
/openbmc/linux/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()
/openbmc/linux/fs/gfs2/
H A Drgrp.c2300 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()
/openbmc/linux/drivers/mmc/core/
H A Dmmc_test.c3027 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()
/openbmc/linux/Documentation/filesystems/
H A Dproc.rst319 trs number of pages that are 'code' (not including libs; broken,
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0008-Use-libtool-2.4.patch15913 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list