Home
last modified time | relevance | path

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

/tools/testing/selftests/vm/
Dthuge-gen.c195 void sanity_checks(void) in sanity_checks() function
233 sanity_checks(); in main()
/tools/vm/
Dslabinfo.c34 unsigned int sanity_checks, slab_size, store_user, trace; member
571 s->object_size, s->slabs, onoff(s->sanity_checks), in report()
639 if (s->sanity_checks) in slabcache()
744 if (sanity && !s->sanity_checks) { in slab_debug()
747 if (!sanity && s->sanity_checks) { in slab_debug()
1267 slab->sanity_checks = get_obj("sanity_checks"); in read_slab_dir()