Home
last modified time | relevance | path

Searched refs:GOOD (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/translations/zh_CN/admin-guide/
H A Dbug-bisect.rst71 ``git bisect start [BAD] [GOOD]``
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dbug-bisect.rst74 ``git bisect start [BAD] [GOOD]``
/linux/include/scsi/
H A Dsg.h149 #define GOOD 0x00 macro
/linux/tools/testing/selftests/arm64/signal/
H A DREADME47 and verify if it is indeed GOOD or BAD (depending on what we were
/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_execlists.c681 enum { GOOD = 0, BAD = -EIO } error[2]; in live_error_interrupt() enumerator
683 { { BAD, GOOD } }, in live_error_interrupt()
685 { { BAD, GOOD } }, in live_error_interrupt()
686 { { GOOD, GOOD } }, /* sentinel */ in live_error_interrupt()
712 for (p = phases; p->error[0] != GOOD; p++) { in live_error_interrupt()
/linux/drivers/scsi/
H A Dsg.c521 hp->masked_status == GOOD) ? 0 : EIO; in sg_read()