/linux/lib/ |
H A D | Kconfig.kcsan | 173 conflicting access is of unknown origin. This type of race is 211 If enabled and a conflicting write is observed via a watchpoint, but 226 notice that data races between two conflicting plain aligned writes 234 additional filtering. Conflicting marked atomic reads and plain 242 accesses, conflicting marked atomic reads and plain writes will not 244 due to two conflicting plain writes will be reported (aligned and
|
/linux/kernel/kcsan/ |
H A D | report.c | 181 * 1. read watchpoint, conflicting write (value_change==TRUE): report; in skip_report() 182 * 2. read watchpoint, conflicting write (value_change==MAYBE): skip; in skip_report() 183 * 3. write watchpoint, conflicting write (value_change==TRUE): report; in skip_report() 184 * 4. write watchpoint, conflicting write (value_change==MAYBE): skip; in skip_report() 185 * 5. write watchpoint, conflicting read (value_change==MAYBE): skip; in skip_report() 186 * 6. write watchpoint, conflicting read (value_change==TRUE): report; in skip_report()
|
H A D | kcsan.h | 56 * due to two conflicting ASSERT type accesses, then both will be
|
/linux/drivers/char/mwave/ |
H A D | smapi.c | 291 "smapi::smapi_set_DSP_cfg Disabling conflicting serial port\n"); in smapi_set_DSP_cfg() 312 "smapi::smapi_set_DSP_cfg Disabling conflicting serial port A\n"); in smapi_set_DSP_cfg() 344 "smapi::smapi_set_DSP_cfg Disabling conflicting serial port B\n"); in smapi_set_DSP_cfg() 365 "smapi::smapi_set_DSP_cfg Disabling conflicting serial port B\n"); in smapi_set_DSP_cfg() 399 "smapi::smapi_set_DSP_cfg Disabling conflicting IR port\n"); in smapi_set_DSP_cfg() 426 "smapi::smapi_set_DSP_cfg Disabling conflicting IR port\n"); in smapi_set_DSP_cfg()
|
/linux/arch/x86/mm/pat/ |
H A D | memtype_interval.c | 25 * physical memory areas. Without proper tracking, conflicting memory 83 pr_info("x86/PAT: %s:%d conflicting memory types %Lx-%Lx %s<->%s\n", in memtype_check_conflict()
|
/linux/include/uapi/linux/ |
H A D | libc-compat.h | 10 * conflict with userspace definitions. If a UAPI header has such conflicting 31 * (d) Back in the UAPI header with the conflicting definitions, guard the
|
/linux/arch/x86/include/asm/ |
H A D | agp.h | 11 * region is mapped uncacheable. Make sure there are no conflicting
|
/linux/drivers/gpu/drm/vgem/ |
H A D | vgem_fence.c | 99 * completion. Note that if a conflicting fence is already on the dma-buf (i.e. 138 /* Check for a conflicting fence */ in vgem_fence_attach_ioctl()
|
/linux/drivers/mfd/ |
H A D | intel-lpss.h | 18 * Some DSDTs have an unused GEXP ACPI device conflicting with I2C4 resources.
|
/linux/Documentation/userspace-api/media/dvb/ |
H A D | dmx-start.rst | 59 - This error code indicates that there are conflicting requests.
|
H A D | dmx-set-pes-filter.rst | 58 - This error code indicates that there are conflicting requests.
|
H A D | dmx-fwrite.rst | 64 - This error code indicates that there are conflicting requests. The
|
/linux/fs/overlayfs/ |
H A D | params.c | 884 pr_err("conflicting options: metacopy=on,redirect_dir=%s\n", in ovl_fs_params_verify() 909 pr_err("conflicting options: nfs_export=on,index=off\n"); in ovl_fs_params_verify() 927 pr_err("conflicting options: nfs_export=on,metacopy=on\n"); in ovl_fs_params_verify() 960 pr_err("conflicting options: userxattr,redirect_dir=%s\n", in ovl_fs_params_verify() 965 pr_err("conflicting options: userxattr,metacopy=on\n"); in ovl_fs_params_verify()
|
H A D | ovl_entry.h | 27 /* Unusable (conflicting) uuid */
|
/linux/lib/lzo/ |
H A D | lzodefs.h | 33 #error "conflicting endian definitions"
|
/linux/drivers/md/dm-vdo/ |
H A D | status-codes.h | 39 /* parameters have conflicting values */
|
H A D | status-codes.c | 23 { "VDO_PARAMETER_MISMATCH", "Parameters have conflicting values" },
|
/linux/Documentation/admin-guide/perf/ |
H A D | qcom_l2_pmu.rst | 20 are specified, the conflicting events cannot be counted at the same time.
|
/linux/drivers/gpio/ |
H A D | gpio-winbond.c | 206 * struct winbond_gpio_port_conflict - possibly conflicting device information 207 * @name: device name (NULL means no conflicting device defined) 527 /* is there a possible conflicting device defined? */ in winbond_gpio_configure_port()
|
/linux/tools/include/nolibc/ |
H A D | crt.h | 42 /* silence potential warning: conflicting types for 'main' */ in _start_c()
|
/linux/drivers/pci/ |
H A D | vgaarb.c | 259 * check if we sit on the same bus as the conflicting device. in __vga_tryget() 271 * return the conflicting entry. in __vga_tryget() 322 * Ok, we got it, everybody conflicting has been disabled, let's in __vga_tryget() 418 * This function will block if some conflicting card is already locking one of 466 * need to attach to the conflicting device. in vga_get() 756 * that is, we come up with conflicting devices and let the arbiter's
|
/linux/drivers/dma-buf/ |
H A D | selftest.c | 146 "%s returned %d, conflicting with selftest's magic values!\n", in run_selftests()
|
/linux/Documentation/devicetree/bindings/pci/ |
H A D | pci-ep.yaml | 119 potentially conflicting domain numbers may be assigned to endpoint
|
/linux/mm/ |
H A D | memremap.c | 184 WARN(1, "Conflicting mapping in same section\n"); in pagemap_range() 191 WARN(1, "Conflicting mapping in same section\n"); in pagemap_range()
|
/linux/drivers/media/usb/hdpvr/ |
H A D | hdpvr-i2c.c | 129 v4l2_warn(&dev->v4l2_dev, "refusing 2-phase i2c xfer with conflicting target addresses\n"); in hdpvr_transfer()
|