Searched refs:RESULT (Results 1 - 9 of 9) sorted by relevance

/linux-master/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkprobe_args_symbol.tc34 RESULT=`grep "testprobe_str" trace | sed -e 's/.* arg1=\(.*\)/\1/'`
36 RESULT=`echo $RESULT | sed -e 's/.* \((.*)\) \((.*)\) .*/\1 \2/'`
38 test "$RESULT" = "$ORIG"
/linux-master/tools/perf/util/
H A Dexpr.y130 #define BINARY_OP(RESULT, OP, LHS, RHS) \
135 RESULT.val = NAN; \
137 RESULT.val = LHS.val OP RHS.val; \
139 RESULT.ids = NULL; \
141 RESULT = union_expr(LHS, RHS); \
/linux-master/arch/powerpc/kernel/
H A Doptprobes_head.S56 PPC_STL r5,RESULT(r1)
H A Dinterrupt_64.S184 ld r3,RESULT(r1)
371 ld r3,RESULT(r1)
H A Dexceptions-64s.S605 std r10,RESULT(r1) /* clear regs->result */
1229 std r3,RESULT(r1) /* Save result */
1280 ld r3,RESULT(r1) /* Load result */
1508 std r3,RESULT(r1)
1596 std r3,RESULT(r1)
H A Dasm-offsets.c293 STACK_PT_REGS_OFFSET(RESULT, result);
H A Dexceptions-64e.S399 std r0,RESULT(r1); /* clear regs->result */ \
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_cpuset_prs.sh74 RESULT=$?
77 [[ $RESULT -eq 0 ]] && skip_test "Child cgroups are using cpuset!"
743 RESULT=$9
758 [[ $RETVAL -ne $RESULT ]] && test_fail $I result
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c149 enum RESULT { enum
155 static void result(int llen, enum RESULT r)

Completed in 193 milliseconds