Home
last modified time | relevance | path

Searched refs:inconsistent (Results 1 – 25 of 41) sorted by relevance

12

/Linux-v5.10/tools/testing/selftests/timers/
Dinconsistency-check.c97 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-v5.10/include/linux/byteorder/
Dbig_endian.h8 #warning inconsistent configuration, needs CONFIG_CPU_BIG_ENDIAN
Dlittle_endian.h8 #warning inconsistent configuration, CONFIG_CPU_BIG_ENDIAN is set
/Linux-v5.10/scripts/coccinelle/tests/
Dodd_ptr_err.cocci105 msg = "inconsistent IS_ERR and PTR_ERR"
116 msg = "inconsistent IS_ERR and PTR_ERR on line %s." % (j1[0].line)
/Linux-v5.10/Documentation/admin-guide/device-mapper/
Ddm-log.rst7 inconsistent because a RAID stripe is currently being operated on or
9 mirrors, a region would be considered dirty/inconsistent while you
Dlog-writes.rst37 inconsistent file system.
/Linux-v5.10/crypto/asymmetric_keys/
Dpkcs7_parser.c93 goto inconsistent; in pkcs7_check_authattrs()
102 goto inconsistent; in pkcs7_check_authattrs()
105 inconsistent: in pkcs7_check_authattrs()
/Linux-v5.10/fs/fscache/
Dcookie.c922 goto inconsistent; in __fscache_check_consistency()
926 goto inconsistent; in __fscache_check_consistency()
952 inconsistent: in __fscache_check_consistency()
/Linux-v5.10/Documentation/userspace-api/media/mediactl/
Dmedia-request-ioc-queue.rst39 invalid or inconsistent data, see the next section for a list of
/Linux-v5.10/scripts/coccinelle/null/
Dbadzero.cocci120 // This rule may lead to inconsistent path problems, if E is defined in two
/Linux-v5.10/Documentation/driver-api/md/
Draid5-ppl.rst7 may become inconsistent with data on other member disks. If the array is also
Draid5-cache.rst29 unclean shutdown. We call an array degraded if it has inconsistent data. MD
/Linux-v5.10/Documentation/powerpc/
Ddawr-power9.rst81 inconsistent view of what's available. Similarly for guests.
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dformat.rst43 inconsistent with the negotiated parameters. A video standard change for
Dvidioc-g-ext-ctrls.rst268 inconsistent state due to easy-to-avoid problems. But it leads to
/Linux-v5.10/Documentation/hwmon/
Dk10temp.rst94 the sensor may return inconsistent values (erratum 319). The driver
/Linux-v5.10/Documentation/hid/
Dhidraw.rst16 which send and receive data in a way that is inconsistent with their report
/Linux-v5.10/drivers/hwtracing/coresight/
DKconfig167 an inconsistent state.
/Linux-v5.10/Documentation/admin-guide/
Dxfs.rst155 be inconsistent when mounted in ``norecovery`` mode.
210 inconsistent namespace presentation during or after a
/Linux-v5.10/Documentation/filesystems/
Dext2.rst251 making it inconsistent). This is essentially just a flag which says
265 which would leading to inconsistent bitmaps. An old kernel would also
/Linux-v5.10/Documentation/driver-api/nvdimm/
Dbtt.rst200 postmap_aba. This has made the layout inconsistent by losing a free entry, and
/Linux-v5.10/tools/objtool/Documentation/
Dstack-validation.txt258 The instruction's frame pointer state is inconsistent, depending on
/Linux-v5.10/Documentation/driver-api/
Ddevice_link.rst59 Another example for an inconsistent state would be a device link that
/Linux-v5.10/Documentation/scsi/
Dscsi_eh.rst399 if STU succeeds leaving lower layers in an inconsistent
/Linux-v5.10/Documentation/RCU/
Drcu_dereference.rst197 see stale and/or inconsistent values. If RCU readers need fresh or

12