Home
last modified time | relevance | path

Searched refs:check_result (Results 1 - 25 of 26) sorted by relevance

12

/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dcmsg_time.sh35 check_result() { function
53 check_result $? "$ts" "" "$prot - no options"
56 check_result $? "$ts" "2" "$prot - ts cnt"
59 check_result $? "$ts" "OK" "$prot - ts0 SCHED"
62 check_result $? "$ts" "OK" "$prot - ts0 SND"
66 check_result $? "$ts" "OK" "$prot - TXTIME abs"
72 check_result $? "$ts" "OK" "$prot - TXTIME rel"
H A Dcmsg_ipv6.sh41 check_result() { function
63 check_result $? $df "DONTFRAG $prot $ovr"
91 check_result $? 0 "TCLASS $prot $ovr - pass"
98 check_result $? 0 "TCLASS $prot $ovr - packet data"
105 check_result $? 1 "TCLASS $prot $ovr - rejection"
128 check_result $? 0 "HOPLIMIT $prot $ovr - pass"
135 check_result $? 0 "HOPLIMIT $prot $ovr - packet data"
145 check_result $? 0 "ExtHdr $prot $ovr - pass"
H A Dcmsg_so_mark.sh38 check_result() { function
60 check_result $? 0 "$prot $ovr - pass"
65 check_result $? 1 "$prot $ovr - rejection"
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/
H A Dnft_trans_stress.sh27 check_result() function
103 check_result $eret "add/delete"
114 check_result $eret "reload"
135 check_result $eret "add/delete with nftrace enabled"
149 check_result $lret "add/delete with nftrace enabled"
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H A Dsingle_step_syscall.c111 static void check_result(void) in check_result() function
157 check_result(); in main()
168 check_result(); in main()
175 check_result(); in main()
197 check_result(); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dxdp.c266 struct mlx5e_xdp_info *xdpi, int check_result) in mlx5e_xmit_xdp_frame_mpwqe()
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()
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()
265 mlx5e_xmit_xdp_frame_mpwqe(struct mlx5e_xdpsq *sq, struct mlx5e_xmit_data *xdptxd, struct mlx5e_xdp_info *xdpi, int check_result) mlx5e_xmit_xdp_frame_mpwqe() argument
312 mlx5e_xmit_xdp_frame(struct mlx5e_xdpsq *sq, struct mlx5e_xmit_data *xdptxd, struct mlx5e_xdp_info *xdpi, int check_result) mlx5e_xmit_xdp_frame() argument
H A Dxdp.h63 int check_result));
67 int check_result));
/kernel/linux/linux-6.6/tools/perf/tests/shell/
H A Dtest_data_symbol.sh17 check_result() { function
65 check_result
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
H 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
H A Dtx.c71 int check_result = INDIRECT_CALL_2(sq->xmit_xdp_frame_check, in mlx5e_xsk_tx() local
79 if (unlikely(check_result < 0)) { in mlx5e_xsk_tx()
101 check_result); in mlx5e_xsk_tx()
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dxdp.c401 int check_result);
405 int check_result) in mlx5e_xmit_xdp_frame_mpwqe()
442 if (!check_result) in mlx5e_xmit_xdp_frame_mpwqe()
443 check_result = mlx5e_xmit_xdp_frame_check_mpwqe(sq); in mlx5e_xmit_xdp_frame_mpwqe()
444 if (unlikely(check_result < 0)) in mlx5e_xmit_xdp_frame_mpwqe()
447 if (check_result == MLX5E_XDP_CHECK_START_MPWQE) { in mlx5e_xmit_xdp_frame_mpwqe()
483 int check_result) in mlx5e_xmit_xdp_frame()
521 /* check_result must be 0 if sinfo is passed. */ in mlx5e_xmit_xdp_frame()
522 if (!check_result) { in mlx5e_xmit_xdp_frame()
535 check_result in mlx5e_xmit_xdp_frame()
404 mlx5e_xmit_xdp_frame_mpwqe(struct mlx5e_xdpsq *sq, struct mlx5e_xmit_data *xdptxd, int check_result) mlx5e_xmit_xdp_frame_mpwqe() argument
482 mlx5e_xmit_xdp_frame(struct mlx5e_xdpsq *sq, struct mlx5e_xmit_data *xdptxd, int check_result) mlx5e_xmit_xdp_frame() argument
[all...]
H A Dxdp.h118 int check_result));
121 int check_result));
/kernel/linux/linux-6.6/tools/perf/bench/
H A Dpmu-scan.c75 static int check_result(bool core_only) in check_result() function
159 ret = check_result(core_only); in run_pmu_scan()
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/signal/
H A Dtest_signals.h98 void (*check_result)(struct tdescr *td); member
H 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()
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/signal/
H A Dtest_signals.h103 void (*check_result)(struct tdescr *td); member
H A Dtest_signals_utils.c400 if (td->initialized && td->result != KSFT_SKIP && td->check_result) in test_result()
401 td->check_result(td); in test_result()
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/signal/testcases/
H A Dtpidr2_restore.c85 .check_result = check_tpidr2,
/kernel/linux/common_modules/tzdriver/ion/
H A Ddynamic_ion_mem.c431 int32_t check_result = (configid != 0 && ion_size != 0); in load_image_for_ion() local
434 check_result, configid, ion_size, params->uuid_return->time_low); in load_image_for_ion()
435 if (check_result) { in load_image_for_ion()
/kernel/linux/linux-5.10/tools/testing/selftests/livepatch/
H A Dfunctions.sh271 # check_result() - verify dmesg output
273 function check_result { function
/kernel/linux/linux-6.6/tools/testing/selftests/livepatch/
H A Dfunctions.sh288 # check_result() - verify dmesg output
290 function check_result { function
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dsock_fields.c102 static void check_result(void) in check_result() function
337 check_result(); in test()
/kernel/linux/linux-6.6/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()

Completed in 11 milliseconds

12