Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/livepatch/
A Dtest-callbacks.sh37 check_result "% modprobe $MOD_TARGET
84 check_result "% modprobe $MOD_LIVEPATCH
132 check_result "% modprobe $MOD_TARGET
180 check_result "% modprobe $MOD_LIVEPATCH
222 check_result "% modprobe $MOD_LIVEPATCH
257 check_result "% modprobe $MOD_TARGET
298 check_result "% modprobe $MOD_LIVEPATCH
343 check_result "% modprobe $MOD_TARGET_BUSY block_transition=N
424 check_result "% modprobe $MOD_TARGET_BUSY block_transition=Y
470 check_result "% modprobe $MOD_LIVEPATCH
[all …]
A Dtest-state.sh22 check_result "% modprobe $MOD_LIVEPATCH
54 check_result "% modprobe $MOD_LIVEPATCH
99 check_result "% modprobe $MOD_LIVEPATCH2
152 check_result "% modprobe $MOD_LIVEPATCH2
A Dtest-livepatch.sh34 check_result "% modprobe $MOD_LIVEPATCH
78 check_result "% modprobe $MOD_LIVEPATCH
138 check_result "% modprobe $MOD_LIVEPATCH
A Dtest-ftrace.sh36 check_result "livepatch: kernel.ftrace_enabled = 0
A Dtest-shadow-vars.sh19 check_result "% modprobe $MOD_TEST
A DREADME39 check_result(). The latter function greps the kernel's ring buffer for
A Dfunctions.sh273 function check_result { function
/linux/tools/testing/selftests/net/
A Dcmsg_so_mark.sh36 check_result() { function
45 check_result $? 0 "IPv4 pass"
47 check_result $? 0 "IPv6 pass"
50 check_result $? 1 "IPv4 rejection"
52 check_result $? 1 "IPv6 rejection"
/linux/tools/testing/selftests/x86/
A Dsingle_step_syscall.c110 static void check_result(void) in check_result() function
156 check_result(); in main()
167 check_result(); in main()
174 check_result(); in main()
196 check_result(); in main()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dxdp.c266 struct mlx5e_xdp_info *xdpi, int check_result) in mlx5e_xmit_xdp_frame_mpwqe() argument
276 if (!check_result) in mlx5e_xmit_xdp_frame_mpwqe()
277 check_result = mlx5e_xmit_xdp_frame_check_mpwqe(sq); in mlx5e_xmit_xdp_frame_mpwqe()
278 if (unlikely(check_result < 0)) in mlx5e_xmit_xdp_frame_mpwqe()
281 if (check_result == MLX5E_XDP_CHECK_START_MPWQE) { in mlx5e_xmit_xdp_frame_mpwqe()
313 struct mlx5e_xdp_info *xdpi, int check_result) in mlx5e_xmit_xdp_frame() argument
335 if (!check_result) in mlx5e_xmit_xdp_frame()
336 check_result = mlx5e_xmit_xdp_frame_check(sq); in mlx5e_xmit_xdp_frame()
337 if (unlikely(check_result < 0)) in mlx5e_xmit_xdp_frame()
A Dxdp.h63 int check_result));
67 int check_result));
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
A Dtx.c78 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()
106 mlx5e_xmit_xdp_frame, sq, &xdptxd, &xdpi, check_result); in mlx5e_xsk_tx()
/linux/tools/testing/selftests/arm64/signal/
A Dtest_signals_utils.c325 if (td->initialized && td->result != KSFT_SKIP && td->check_result) in test_result()
326 td->check_result(td); in test_result()
A Dtest_signals.h98 void (*check_result)(struct tdescr *td); member
/linux/tools/testing/selftests/bpf/prog_tests/
A Dsock_fields.c91 static void check_result(void) in check_result() function
321 check_result(); in test()
/linux/fs/ntfs3/
A Dfslog.c1240 goto check_result; in log_read_rst()
1244 goto check_result; in log_read_rst()
1253 goto check_result; in log_read_rst()
1279 check_result: in log_read_rst()

Completed in 693 milliseconds