Searched refs:is_failure (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/powerpc/tm/ |
| H A D | tm-unavailable.c | 73 bool is_failure(uint64_t condition_reg) in is_failure() function 232 if (expecting_failure() && !is_failure(cr_)) { in tm_una_ping() 239 if (!expecting_failure() && is_failure(cr_) && in tm_una_ping() 251 if (is_failure(cr_) && !failure_is_unavailable() && in tm_una_ping()
|
| /linux/drivers/net/ethernet/sfc/falcon/ |
| H A D | falcon_boards.c | 124 bool temp_crit, elec_fault, is_failure; in ef4_check_lm87() local 158 is_failure = temp_crit || elec_fault; in ef4_check_lm87() 164 is_failure ? "failure" : "problem", in ef4_check_lm87() 173 return is_failure ? -ERANGE : 0; in ef4_check_lm87()
|
| /linux/drivers/android/ |
| H A D | binder.c | 2031 bool is_failure) in binder_transaction_buffer_release() argument 2131 if (is_failure) { in binder_transaction_buffer_release() 2209 bool is_failure) in binder_release_entire_buffer() argument 2217 off_end_offset, is_failure); in binder_release_entire_buffer() 4071 * @is_failure: failed to send transaction 4081 struct binder_buffer *buffer, bool is_failure) in binder_free_buf() 4109 binder_release_entire_buffer(proc, thread, buffer, is_failure); in binder_free_buf() 4083 binder_free_buf(struct binder_proc * proc,struct binder_thread * thread,struct binder_buffer * buffer,bool is_failure) binder_free_buf() argument
|