Home
last modified time | relevance | path

Searched refs:sanity (Results 1 – 25 of 140) sorted by relevance

123456

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/automake/automake/
H A Dperformance.patch15 m4/sanity.m4 | 55 -------------------------------------------------------
18 diff --git a/m4/sanity.m4 b/m4/sanity.m4
20 --- a/m4/sanity.m4
21 +++ b/m4/sanity.m4
/OK3568_Linux_fs/kernel/block/partitions/
H A Dsun.c40 __be32 sanity; /* To verify vtoc sanity */ in sun_partition() member
95 use_vtoc = ((be32_to_cpu(label->vtoc.sanity) == SUN_VTOC_SANITY) && in sun_partition()
106 use_vtoc = use_vtoc || !(label->vtoc.sanity || in sun_partition()
/OK3568_Linux_fs/yocto/poky/scripts/
H A Doe-find-native-sysroot64 touch conf/sanity.conf
66 rm -f conf/sanity.conf
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-test.txt6 perf-test - Runs sanity tests.
15 This command does assorted sanity tests, initially through linked routines but
/OK3568_Linux_fs/kernel/arch/xtensa/
H A DKconfig.debug4 bool "Debug TLB sanity"
7 Enable this to turn on TLB sanity check on each entry to userspace.
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dsign_package_feed.bbclass25 inherit sanity
36 # Check sanity of configuration
/OK3568_Linux_fs/kernel/arch/x86/
H A DKconfig.debug129 This option is useful for checking the sanity of x86 instruction
180 This option enables sanity checks in x86's low-level entry code.
181 Some of these sanity checks may slow down kernel entries and
202 This option enables automated sanity testing of the IMR code.
215 If this option is enabled then there will be extra sanity
/OK3568_Linux_fs/kernel/fs/quota/
H A DKconfig41 bool "Additional quota sanity checks"
46 sanity checks of quota internal structures. If unsure, say N.
/OK3568_Linux_fs/buildroot/package/python-urllib3/
H A DConfig.in7 post support, sanity friendly, and more.
/OK3568_Linux_fs/kernel/drivers/edac/
H A Dedac_pci_sysfs.c489 u32 sanity; in get_pci_parity_status() local
491 pci_read_config_dword(dev, 0, &sanity); in get_pci_parity_status()
493 if (sanity == 0xFFFFFFFF) in get_pci_parity_status()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/
H A Dpython3-urllib3_1.26.9.bb1 SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity frien…
/OK3568_Linux_fs/external/security/rk_tee_user/v2/
H A DREADME.md1 # OP-TEE sanity testsuite
/OK3568_Linux_fs/kernel/drivers/net/can/spi/mcp251xfd/
H A DKconfig14 This option enables additional sanity checks in the driver,
/OK3568_Linux_fs/kernel/lib/
H A Diov_iter.c333 static bool sanity(const struct iov_iter *i) in sanity() function
372 #define sanity(i) true macro
391 if (!sanity(i)) in copy_page_to_iter_pipe()
569 if (!sanity(i)) in copy_pipe_to_iter()
607 if (!sanity(i)) in csum_and_copy_to_pipe_iter()
681 if (!sanity(i)) in copy_mc_pipe_to_iter()
965 if (!sanity(i)) in pipe_zero()
1312 if (!sanity(i)) in pipe_get_pages()
1380 if (!sanity(i)) in pipe_get_pages_alloc()
1613 if (!sanity(i)) in iov_iter_npages()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/
H A D0014-waylandsink-Fix-random-crash.patch6 By adding a sanity check for wl window when exposing.
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0014-waylandsink-Fix-random-crash.patch6 By adding a sanity check for wl window when exposing.
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0014-waylandsink-Fix-random-crash.patch6 By adding a sanity check for wl window when exposing.
/OK3568_Linux_fs/kernel/fs/btrfs/
H A DKconfig72 bool "Btrfs will run sanity tests upon loading"
75 This will run some basic sanity tests on the free space cache
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0082-gl-renderer-Fix-crash-when-painting-views-without-bu.patch7 By adding a sanity check for gb.
H A D0070-desktop-shell-Fix-crash-when-destroying-uncommited-s.patch7 By adding a sanity check for it's wsurface_anim_fade.
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0069-desktop-shell-Fix-crash-when-destroying-uncommited-s.patch7 By adding a sanity check for it's wsurface_anim_fade.
/OK3568_Linux_fs/buildroot/package/weston/
H A D0069-desktop-shell-Fix-crash-when-destroying-uncommited-s.patch7 By adding a sanity check for it's wsurface_anim_fade.
H A D0081-gl-renderer-Fix-crash-when-painting-views-without-bu.patch7 By adding a sanity check for gb.
/OK3568_Linux_fs/kernel/tools/vm/
H A Dslabinfo.c91 int sanity; variable
681 sanity = 1; in debug_opt_scan()
691 if (sanity) in debug_opt_scan()
693 sanity = 1; in debug_opt_scan()
744 if (sanity && !s->sanity_checks) { in slab_debug()
747 if (!sanity && s->sanity_checks) { in slab_debug()
/OK3568_Linux_fs/kernel/tools/testing/selftests/zram/
H A DREADME23 zram.sh: For sanity check of CONFIG_ZRAM and to run zram01 and zram02

123456