Home
last modified time | relevance | path

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

12345

/openbmc/linux/tools/testing/selftests/timers/
H A 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()
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dqemu-img-bitmaps.out119 === Check handling of inconsistent bitmap ===
147 qemu-img: Cannot copy inconsistent bitmap 'b0'
151 qemu-img: warning: Skipping inconsistent bitmap 'b0'
152 qemu-img: warning: Skipping inconsistent bitmap 'b2'
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+/
H A Dtoggle-font.diff25 guint inconsistent : 1;
33 priv->inconsistent = FALSE;
/openbmc/qemu/block/
H A Ddirty-bitmap.c50 bool inconsistent; /* bitmap is persistent, but inconsistent. member
468 info->has_inconsistent = bm->inconsistent; in bdrv_query_dirty_bitmaps()
469 info->inconsistent = bm->inconsistent; in bdrv_query_dirty_bitmaps()
740 bitmap->inconsistent = true; in bdrv_dirty_bitmap_set_inconsistent()
760 return bitmap->inconsistent; in bdrv_dirty_bitmap_inconsistent()
/openbmc/linux/scripts/coccinelle/tests/
H A 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)
/openbmc/linux/include/linux/byteorder/
H A Dbig_endian.h8 #warning inconsistent configuration, needs CONFIG_CPU_BIG_ENDIAN
H A Dlittle_endian.h8 #warning inconsistent configuration, CONFIG_CPU_BIG_ENDIAN is set
/openbmc/webui-vue/docs/.vuepress/styles/
H A Dpalette.styl12 // inconsistent margins between different lists
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A 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
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/
H A D0001-Use-Os-to-compile-tinyxml2.cpp.patch27 …ocv_append_source_files_cxx_compiler_options(filter_srcs "-Wno-inconsistent-missing-override") # …
/openbmc/linux/crypto/asymmetric_keys/
H A Dpkcs7_parser.c93 goto inconsistent; in pkcs7_check_authattrs()
102 goto inconsistent; in pkcs7_check_authattrs()
105 inconsistent: in pkcs7_check_authattrs()
/openbmc/openbmc/poky/meta/recipes-support/nettle/nettle/
H A Dcheck-header-files-of-openssl-only-if-enable_.patch8 config.h even if 'enable_openssl' is not set to yes, this made inconsistent
/openbmc/u-boot/doc/device-tree-bindings/video/
H A Ddisplaymode.txt25 not allow for inconsistent parameters. Unlike the Framebuffer framework
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-modules/
H A D0001-Fix-sched_stat_runtime-changed-in-Linux-6.6.66.patch17 Tracing the absolute vruntime makes less sense, inconsistent:
/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/openssl/
H A D0001-Added-handshake-history-reporting-when-test-fails.patch167 - /* Peers are in inconsistent state. */
251 + /* Peers are in inconsistent state. */
/openbmc/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-request-ioc-queue.rst39 invalid or inconsistent data, see the next section for a list of
/openbmc/u-boot/scripts/coccinelle/null/
H A Dbadzero.cocci122 // This rule may lead to inconsistent path problems, if E is defined in two
/openbmc/linux/scripts/coccinelle/null/
H A Dbadzero.cocci120 // This rule may lead to inconsistent path problems, if E is defined in two
/openbmc/linux/Documentation/driver-api/md/
H A Draid5-ppl.rst7 may become inconsistent with data on other member disks. If the array is also
/openbmc/linux/fs/btrfs/
H A Dsysfs.c2098 bool inconsistent; in qgroup_inconsistent_show() local
2101 inconsistent = (fs_info->qgroup_flags & BTRFS_QGROUP_STATUS_FLAG_INCONSISTENT); in qgroup_inconsistent_show()
2104 return sysfs_emit(buf, "%d\n", inconsistent); in qgroup_inconsistent_show()
2106 BTRFS_ATTR(qgroups, inconsistent, qgroup_inconsistent_show);
2153 BTRFS_ATTR_PTR(qgroups, inconsistent),
/openbmc/linux/Documentation/powerpc/
H A Ddawr-power9.rst89 inconsistent view of what's available. Similarly for guests.
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6qdl-sr-som.dtsi60 * some rare issues where the PHY gets stuck in an inconsistent and
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dformat.rst43 inconsistent with the negotiated parameters. A video standard change for
/openbmc/qemu/docs/interop/
H A Dbitmaps.rst123 - ``inconsistent``: This bitmap is corrupted and cannot be used.
130 The ``+inconsistent`` status similarly prohibits almost all operations,
159 (This is now ``+inconsistent``.)
336 as ``+inconsistent`` if any such writes do happen. Backups made from such
417 - The "inconsistent" bit will not appear when it is false, appearing only when
462 will be marked as ``+inconsistent`` at next load and considered unsafe to use
/openbmc/ipmitool/src/plugins/lanplus/
H A DREADME.lanplus3 inconsistent, and interpretations of the intent of the specification had to

12345