Home
last modified time | relevance | path

Searched refs:has_error (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dconnect_ping.c17 __u32 has_error = 0; variable
32 has_error = 1; in connect_v4_prog()
48 has_error = 1; in connect_v6_prog()
/linux/drivers/infiniband/hw/hfi1/
H A Duser_sdma.h173 u8 has_error; member
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dconnect_ping.c65 if (!ASSERT_EQ(skel->bss->has_error, 0, "has_error")) in subtest()
/linux/arch/x86/kvm/
H A Dtrace.h472 TP_PROTO(unsigned exception, bool has_error, unsigned error_code,
474 TP_ARGS(exception, has_error, error_code, reinjected),
478 __field( u8, has_error )
485 __entry->has_error = has_error;
492 !__entry->has_error ? "" : " (",
493 !__entry->has_error ? "" : __print_symbolic(__entry->error_code),
494 !__entry->has_error ? "" : ")",