Searched refs:inconsistent (Results 1 – 25 of 46) sorted by relevance
12
/linux-5.19.10/tools/testing/selftests/timers/ |
D | inconsistency-check.c | 97 int i, inconsistent; in consistency_test() local 110 inconsistent = -1; in consistency_test() 119 inconsistent = i; in consistency_test() 122 if (inconsistent >= 0) { in consistency_test() 127 if (i == inconsistent) in consistency_test() 131 if (i == inconsistent + 1) in consistency_test() 134 delta = list[inconsistent].tv_sec * NSEC_PER_SEC; in consistency_test() 135 delta += list[inconsistent].tv_nsec; in consistency_test() 136 delta -= list[inconsistent+1].tv_sec * NSEC_PER_SEC; in consistency_test() 137 delta -= list[inconsistent+1].tv_nsec; in consistency_test()
|
/linux-5.19.10/include/linux/byteorder/ |
D | big_endian.h | 8 #warning inconsistent configuration, needs CONFIG_CPU_BIG_ENDIAN
|
D | little_endian.h | 8 #warning inconsistent configuration, CONFIG_CPU_BIG_ENDIAN is set
|
/linux-5.19.10/scripts/coccinelle/tests/ |
D | odd_ptr_err.cocci | 105 msg = "inconsistent IS_ERR and PTR_ERR" 116 msg = "inconsistent IS_ERR and PTR_ERR on line %s." % (j1[0].line)
|
/linux-5.19.10/Documentation/admin-guide/device-mapper/ |
D | dm-log.rst | 7 inconsistent because a RAID stripe is currently being operated on or 9 mirrors, a region would be considered dirty/inconsistent while you
|
D | log-writes.rst | 37 inconsistent file system.
|
/linux-5.19.10/crypto/asymmetric_keys/ |
D | pkcs7_parser.c | 93 goto inconsistent; in pkcs7_check_authattrs() 102 goto inconsistent; in pkcs7_check_authattrs() 105 inconsistent: in pkcs7_check_authattrs()
|
/linux-5.19.10/Documentation/userspace-api/media/mediactl/ |
D | media-request-ioc-queue.rst | 39 invalid or inconsistent data, see the next section for a list of
|
/linux-5.19.10/scripts/coccinelle/null/ |
D | badzero.cocci | 120 // This rule may lead to inconsistent path problems, if E is defined in two
|
/linux-5.19.10/Documentation/driver-api/md/ |
D | raid5-ppl.rst | 7 may become inconsistent with data on other member disks. If the array is also
|
D | raid5-cache.rst | 29 unclean shutdown. We call an array degraded if it has inconsistent data. MD
|
/linux-5.19.10/arch/arm/boot/dts/ |
D | imx6qdl-sr-som.dtsi | 60 * some rare issues where the PHY gets stuck in an inconsistent and
|
/linux-5.19.10/Documentation/powerpc/ |
D | dawr-power9.rst | 89 inconsistent view of what's available. Similarly for guests.
|
/linux-5.19.10/Documentation/userspace-api/media/v4l/ |
D | format.rst | 43 inconsistent with the negotiated parameters. A video standard change for
|
/linux-5.19.10/Documentation/hwmon/ |
D | k10temp.rst | 94 the sensor may return inconsistent values (erratum 319). The driver
|
/linux-5.19.10/drivers/hwtracing/coresight/ |
D | Kconfig | 189 an inconsistent state.
|
/linux-5.19.10/Documentation/hid/ |
D | hidraw.rst | 16 which send and receive data in a way that is inconsistent with their report
|
/linux-5.19.10/Documentation/power/ |
D | energy-model.rst | 34 registered devices have inconsistent scale (based on EM internal flag).
|
/linux-5.19.10/Documentation/admin-guide/ |
D | xfs.rst | 155 be inconsistent when mounted in ``norecovery`` mode. 210 inconsistent namespace presentation during or after a
|
/linux-5.19.10/Documentation/filesystems/ |
D | ext2.rst | 252 making it inconsistent). This is essentially just a flag which says 266 which would leading to inconsistent bitmaps. An old kernel would also
|
/linux-5.19.10/Documentation/driver-api/nvdimm/ |
D | btt.rst | 200 postmap_aba. This has made the layout inconsistent by losing a free entry, and
|
/linux-5.19.10/Documentation/livepatch/ |
D | reliable-stacktrace.rst | 144 state is in an inconsistent state, it may not be possible to reliably unwind,
|
/linux-5.19.10/Documentation/x86/ |
D | sgx.rst | 136 use since the reset, enclave pages may be in an inconsistent state. This might
|
/linux-5.19.10/Documentation/scsi/ |
D | scsi_eh.rst | 398 if STU succeeds leaving lower layers in an inconsistent
|
/linux-5.19.10/Documentation/driver-api/ |
D | device_link.rst | 59 Another example for an inconsistent state would be a device link that
|
12