Home
last modified time | relevance | path

Searched refs:can_fail (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/livepatch/
H A Dfunctions.sh106 local can_fail=0
108 can_fail=1
116 if [[ $can_fail -eq 1 ]] ; then
/linux/include/linux/ceph/
H A Dmessenger.h620 gfp_t flags, bool can_fail);
622 bool can_fail);
/linux/net/ceph/
H A Dmessenger.c1967 gfp_t flags, bool can_fail) in ceph_msg_new2() argument
2009 if (!can_fail) { in ceph_msg_new2()
2022 bool can_fail) in ceph_msg_new() argument
2024 return ceph_msg_new2(type, front_len, 0, flags, can_fail); in ceph_msg_new()