| /linux/scripts/ |
| H A D | rust_is_available_test.py | 24 FAILURE = enum.auto() variable in TestRustIsAvailable.Expected 170 result = self.run_script(self.Expected.FAILURE, { "RUSTC": None }) 175 result = self.run_script(self.Expected.FAILURE, { "BINDGEN": None }) 180 result = self.run_script(self.Expected.FAILURE, { "CC": None }) 185 result = self.run_script(self.Expected.FAILURE, { "RUSTC": self.missing }) 189 result = self.run_script(self.Expected.FAILURE, { "BINDGEN": self.missing }) 193 result = self.run_script(self.Expected.FAILURE, { "RUSTC": self.nonexecutable }) 197 result = self.run_script(self.Expected.FAILURE, { "RUSTC": self.unexpected_binary }) 202 result = self.run_script(self.Expected.FAILURE, { "RUSTC": rustc }) 207 result = self.run_script(self.Expected.FAILURE, { "RUSTC": rustc }) [all …]
|
| /linux/lib/ |
| H A D | locking-selftest.c | 52 #define FAILURE 0 macro 1449 if (expected == FAILURE && debug_locks) { in dotest() 1512 dotest(name##_##nr, FAILURE, LOCKTYPE_RWLOCK); \ 1524 dotest(name##_##nr, FAILURE, LOCKTYPE_RWLOCK); \ 1530 dotest(name##_spin_##nr, FAILURE, LOCKTYPE_SPIN); \ 1531 dotest(name##_wlock_##nr, FAILURE, LOCKTYPE_RWLOCK); \ 1537 dotest(name##_spin_##nr, FAILURE, LOCKTYPE_SPIN|LOCKTYPE_RWLOCK);\ 1538 dotest(name##_wlock_##nr, FAILURE, LOCKTYPE_RWLOCK); \ 1545 dotest(name##_wlock_##nr, FAILURE, LOCKTYPE_RWLOCK); \ 1563 dotest(name##_spin, FAILURE, LOCKTYPE_SPIN); \ [all …]
|
| /linux/arch/x86/kernel/ |
| H A D | nmi_selftest.c | 21 #define FAILURE 1 macro 68 nmi_fail = FAILURE; in test_nmi_ipi() 119 if (nmi_fail == FAILURE) in dotest()
|
| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | parse-console.sh | 41 if grep -q FAILURE $file || grep -q -e '-torture.*!!!' $file 63 print_bug $title FAILURE, $nerrs
|
| /linux/tools/testing/kunit/ |
| H A D | kunit_parser.py | 69 FAILURE = auto() variable in TestStatus 128 return TestStatus.FAILURE 139 elif status == TestStatus.FAILURE: 437 test.status = TestStatus.FAILURE 692 if status == TestStatus.FAILURE and test.counts.get_status() == TestStatus.SUCCESS:
|
| H A D | kunit_tool_test.py | 167 self.assertEqual(kunit_parser.TestStatus.FAILURE, result.status) 174 self.assertEqual(kunit_parser.TestStatus.FAILURE, result.status) 176 self.assertEqual(kunit_parser.TestStatus.FAILURE, result.subtests[0].status) 178 self.assertEqual(kunit_parser.TestStatus.FAILURE, result.subtests[1].status) 179 self.assertEqual(kunit_parser.TestStatus.FAILURE, result.subtests[1].subtests[0].status) 328 self.assertEqual(kunit_parser.TestStatus.FAILURE, result.status) 373 self.assertEqual(kunit_parser.TestStatus.FAILURE, result.status)
|
| /linux/Documentation/ |
| H A D | atomic_t.txt | 171 - RMW operations that are conditional are unordered on FAILURE, 181 not defeated. Conditional operations are still unordered on FAILURE.
|
| /linux/drivers/scsi/ |
| H A D | BusLogic.c | 53 #ifndef FAILURE 54 #define FAILURE (-1) macro 3146 return FAILURE; in DEF_SCSI_QCMD() 3155 return FAILURE; in DEF_SCSI_QCMD() 3197 return FAILURE;
|
| H A D | FlashPoint.c | 26 #define FAILURE 0xFFFFFFFFL macro 922 return (int)FAILURE; in FlashPoint_ProbeHostAdapter() 925 return (int)FAILURE; in FlashPoint_ProbeHostAdapter() 928 return (int)FAILURE; in FlashPoint_ProbeHostAdapter() 931 return (int)FAILURE; in FlashPoint_ProbeHostAdapter() 941 return (int)FAILURE; in FlashPoint_ProbeHostAdapter() 963 return (int)FAILURE; in FlashPoint_ProbeHostAdapter() 1199 return (void *)FAILURE; in FlashPoint_HardwareResetHostAdapter()
|
| /linux/Documentation/locking/ |
| H A D | locktorture.rst | 165 "FAILURE", or "RCU_HOTPLUG" indication to be printk()ed. The first
|
| /linux/Documentation/translations/it_IT/locking/ |
| H A D | locktorture.rst | 177 stampa (usando printk()) di "SUCCESS", "FAILURE", oppure "RCU_HOTPLUG". I primi
|
| /linux/arch/m68k/ifpsp060/ |
| H A D | iskeleton.S | 188 | NOTE: THE ROUTINE SHOULD RETURN AN FSLW VALUE IN D0 ON FAILURE
|
| /linux/Documentation/RCU/ |
| H A D | torture.rst | 40 last line shows either "SUCCESS" or "FAILURE", based on rcutorture's 152 "FAILURE", or "RCU_HOTPLUG" indication to be printk()ed. The first
|
| H A D | rcubarrier.rst | 144 60 rcu_torture_print_module_parms("End of test: FAILURE");
|
| /linux/Documentation/translations/it_IT/RCU/ |
| H A D | torture.rst | 40 essere "SUCCESS" (successo) or "FAILURE" (insuccesso). 147 "SUCCESS" (successo), "FAILURE" (fallimento), o "RCU_HOTPLUG". I primi due sono
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_mbox.c | 2360 int rc = FAILURE; in lpfc_mbx_cmpl_rdp_link_stat() 2402 rdp_context->cmpl(phba, rdp_context, FAILURE); in lpfc_mbx_cmpl_rdp_page_a2() 2449 rdp_context->cmpl(phba, rdp_context, FAILURE); in lpfc_mbx_cmpl_rdp_page_a0()
|
| H A D | lpfc_hw.h | 2180 #define FAILURE 1 macro
|
| /linux/LICENSES/deprecated/ |
| H A D | GPL-1.0 | 199 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
| /linux/LICENSES/dual/ |
| H A D | CDDL-1.0 | 315 PROFITS, LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR
|
| H A D | MPL-1.1 | 391 WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
|
| /linux/tools/usb/usbip/ |
| H A D | COPYING | 276 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
| /linux/LICENSES/preferred/ |
| H A D | GPL-2.0 | 295 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
| H A D | LGPL-2.1 | 462 INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF
|
| H A D | LGPL-2.0 | 438 INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.lpfc | 1064 ret values consistent (either 1/0 or SUCCESS/FAILURE), keep all
|