Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/multiarch/
H A Dsigbus.c34 int allow_fail = 0; in main() local
57 allow_fail = 1; in main()
61 assert(allow_fail); in main()
/openbmc/linux/samples/bpf/
H A Dxdp2skb_meta.sh53 local allow_fail="$2"
64 if [[ "$allow_fail" == "" ]]; then
/openbmc/linux/drivers/iommu/iommufd/
H A Dmain.c178 struct iommufd_object *obj, bool allow_fail) in __iommufd_object_destroy_user() argument
192 if (allow_fail && IS_ERR(ret)) in __iommufd_object_destroy_user()
H A Diommufd_private.h158 struct iommufd_object *obj, bool allow_fail);