Home
last modified time | relevance | path

Searched refs:truncation (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/fs/btrfs/
H A DMakefile14 $(call cc-option, -Wstringop-truncation) \
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsynthetic-events.c360 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 DMakefile52 $(call cc-option, -Wstringop-truncation) \
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsynthetic-events.c431 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 DMakefile739 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 Ddispc.c2802 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 Ddispc.c2828 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 21 milliseconds