Searched refs:RESULT (Results 1 – 14 of 14) sorted by relevance
/linux-6.12.1/tools/testing/selftests/ftrace/test.d/kprobe/ |
D | kprobe_args_symbol.tc | 34 RESULT=`grep "testprobe_str" trace | sed -e 's/.* arg1=\(.*\)/\1/'` 36 RESULT=`echo $RESULT | sed -e 's/.* \((.*)\) \((.*)\) .*/\1 \2/'` 38 test "$RESULT" = "$ORIG"
|
/linux-6.12.1/tools/testing/selftests/drivers/platform/x86/intel/ifs/ |
D | test_ifs.sh | 48 RESULT=$KSFT_PASS 104 RESULT=$KSFT_FAIL 108 RESULT=$KSFT_SKIP 136 echo "[RESULT] IFS test exit with $RESULT" 137 exit "$RESULT" 150 RESULT=$KSFT_XFAIL 158 RESULT=$2 166 append_log "[${EXIT_MAP[$RESULT]}] $info" 182 RESULT=$KSFT_XFAIL
|
/linux-6.12.1/tools/perf/util/ |
D | expr.y | 130 #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-6.12.1/tools/testing/selftests/cgroup/ |
D | test_cpuset_prs.sh | 82 RESULT=$? 85 [[ $RESULT -eq 0 ]] && skip_test "Child cgroups are using cpuset!" 808 RESULT=$9 823 [[ $RETVAL -ne $RESULT ]] && test_fail $I result
|
/linux-6.12.1/arch/powerpc/kernel/ |
D | optprobes_head.S | 56 PPC_STL r5,RESULT(r1)
|
D | exceptions-64s.S | 605 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)
|
D | interrupt_64.S | 184 ld r3,RESULT(r1) 371 ld r3,RESULT(r1)
|
D | asm-offsets.c | 293 STACK_PT_REGS_OFFSET(RESULT, result); in main()
|
D | exceptions-64e.S | 399 std r0,RESULT(r1); /* clear regs->result */ \
|
/linux-6.12.1/Documentation/arch/arm/nwfpe/ |
D | nwfpe.rst | 71 TIMES RESULT IN INCORRECT BEHAVIOR. USE OF THIS SOFTWARE IS RESTRICTED TO
|
/linux-6.12.1/arch/arm/nwfpe/ |
D | softfloat-specialize | 20 TIMES RESULT IN INCORRECT BEHAVIOR. USE OF THIS SOFTWARE IS RESTRICTED TO
|
D | softfloat-macros | 20 TIMES RESULT IN INCORRECT BEHAVIOR. USE OF THIS SOFTWARE IS RESTRICTED TO
|
/linux-6.12.1/tools/testing/selftests/nolibc/ |
D | nolibc-test.c | 158 enum RESULT { enum 164 static void result(int llen, enum RESULT r) in result()
|
/linux-6.12.1/Documentation/filesystems/ |
D | mount_api.rst | 633 TYPE NAME EXPECTED VALUE RESULT IN
|