Searched refs:truncation (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | Makefile | 14 $(call cc-option, -Wstringop-truncation) \
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | synthetic-events.c | 360 bool truncation = false; in perf_event__synthesize_mmap_events() local 411 truncation = true; in perf_event__synthesize_mmap_events() 433 if (truncation) in perf_event__synthesize_mmap_events() 462 if (truncation) in perf_event__synthesize_mmap_events()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | Makefile | 52 $(call cc-option, -Wstringop-truncation) \
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | synthetic-events.c | 431 bool truncation = false; in perf_event__synthesize_mmap_events() local 482 truncation = true; in perf_event__synthesize_mmap_events() 504 if (truncation) in perf_event__synthesize_mmap_events() 536 if (truncation) in perf_event__synthesize_mmap_events()
|
/kernel/linux/linux-5.10/ |
H A D | Makefile | 739 KBUILD_CFLAGS += $(call cc-disable-warning, format-truncation) 965 KBUILD_CFLAGS += $(call cc-disable-warning, stringop-truncation)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/ |
H A D | dispc.c | 2802 bool truncation; in dispc_wb_setup() local 2832 truncation = true; in dispc_wb_setup() 2835 truncation = false; in dispc_wb_setup() 2841 l = FLD_MOD(l, truncation, 10, 10); /* TRUNCATIONENABLE */ in dispc_wb_setup()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/ |
H A D | dispc.c | 2828 bool truncation; in dispc_wb_setup() local 2859 truncation = true; in dispc_wb_setup() 2862 truncation = false; in dispc_wb_setup() 2868 l = FLD_MOD(l, truncation, 10, 10); /* TRUNCATIONENABLE */ in dispc_wb_setup()
|
Completed in 24 milliseconds