Searched refs:sanity_checks (Results 1 – 4 of 4) sorted by relevance
192 void sanity_checks(void) in sanity_checks() function230 sanity_checks(); in main()
33 int sanity_checks, slab_size, store_user, trace; member538 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()
415 What: /sys/kernel/slab/cache/sanity_checks421 The sanity_checks file specifies whether expensive checks423 checks. Caches that enable sanity_checks cannot be merged with
4830 SLAB_ATTR(sanity_checks);