/openbmc/openbmc/poky/meta/recipes-support/libpcre/libpcre/ |
H A D | Makefile | 76 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 | .gitignore | 64 /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 D | run-ptest | 7 …./../test-driver --test-name $test --log-file ../$test.log --trs-file ../$test.trs --color-tests n…
|
/openbmc/pam-ipmi/ |
H A D | .gitignore | 7 *.trs 45 *_unittest.trs
|
/openbmc/phosphor-dbus-monitor/src/test/ |
H A D | .gitignore | 2 *.trs
|
/openbmc/libmctp/ |
H A D | .gitignore | 33 *.trs
|
/openbmc/openpower-sbe-interface/ |
H A D | .gitignore | 7 *.trs
|
/openbmc/openpower-host-ipmi-flash/ |
H A D | .gitignore | 7 *.trs
|
/openbmc/ibm-logging/ |
H A D | .gitignore | 41 *.trs
|
/openbmc/phosphor-mboxd/ |
H A D | .gitignore | 59 *.trs
|
/openbmc/hiomapd/ |
H A D | .gitignore | 59 *.trs
|
/openbmc/obmc-console/ |
H A D | .gitignore | 57 test/*.trs
|
/openbmc/linux/kernel/rcu/ |
H A D | tasks.h | 1458 union rcu_special trs; in rcu_read_unlock_trace_special() local 1462 trs = smp_load_acquire(&t->trc_reader_special); in rcu_read_unlock_trace_special() 1467 if (trs.b.need_qs == (TRC_NEED_QS_CHECKED | TRC_NEED_QS)) { in rcu_read_unlock_trace_special() 1471 WARN_ONCE(result != trs.b.need_qs, "%s: result = %d", __func__, result); in rcu_read_unlock_trace_special() 1473 if (trs.b.blocked) { in rcu_read_unlock_trace_special() 1884 union rcu_special trs = READ_ONCE(t->trc_reader_special); in exit_tasks_rcu_finish_trace() local 1888 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 | 2664 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 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 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 D | octeon_device.h | 387 u32 trs; member
|
H A D | lio_core.c | 1074 oct->sriov_info.trs; in octeon_setup_interrupt()
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | proc.rst | 319 trs number of pages that are 'code' (not including libs; broken,
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0008-Use-libtool-2.4.patch | 15913 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
|