/Linux-v6.1/tools/testing/selftests/net/ |
D | cmsg_time.sh | 35 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"
|
D | cmsg_ipv6.sh | 41 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"
|
D | cmsg_so_mark.sh | 38 check_result() { function 60 check_result $? 0 "$prot $ovr - pass" 65 check_result $? 1 "$prot $ovr - rejection"
|
/Linux-v6.1/tools/testing/selftests/livepatch/ |
D | test-callbacks.sh | 37 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 …]
|
D | test-state.sh | 22 check_result "% modprobe $MOD_LIVEPATCH 54 check_result "% modprobe $MOD_LIVEPATCH 99 check_result "% modprobe $MOD_LIVEPATCH2 152 check_result "% modprobe $MOD_LIVEPATCH2
|
D | test-livepatch.sh | 34 check_result "% modprobe $MOD_LIVEPATCH 78 check_result "% modprobe $MOD_LIVEPATCH 138 check_result "% modprobe $MOD_LIVEPATCH
|
D | test-sysfs.sh | 30 check_result "% modprobe $MOD_LIVEPATCH 59 check_result "% modprobe test_klp_callbacks_demo
|
D | test-ftrace.sh | 37 check_result "livepatch: kernel.ftrace_enabled = 0
|
D | test-shadow-vars.sh | 19 check_result "% modprobe $MOD_TEST
|
D | README | 39 check_result(). The latter function greps the kernel's ring buffer for
|
D | functions.sh | 290 function check_result { function
|
/Linux-v6.1/tools/testing/selftests/x86/ |
D | single_step_syscall.c | 110 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-v6.1/tools/testing/selftests/netfilter/ |
D | nft_trans_stress.sh | 19 check_result() function 94 check_result $eret "add/delete" 105 check_result $eret "reload" 126 check_result $eret "add/delete with nftrace enabled" 140 check_result $lret "add/delete with nftrace enabled"
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | xdp.c | 297 struct skb_shared_info *sinfo, int check_result); 301 struct skb_shared_info *sinfo, int check_result) in mlx5e_xmit_xdp_frame_mpwqe() argument 321 if (!check_result) in mlx5e_xmit_xdp_frame_mpwqe() 322 check_result = mlx5e_xmit_xdp_frame_check_mpwqe(sq); in mlx5e_xmit_xdp_frame_mpwqe() 323 if (unlikely(check_result < 0)) in mlx5e_xmit_xdp_frame_mpwqe() 326 if (check_result == MLX5E_XDP_CHECK_START_MPWQE) { in mlx5e_xmit_xdp_frame_mpwqe() 362 struct skb_shared_info *sinfo, int check_result) in mlx5e_xmit_xdp_frame() argument 389 if (!check_result) { in mlx5e_xmit_xdp_frame() 402 check_result = mlx5e_xmit_xdp_frame_check_stop_room(sq, stop_room); in mlx5e_xmit_xdp_frame() 404 if (unlikely(check_result < 0)) in mlx5e_xmit_xdp_frame()
|
D | xdp.h | 62 int check_result)); 66 int check_result));
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
D | tx.c | 72 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()
|
/Linux-v6.1/tools/testing/selftests/exec/ |
D | null-argv.c | 19 check_result(pid, #exec); \ 22 void check_result(pid_t pid, const char *msg) in check_result() function
|
/Linux-v6.1/tools/perf/tests/shell/ |
D | test_data_symbol.sh | 23 check_result() { function 92 check_result
|
/Linux-v6.1/tools/testing/selftests/arm64/signal/ |
D | test_signals.h | 101 void (*check_result)(struct tdescr *td); member
|
D | test_signals_utils.c | 394 if (td->initialized && td->result != KSFT_SKIP && td->check_result) in test_result() 395 td->check_result(td); in test_result()
|
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/ |
D | sock_fields.c | 101 static void check_result(void) in check_result() function 336 check_result(); in test()
|
/Linux-v6.1/fs/ntfs3/ |
D | fslog.c | 1238 goto check_result; in log_read_rst() 1242 goto check_result; in log_read_rst() 1251 goto check_result; in log_read_rst() 1277 check_result: in log_read_rst()
|