Searched refs:sanity_checks (Results 1 – 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
D | thuge-gen.c | 195 void sanity_checks(void) in sanity_checks() function 233 sanity_checks(); in main()
|
/kernel/linux/linux-5.10/tools/vm/ |
D | slabinfo.c | 34 unsigned int sanity_checks, slab_size, store_user, trace; member 549 s->object_size, s->slabs, onoff(s->sanity_checks), in report() 617 if (s->sanity_checks) in slabcache() 722 if (sanity && !s->sanity_checks) { in slab_debug() 725 if (!sanity && s->sanity_checks) { in slab_debug() 1245 slab->sanity_checks = get_obj("sanity_checks"); in read_slab_dir()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_hw_sequencer.c | 1073 if (dc->debug.sanity_checks) in dcn10_plane_atomic_disconnect() 1717 if (dc->debug.sanity_checks) in dcn10_pipe_control_lock() 1725 if (dc->debug.sanity_checks) in dcn10_pipe_control_lock() 2124 if (dc->debug.sanity_checks) { in dcn10_enable_plane() 2181 if (dc->debug.sanity_checks) { in dcn10_enable_plane() 2437 if (dc->debug.sanity_checks) in dcn10_update_mpcc() 3069 if (dc->debug.sanity_checks) in dcn10_prepare_bandwidth() 3091 if (dc->debug.sanity_checks) in dcn10_prepare_bandwidth() 3102 if (dc->debug.sanity_checks) in dcn10_optimize_bandwidth() 3125 if (dc->debug.sanity_checks) in dcn10_optimize_bandwidth() [all …]
|
D | dcn10_resource.c | 596 .sanity_checks = true,
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-kernel-slab | 418 What: /sys/kernel/slab/cache/sanity_checks 424 The sanity_checks file specifies whether expensive checks 426 checks. Caches that enable sanity_checks cannot be merged with
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/ |
D | dc.h | 417 bool sanity_checks; member
|
/kernel/linux/linux-5.10/Documentation/vm/ |
D | slub.rst | 112 F sanity_checks
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn21/ |
D | dcn21_resource.c | 880 .sanity_checks = true,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_hwseq.c | 2326 if (dc->debug.sanity_checks) in dcn20_update_mpcc()
|
D | dcn20_resource.c | 1076 .sanity_checks = false,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_resource.c | 849 .sanity_checks = false,
|
/kernel/linux/linux-5.10/mm/ |
D | slub.c | 5223 SLAB_ATTR_RO(sanity_checks);
|