Searched refs:check_result (Results 1 – 16 of 16) sorted by relevance
37 check_result "% modprobe $MOD_TARGET84 check_result "% modprobe $MOD_LIVEPATCH132 check_result "% modprobe $MOD_TARGET180 check_result "% modprobe $MOD_LIVEPATCH222 check_result "% modprobe $MOD_LIVEPATCH257 check_result "% modprobe $MOD_TARGET298 check_result "% modprobe $MOD_LIVEPATCH343 check_result "% modprobe $MOD_TARGET_BUSY block_transition=N424 check_result "% modprobe $MOD_TARGET_BUSY block_transition=Y470 check_result "% modprobe $MOD_LIVEPATCH[all …]
22 check_result "% modprobe $MOD_LIVEPATCH54 check_result "% modprobe $MOD_LIVEPATCH99 check_result "% modprobe $MOD_LIVEPATCH2152 check_result "% modprobe $MOD_LIVEPATCH2
34 check_result "% modprobe $MOD_LIVEPATCH78 check_result "% modprobe $MOD_LIVEPATCH138 check_result "% modprobe $MOD_LIVEPATCH
36 check_result "livepatch: kernel.ftrace_enabled = 0
19 check_result "% modprobe $MOD_TEST
39 check_result(). The latter function greps the kernel's ring buffer for
273 function check_result { function
36 check_result() { function45 check_result $? 0 "IPv4 pass"47 check_result $? 0 "IPv6 pass"50 check_result $? 1 "IPv4 rejection"52 check_result $? 1 "IPv6 rejection"
110 static void check_result(void) in check_result() function156 check_result(); in main()167 check_result(); in main()174 check_result(); in main()196 check_result(); in main()
266 struct mlx5e_xdp_info *xdpi, int check_result) in mlx5e_xmit_xdp_frame_mpwqe() argument276 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() argument335 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()
63 int check_result));67 int check_result));
78 int check_result = INDIRECT_CALL_2(sq->xmit_xdp_frame_check, in mlx5e_xsk_tx() local85 if (unlikely(check_result < 0)) { in mlx5e_xsk_tx()106 mlx5e_xmit_xdp_frame, sq, &xdptxd, &xdpi, check_result); in mlx5e_xsk_tx()
325 if (td->initialized && td->result != KSFT_SKIP && td->check_result) in test_result()326 td->check_result(td); in test_result()
98 void (*check_result)(struct tdescr *td); member
91 static void check_result(void) in check_result() function321 check_result(); in test()
1240 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