Home
last modified time | relevance | path

Searched refs:rv (Results 1 – 2 of 2) sorted by relevance

/tools/testing/selftests/powerpc/tm/
Dtm-resched-dscr.c38 uint64_t rv, dscr1 = 1, dscr2, texasr; in test_body() local
71 : [rv]"=r"(rv), [dscr2]"=m"(dscr2), [texasr]"=m"(texasr) in test_body()
76 assert(rv); /* make sure the transaction aborted */ in test_body()
/tools/perf/util/
Dprobe-event.c913 int rv = __show_one_line(fp, l, skip, show_num); in _show_one_line() local
914 if (rv == 0) { in _show_one_line()
916 rv = -1; in _show_one_line()
918 return rv; in _show_one_line()