Searched refs:is_failure (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/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() 258 /* 0x4 is a success and 0xa is a fail. See comment in is_failure(). */ in tm_una_ping()
|
/kernel/linux/linux-6.6/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() 258 /* 0x4 is a success and 0xa is a fail. See comment in is_failure(). */ in tm_una_ping()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/android/ |
H A D | binder.c | 2334 bool is_failure) in binder_transaction_buffer_release() 2434 if (is_failure) { in binder_transaction_buffer_release() 2513 bool is_failure) in binder_release_entire_buffer() 2521 off_end_offset, is_failure); in binder_release_entire_buffer() 3991 * @is_failure: failed to send transaction 4001 struct binder_buffer *buffer, bool is_failure) in binder_free_buf() 4029 binder_release_entire_buffer(proc, thread, buffer, is_failure); in binder_free_buf() 2330 binder_transaction_buffer_release(struct binder_proc *proc, struct binder_thread *thread, struct binder_buffer *buffer, binder_size_t off_end_offset, bool is_failure) binder_transaction_buffer_release() argument 2510 binder_release_entire_buffer(struct binder_proc *proc, struct binder_thread *thread, struct binder_buffer *buffer, bool is_failure) binder_release_entire_buffer() argument 3999 binder_free_buf(struct binder_proc *proc, struct binder_thread *thread, struct binder_buffer *buffer, bool is_failure) binder_free_buf() argument
|
/kernel/linux/linux-6.6/drivers/android/ |
H A D | binder.c | 1985 bool is_failure) in binder_transaction_buffer_release() 2085 if (is_failure) { in binder_transaction_buffer_release() 2164 bool is_failure) in binder_release_entire_buffer() 2172 off_end_offset, is_failure); in binder_release_entire_buffer() 3826 * @is_failure: failed to send transaction 3836 struct binder_buffer *buffer, bool is_failure) in binder_free_buf() 3864 binder_release_entire_buffer(proc, thread, buffer, is_failure); in binder_free_buf() 1981 binder_transaction_buffer_release(struct binder_proc *proc, struct binder_thread *thread, struct binder_buffer *buffer, binder_size_t off_end_offset, bool is_failure) binder_transaction_buffer_release() argument 2161 binder_release_entire_buffer(struct binder_proc *proc, struct binder_thread *thread, struct binder_buffer *buffer, bool is_failure) binder_release_entire_buffer() argument 3834 binder_free_buf(struct binder_proc *proc, struct binder_thread *thread, struct binder_buffer *buffer, bool is_failure) binder_free_buf() argument
|
Completed in 19 milliseconds