| /linux-6.15/tools/testing/selftests/net/ |
| H A D | cmsg_time.sh | 36 check_result() { function 69 check_result $? "$ts" "" "$prot - no options" 72 check_result $? "$ts" "2" "$prot - ts cnt" 75 check_result $? "$ts" "OK" "$prot - ts0 SCHED" 78 check_result $? "$ts" "OK" "$prot - ts0 SND" 82 check_result $? "$ts" "OK" "$prot - TXTIME abs" 91 check_result $? "$ts" "OK" "$prot - TXTIME rel" $xfail
|
| H A D | cmsg_ip.sh | 42 check_result() { function 65 check_result $? $df "DONTFRAG $prot $ovr" 101 check_result $? 0 "$MATCH $prot $ovr - pass" 108 check_result $? 0 "$MATCH $prot $ovr - packet data" 116 check_result $? 1 "$MATCH $prot $ovr - rejection" 121 check_result $? 1 "$MATCH $prot $ovr - rejection (ECN)" 155 check_result $? 0 "$MATCH $prot $ovr - pass" 162 check_result $? 0 "$MATCH $prot $ovr - packet data" 176 check_result $? 0 "ExtHdr $prot $ovr - pass"
|
| H A D | cmsg_so_priority.sh | 23 check_result() { function 109 check_result 0 112 check_result 1 122 check_result 0 125 check_result 1 135 check_result 0 138 check_result 1
|
| H A D | test_so_rcv.sh | 16 check_result() { function 50 check_result 1 59 check_result 0 62 check_result 1
|
| H A D | cmsg_so_mark.sh | 39 check_result() { function 61 check_result $? 0 "$prot $ovr - pass" 66 check_result $? 1 "$prot $ovr - rejection"
|
| /linux-6.15/tools/testing/selftests/livepatch/ |
| H A D | test-callbacks.sh | 37 check_result "% insmod test_modules/$MOD_TARGET.ko 84 check_result "% insmod test_modules/$MOD_LIVEPATCH.ko 132 check_result "% insmod test_modules/$MOD_TARGET.ko 180 check_result "% insmod test_modules/$MOD_LIVEPATCH.ko 222 check_result "% insmod test_modules/$MOD_LIVEPATCH.ko 257 check_result "% insmod test_modules/$MOD_TARGET.ko 298 check_result "% insmod test_modules/$MOD_LIVEPATCH.ko 343 check_result "% insmod test_modules/$MOD_TARGET_BUSY.ko block_transition=N 424 check_result "% insmod test_modules/$MOD_TARGET_BUSY.ko block_transition=Y 470 check_result "% insmod test_modules/$MOD_LIVEPATCH.ko [all …]
|
| H A D | test-sysfs.sh | 35 check_result "% insmod test_modules/$MOD_LIVEPATCH.ko 64 check_result "% insmod test_modules/test_klp_callbacks_demo.ko 102 check_result "% insmod test_modules/$MOD_LIVEPATCH.ko replace=1 125 check_result "% insmod test_modules/$MOD_LIVEPATCH.ko replace=0 164 check_result "% insmod test_modules/$MOD_LIVEPATCH.ko
|
| H A D | test-state.sh | 22 check_result "% insmod test_modules/$MOD_LIVEPATCH.ko 54 check_result "% insmod test_modules/$MOD_LIVEPATCH.ko 99 check_result "% insmod test_modules/$MOD_LIVEPATCH2.ko 152 check_result "% insmod test_modules/$MOD_LIVEPATCH2.ko
|
| H A D | test-kprobe.sh | 27 check_result "% insmod test_modules/test_klp_kprobe.ko has_post_handler=true 49 check_result "% insmod test_modules/test_klp_kprobe.ko has_post_handler=false
|
| H A D | test-ftrace.sh | 37 check_result "livepatch: kernel.ftrace_enabled = 0 84 check_result "% insmod test_modules/$MOD_LIVEPATCH.ko
|
| H A D | test-livepatch.sh | 36 check_result "% insmod test_modules/$MOD_LIVEPATCH1.ko 80 check_result "% insmod test_modules/$MOD_LIVEPATCH1.ko 159 check_result "% insmod test_modules/$MOD_LIVEPATCH1.ko
|
| H A D | test-syscall.sh | 42 check_result "% insmod test_modules/$MOD_SYSCALL.ko klp_pids=$pid_list
|
| H A D | test-shadow-vars.sh | 19 check_result "% insmod test_modules/$MOD_TEST.ko
|
| H A D | README | 52 check_result(). The latter function greps the kernel's ring buffer for
|
| /linux-6.15/tools/testing/selftests/x86/ |
| H A D | single_step_syscall.c | 88 static void check_result(void) in check_result() function 134 check_result(); in main() 145 check_result(); in main() 152 check_result(); in main() 174 check_result(); in main()
|
| /linux-6.15/tools/perf/tests/shell/ |
| H A D | test_data_symbol.sh | 25 check_result() { function 67 check_result
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
| H A D | tx.c | 75 int check_result = INDIRECT_CALL_2(sq->xmit_xdp_frame_check, in mlx5e_xsk_tx() local 83 if (unlikely(check_result < 0)) { in mlx5e_xsk_tx() 106 check_result, meta); in mlx5e_xsk_tx()
|
| /linux-6.15/tools/testing/selftests/exec/ |
| H A D | null-argv.c | 19 check_result(pid, #exec); \ 22 void check_result(pid_t pid, const char *msg) in check_result() function
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | xdp.c | 448 int check_result, struct xsk_tx_metadata *meta); 452 int check_result, struct xsk_tx_metadata *meta) in mlx5e_xmit_xdp_frame_mpwqe() argument 489 if (!check_result) in mlx5e_xmit_xdp_frame_mpwqe() 490 check_result = mlx5e_xmit_xdp_frame_check_mpwqe(sq); in mlx5e_xmit_xdp_frame_mpwqe() 491 if (unlikely(check_result < 0)) in mlx5e_xmit_xdp_frame_mpwqe() 494 if (check_result == MLX5E_XDP_CHECK_START_MPWQE) { in mlx5e_xmit_xdp_frame_mpwqe() 531 int check_result, struct xsk_tx_metadata *meta) in mlx5e_xmit_xdp_frame() argument 571 if (!check_result) { in mlx5e_xmit_xdp_frame() 584 check_result = mlx5e_xmit_xdp_frame_check_stop_room(sq, stop_room); in mlx5e_xmit_xdp_frame() 586 if (unlikely(check_result < 0)) in mlx5e_xmit_xdp_frame()
|
| H A D | xdp.h | 121 int check_result, 125 int check_result,
|
| /linux-6.15/tools/perf/bench/ |
| H A D | pmu-scan.c | 75 static int check_result(bool core_only) in check_result() function 159 ret = check_result(core_only); in run_pmu_scan()
|
| /linux-6.15/tools/testing/selftests/arm64/signal/testcases/ |
| H A D | tpidr2_restore.c | 85 .check_result = check_tpidr2,
|
| /linux-6.15/tools/testing/selftests/arm64/signal/ |
| H A D | test_signals.h | 109 void (*check_result)(struct tdescr *td); member
|
| H A D | test_signals_utils.c | 412 if (td->initialized && td->result != KSFT_SKIP && td->check_result) in test_result() 413 td->check_result(td); in test_result()
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sock_fields.c | 101 static void check_result(void) in check_result() function 336 check_result(); in test()
|