Home
last modified time | relevance | path

Searched refs:FAILURE (Results 1 – 25 of 26) sorted by relevance

12

/linux/lib/
A Dlocking-selftest.c46 #define FAILURE 0 macro
1412 if (expected == FAILURE && debug_locks) { in dotest()
2436 dotest(fs_reclaim_wrong_nesting, FAILURE, 0); in fs_reclaim_tests()
2728 dotest(local_lock_3B, FAILURE, LOCKTYPE_LL); in local_lock_tests()
2836 dotest(rsem_AA1, FAILURE, LOCKTYPE_RWSEM); in locking_selftest()
2843 dotest(rsem_AA1B, FAILURE, LOCKTYPE_RWSEM); in locking_selftest()
2848 dotest(rlock_AA2, FAILURE, LOCKTYPE_RWLOCK); in locking_selftest()
2850 dotest(rsem_AA2, FAILURE, LOCKTYPE_RWSEM); in locking_selftest()
2855 dotest(rlock_AA3, FAILURE, LOCKTYPE_RWLOCK); in locking_selftest()
2857 dotest(rsem_AA3, FAILURE, LOCKTYPE_RWSEM); in locking_selftest()
[all …]
/linux/arch/x86/kernel/
A Dnmi_selftest.c23 #define FAILURE 1 macro
71 nmi_fail = FAILURE; in test_nmi_ipi()
122 if (nmi_fail == FAILURE) in dotest()
/linux/tools/testing/selftests/rcutorture/bin/
A Dparse-console.sh41 if grep -q FAILURE $file || grep -q -e '-torture.*!!!' $file
63 print_bug $title FAILURE, $nerrs
/linux/tools/testing/kunit/
A Dkunit_parser.py68 FAILURE = auto() variable in TestStatus
141 return TestStatus.FAILURE
161 elif status == TestStatus.FAILURE:
449 test.status = TestStatus.FAILURE
A Dkunit_tool_test.py174 kunit_parser.TestStatus.FAILURE,
/linux/Documentation/
A Datomic_bitops.txt61 - RMW operations that are conditional are unordered on FAILURE,
A Datomic_t.txt171 - RMW operations that are conditional are unordered on FAILURE,
/linux/drivers/net/ethernet/neterion/
A Ds2io.c705 return FAILURE; in init_shared_mem()
1172 return FAILURE; in init_tti()
2277 return FAILURE; in start_nic()
3344 return FAILURE; in wait_for_cmd_complete()
3649 return FAILURE; in s2io_set_swapper()
5117 return FAILURE; in do_s2io_add_mc()
5143 return FAILURE; in do_s2io_add_mac()
5168 return FAILURE; in do_s2io_delete_unicast_mc()
5187 return FAILURE; in do_s2io_read_unicast_mc()
5259 return FAILURE; in do_s2io_prog_unicast()
[all …]
A Ds2io.h24 #define FAILURE -1 macro
/linux/drivers/scsi/
A DBusLogic.c53 #ifndef FAILURE
54 #define FAILURE (-1) macro
3134 return FAILURE; in DEF_SCSI_QCMD()
3143 return FAILURE; in DEF_SCSI_QCMD()
3185 return FAILURE;
A DFlashPoint.c26 #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/
A Dlocktorture.rst165 "FAILURE", or "RCU_HOTPLUG" indication to be printk()ed. The first
/linux/Documentation/RCU/
A Dtorture.rst40 last line shows either "SUCCESS" or "FAILURE", based on rcutorture's
152 "FAILURE", or "RCU_HOTPLUG" indication to be printk()ed. The first
A Drcubarrier.rst165 60 rcu_torture_print_module_parms("End of test: FAILURE");
/linux/arch/m68k/ifpsp060/
A Diskeleton.S188 | NOTE: THE ROUTINE SHOULD RETURN AN FSLW VALUE IN D0 ON FAILURE
/linux/drivers/scsi/lpfc/
A Dlpfc_mbox.c2316 int rc = FAILURE; in lpfc_mbx_cmpl_rdp_link_stat()
2365 rdp_context->cmpl(phba, rdp_context, FAILURE); in lpfc_mbx_cmpl_rdp_page_a2()
2415 rdp_context->cmpl(phba, rdp_context, FAILURE); in lpfc_mbx_cmpl_rdp_page_a0()
A Dlpfc_hw.h2086 #define FAILURE 1 macro
/linux/LICENSES/deprecated/
A DGPL-1.0198 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
/linux/LICENSES/dual/
A DCDDL-1.0315 PROFITS, LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR
A DMPL-1.1391 WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
/linux/tools/usb/usbip/
A DCOPYING276 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
/linux/LICENSES/preferred/
A DGPL-2.0295 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
A DLGPL-2.0438 INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF
A DLGPL-2.1456 INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF
/linux/Documentation/scsi/
A DChangeLog.lpfc1064 ret values consistent (either 1/0 or SUCCESS/FAILURE), keep all

Completed in 89 milliseconds

12