Home
last modified time | relevance | path

Searched refs:has_error (Results 1 – 5 of 5) 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
H A Duser_sdma.c362 req->has_error = 0; in hfi1_user_sdma_process_request()
688 if (READ_ONCE(req->has_error)) in user_sdma_send_pkts()
711 if (READ_ONCE(req->has_error)) in user_sdma_send_pkts()
1171 WRITE_ONCE(req->has_error, 1); in user_sdma_txreq_cb()
/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 Dx86.c838 bool has_error, u32 error_code, in kvm_multiple_exception() argument
852 kvm_queue_exception_vmexit(vcpu, nr, has_error, error_code, in kvm_multiple_exception()
862 vcpu->arch.exception.has_error_code = has_error; in kvm_multiple_exception()