Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/livepatch/
Dtest-callbacks.sh40 check_result "% modprobe $MOD_TARGET
90 check_result "% modprobe $MOD_LIVEPATCH
141 check_result "% modprobe $MOD_TARGET
192 check_result "% modprobe $MOD_LIVEPATCH
237 check_result "% modprobe $MOD_LIVEPATCH
275 check_result "% modprobe $MOD_TARGET
319 check_result "% modprobe $MOD_LIVEPATCH
369 check_result "% modprobe $MOD_TARGET_BUSY sleep_secs=0
452 check_result "% modprobe $MOD_TARGET_BUSY sleep_secs=10
501 check_result "% modprobe $MOD_LIVEPATCH
[all …]
Dtest-livepatch.sh36 check_result "% modprobe $MOD_LIVEPATCH
82 check_result "% modprobe $MOD_LIVEPATCH
144 check_result "% modprobe $MOD_LIVEPATCH
Dtest-shadow-vars.sh21 check_result "% modprobe $MOD_TEST
DREADME38 functions, most importantly set_dynamic_debug() and check_result(). The
Dfunctions.sh220 function check_result { function
/Linux-v5.4/tools/testing/selftests/x86/
Dsingle_step_syscall.c93 static void check_result(void) in check_result() function
123 check_result(); in main()
134 check_result(); in main()
141 check_result(); in main()
163 check_result(); in main()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/
Dxdp.c253 int check_result) in mlx5e_xmit_xdp_frame_mpwqe() argument
263 if (!check_result) in mlx5e_xmit_xdp_frame_mpwqe()
264 check_result = mlx5e_xmit_xdp_frame_check_mpwqe(sq); in mlx5e_xmit_xdp_frame_mpwqe()
265 if (unlikely(check_result < 0)) in mlx5e_xmit_xdp_frame_mpwqe()
268 if (check_result == MLX5E_XDP_CHECK_START_MPWQE) { in mlx5e_xmit_xdp_frame_mpwqe()
302 int check_result) in mlx5e_xmit_xdp_frame() argument
324 if (!check_result) in mlx5e_xmit_xdp_frame()
325 check_result = mlx5e_xmit_xdp_frame_check(sq); in mlx5e_xmit_xdp_frame()
326 if (unlikely(check_result < 0)) in mlx5e_xmit_xdp_frame()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
Dtx.c75 int check_result = sq->xmit_xdp_frame_check(sq); in mlx5e_xsk_tx() local
78 if (unlikely(check_result < 0)) { in mlx5e_xsk_tx()
99 if (unlikely(!sq->xmit_xdp_frame(sq, &xdptxd, &xdpi, check_result))) { in mlx5e_xsk_tx()
/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_sock_fields.c122 static void check_result(void) in check_result() function
409 check_result(); in test()