Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/vm/
Dthuge-gen.c195 void sanity_checks(void) in sanity_checks() function
233 sanity_checks(); in main()
/Linux-v4.19/tools/vm/
Dslabinfo.c34 unsigned int sanity_checks, slab_size, store_user, trace; member
542 s->object_size, s->slabs, onoff(s->sanity_checks), in report()
610 if (s->sanity_checks) in slabcache()
715 if (sanity && !s->sanity_checks) { in slab_debug()
718 if (!sanity && s->sanity_checks) { in slab_debug()
1224 slab->sanity_checks = get_obj("sanity_checks"); in read_slab_dir()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c880 if (dc->debug.sanity_checks) in hwss1_plane_atomic_disconnect()
1274 if (dc->debug.sanity_checks) in dcn10_pipe_control_lock()
1282 if (dc->debug.sanity_checks) in dcn10_pipe_control_lock()
1590 if (dc->debug.sanity_checks) { in dcn10_enable_plane()
1647 if (dc->debug.sanity_checks) { in dcn10_enable_plane()
1965 if (dc->debug.sanity_checks) in dcn10_update_mpcc()
2362 if (dc->debug.sanity_checks) in dcn10_set_bandwidth()
2382 if (dc->debug.sanity_checks) in dcn10_set_bandwidth()
2509 if (dc->debug.sanity_checks) { in dcn10_wait_for_mpcc_disconnect()
2529 if (dc->debug.sanity_checks) { in dcn10_wait_for_mpcc_disconnect()
Ddcn10_resource.c506 .sanity_checks = true,
/Linux-v4.19/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-v4.19/drivers/gpu/drm/amd/display/dc/
Ddc.h215 bool sanity_checks; member
/Linux-v4.19/mm/
Dslub.c5106 SLAB_ATTR(sanity_checks);