Home
last modified time | relevance | path

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

/tools/testing/selftests/vm/
Dthuge-gen.c192 void sanity_checks(void) in sanity_checks() function
230 sanity_checks(); in main()
/tools/vm/
Dslabinfo.c33 unsigned int sanity_checks, slab_size, store_user, trace; member
539 s->object_size, s->slabs, onoff(s->sanity_checks), in report()
604 if (s->sanity_checks) in slabcache()
709 if (sanity && !s->sanity_checks) { in slab_debug()
712 if (!sanity && s->sanity_checks) { in slab_debug()
1218 slab->sanity_checks = get_obj("sanity_checks"); in read_slab_dir()