Home
last modified time | relevance | path

Searched refs:check_result (Results 1 – 21 of 21) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dcmsg_ip.sh42 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 Dtest_so_rcv.sh16 check_result() { function
50 check_result 1
59 check_result 0
62 check_result 1
H A Dcmsg_so_mark.sh39 check_result() { function
61 check_result $? 0 "$prot $ovr - pass"
66 check_result $? 1 "$prot $ovr - rejection"
/linux/tools/testing/selftests/livepatch/
H A Dtest-callbacks.sh37 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 Dtest-sysfs.sh51 check_result "% insmod test_modules/$MOD_LIVEPATCH.ko
80 check_result "% insmod test_modules/$MOD_LIVEPATCH2.ko
120 check_result "% insmod test_modules/$MOD_ATOMIC_REPLACE.ko replace=1
143 check_result "% insmod test_modules/$MOD_ATOMIC_REPLACE.ko replace=0
184 check_result "% insmod test_modules/$MOD_LIVEPATCH.ko
H A Dtest-kprobe.sh27 check_result "% insmod test_modules/test_klp_kprobe.ko has_post_handler=y
49 check_result "% insmod test_modules/test_klp_kprobe.ko has_post_handler=n
H A Dtest-ftrace.sh40 check_result "livepatch: kernel.ftrace_enabled = 0
69 check_result "livepatch: sysctl: setting key \"kernel.ftrace_enabled\": \
95 check_result "% insmod test_modules/$MOD_LIVEPATCH.ko
131 check_result "% insmod test_modules/$MOD_LIVEPATCH.ko
H A Dtest-livepatch.sh38 check_result "% insmod test_modules/$MOD_LIVEPATCH1.ko
82 check_result "% insmod test_modules/$MOD_LIVEPATCH1.ko
161 check_result "% insmod test_modules/$MOD_LIVEPATCH1.ko
235 check_result "% insmod test_modules/$MOD_TARGET.ko
280 check_result "% insmod test_modules/$MOD_TARGET_PATCH.ko
H A Dtest-shadow-vars.sh19 check_result "% insmod test_modules/$MOD_TEST.ko
H A DREADME52 check_result(). The latter function greps the kernel's ring buffer for
H A Dfunctions.sh319 # in LAST_DMESG. The check_result() function will use it to
331 # check_result() - verify dmesg output
333 function check_result {
317 function check_result { global() function
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
H A Dtx.c77 int check_result = INDIRECT_CALL_2(sq->xmit_xdp_frame_check, in mlx5e_xsk_tx() local
85 if (unlikely(check_result < 0)) { in mlx5e_xsk_tx()
108 check_result, &meta); in mlx5e_xsk_tx()
/linux/tools/testing/selftests/exec/
H A Dnull-argv.c19 check_result(pid, #exec); \
22 void check_result(pid_t pid, const char *msg) in check_result() function
/linux/tools/perf/tests/shell/
H A Dtest_data_symbol.sh25 check_result() { function
90 check_result
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dxdp.c455 int check_result, struct xsk_tx_metadata **meta);
459 int check_result, struct xsk_tx_metadata **meta) in mlx5e_xmit_xdp_frame_mpwqe() argument
496 if (!check_result) in mlx5e_xmit_xdp_frame_mpwqe()
497 check_result = mlx5e_xmit_xdp_frame_check_mpwqe(sq); in mlx5e_xmit_xdp_frame_mpwqe()
498 if (unlikely(check_result < 0)) in mlx5e_xmit_xdp_frame_mpwqe()
501 if (check_result == MLX5E_XDP_CHECK_START_MPWQE) { in mlx5e_xmit_xdp_frame_mpwqe()
541 int check_result, struct xsk_tx_metadata **meta) in mlx5e_xmit_xdp_frame() argument
581 if (!check_result) { in mlx5e_xmit_xdp_frame()
594 check_result = mlx5e_xmit_xdp_frame_check_stop_room(sq, stop_room); in mlx5e_xmit_xdp_frame()
596 if (unlikely(check_result < 0)) in mlx5e_xmit_xdp_frame()
H A Dxdp.h116 int check_result,
120 int check_result,
/linux/tools/perf/bench/
H A Dpmu-scan.c76 static int check_result(bool core_only) in check_result() function
160 ret = check_result(core_only); in run_pmu_scan()
/linux/tools/testing/selftests/vsock/
H A Dvmtest.sh194 check_result() { function
1457 check_result "${KSFT_SKIP}" "${arg}"
1462 check_result "$?" "${arg}"
1521 check_result "${KSFT_SKIP}" "${arg}"
1538 check_result "${KSFT_FAIL}" "${name}"
1546 check_result "${KSFT_FAIL}" "${name}"
1551 check_result "${rc}" "${name}"
/linux/tools/testing/selftests/arm64/signal/testcases/
H A Dtpidr2_restore.c85 .check_result = check_tpidr2,
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsock_fields.c101 static void check_result(void) in check_result() function
336 check_result(); in test()
/linux/fs/ntfs3/
H A Dfslog.c1297 goto check_result; in log_read_rst()
1301 goto check_result; in log_read_rst()
1310 goto check_result; in log_read_rst()
1318 check_result: in log_read_rst()