Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dfail_page_alloc.c42 return should_fail_ex(&fail_page_alloc.attr, 1 << order, flags); in __should_fail_alloc_page()
H A Dfailslab.c44 return should_fail_ex(&failslab.attr, s->object_size, flags); in __should_failslab()
/openbmc/linux/include/linux/
H A Dfault-inject.h51 bool should_fail_ex(struct fault_attr *attr, ssize_t size, int flags);
/openbmc/linux/lib/
H A Dfault-inject.c103 bool should_fail_ex(struct fault_attr *attr, ssize_t size, int flags) in should_fail_ex() function
163 return should_fail_ex(attr, size, 0); in should_fail()