Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/livepatch/
Dfunctions.sh79 local can_fail=0
81 can_fail=1
89 if [[ $can_fail -eq 1 ]] ; then
/Linux-v6.1/include/linux/ceph/
Dmessenger.h578 gfp_t flags, bool can_fail);
580 bool can_fail);
/Linux-v6.1/net/ceph/
Dmessenger.c1881 gfp_t flags, bool can_fail) in ceph_msg_new2() argument
1924 if (!can_fail) { in ceph_msg_new2()
1937 bool can_fail) in ceph_msg_new() argument
1939 return ceph_msg_new2(type, front_len, 0, flags, can_fail); in ceph_msg_new()