Searched refs:err_value (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/futex/functional/ |
| H A D | futex_numa_mpol.c | 80 static void __test_futex(void *futex_ptr, int err_value, unsigned int futex_flags) in __test_futex() argument 92 if (err_value) { in __test_futex() 97 if (errno != err_value) in __test_futex() 99 to_wake, futex_flags, err_value, errno, strerror(errno)); in __test_futex() 115 if (err_value && thread_args[i].result != -1) { in __test_futex() 120 if (!err_value && thread_args[i].result != 0) { in __test_futex() 129 static void test_futex(void *futex_ptr, int err_value) in test_futex() argument 131 __test_futex(futex_ptr, err_value, FUTEX2_SIZE_U32 | FUTEX_PRIVATE_FLAG | FUTEX2_NUMA); in test_futex()
|
| /linux/drivers/scsi/hisi_sas/ |
| H A D | hisi_sas_v3_hw.c | 2202 u32 err_value = hisi_sas_read32(hisi_hba, error->reg); in fatal_axi_int_v3_hw() local 2205 if (!(err_value & sub->msk)) in fatal_axi_int_v3_hw()
|