Home
last modified time | relevance | path

Searched refs:sanity_checks (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/tools/testing/selftests/vm/
Dthuge-gen.c192 void sanity_checks(void) in sanity_checks() function
230 sanity_checks(); in main()
/linux-4.4.14/tools/vm/
Dslabinfo.c33 int sanity_checks, slab_size, store_user, trace; member
538 s->object_size, s->slabs, onoff(s->sanity_checks), in report()
603 if (s->sanity_checks) in slabcache()
708 if (sanity && !s->sanity_checks) { in slab_debug()
711 if (!sanity && s->sanity_checks) { in slab_debug()
1217 slab->sanity_checks = get_obj("sanity_checks"); in read_slab_dir()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-kernel-slab415 What: /sys/kernel/slab/cache/sanity_checks
421 The sanity_checks file specifies whether expensive checks
423 checks. Caches that enable sanity_checks cannot be merged with
/linux-4.4.14/mm/
Dslub.c4830 SLAB_ATTR(sanity_checks);