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.sh80 local can_fail=0
82 can_fail=1
90 if [[ $can_fail -eq 1 ]] ; then
/linux/include/linux/ceph/
H A Dmessenger.h618 gfp_t flags, bool can_fail);
620 bool can_fail);
/linux/net/ceph/
H A Dmessenger.c1965 gfp_t flags, bool can_fail) in ceph_msg_new2() argument
2008 if (!can_fail) { in ceph_msg_new2()
2021 bool can_fail) in ceph_msg_new() argument
2023 return ceph_msg_new2(type, front_len, 0, flags, can_fail); in ceph_msg_new()