Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+/
H A Dtoggle-font.diff25 guint inconsistent : 1;
33 priv->inconsistent = FALSE;
/OK3568_Linux_fs/kernel/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)
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0076-HACK-compositor-Allow-mapping-bufferless-subsurfaces.patch30 * That would lead to inconsistent state, where the window could never
/OK3568_Linux_fs/yocto/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") # …
/OK3568_Linux_fs/buildroot/package/weston/
H A D0075-HACK-compositor-Allow-mapping-bufferless-subsurfaces.patch30 * That would lead to inconsistent state, where the window could never
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/buildroot/package/norm/
H A D0003-Fix-mixed-tabs-spaces-in-protolib-wscript.patch7 TabError: inconsistent use of tabs and spaces in indentation
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/video/
H A Ddisplaymode.txt25 not allow for inconsistent parameters. Unlike the Framebuffer framework
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/openssl/openssl/
H A DCVE-2023-0465.patch30 /* Invalid or inconsistent extensions */
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0085-loader-bsd-Check-for-NULL-arg-up-front.patch10 NULL - that is inconsistent.
/OK3568_Linux_fs/buildroot/package/libffi/
H A D0001-Fix-installation-location-of-libffi.patch26 because this installation location is inconsistent with the
/OK3568_Linux_fs/kernel/fs/fscache/
H A Dcookie.c910 goto inconsistent; in __fscache_check_consistency()
914 goto inconsistent; in __fscache_check_consistency()
940 inconsistent: in __fscache_check_consistency()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/mediactl/
H A Dmedia-request-ioc-queue.rst39 invalid or inconsistent data, see the next section for a list of
/OK3568_Linux_fs/kernel/scripts/coccinelle/null/
H A Dbadzero.cocci120 // This rule may lead to inconsistent path problems, if E is defined in two
/OK3568_Linux_fs/kernel/Documentation/driver-api/md/
H A Draid5-ppl.rst7 may become inconsistent with data on other member disks. If the array is also
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dimx6qdl-sr-som.dtsi60 * some rare issues where the PHY gets stuck in an inconsistent and
/OK3568_Linux_fs/kernel/Documentation/powerpc/
H A Ddawr-power9.rst81 inconsistent view of what's available. Similarly for guests.
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dformat.rst43 inconsistent with the negotiated parameters. A video standard change for
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libtiff/tiff/
H A DCVE-2022-1354.patch6 to avoid having the size of the strip arrays inconsistent with the
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dk10temp.rst94 the sensor may return inconsistent values (erratum 319). The driver

12345