| /linux/drivers/scsi/aic94xx/ |
| H A D | aic94xx_dump.c | 24 #define MD(x) (1 << (x)) macro 34 {"LmMnSCBPTR", 0x20, 16, MD(0)|MD(1)|MD(2)|MD(3)|MD(4) }, 35 {"LmMnDDBPTR", 0x22, 16, MD(0)|MD(1)|MD(2)|MD(3)|MD(4) }, 43 {"LmMnDMAERRS", 0x46, 8, MD(0)|MD(1) }, 44 {"LmMnSGDMAERRS", 0x47, 8, MD(0)|MD(1) }, 45 {"LmMnEXPHDRP", 0x48, 8, MD(0) }, 46 {"LmMnSASAALIGN", 0x48, 8, MD(1) }, 47 {"LmMnMSKHDRP", 0x49, 8, MD(0) }, 48 {"LmMnSTPALIGN", 0x49, 8, MD(1) }, 49 {"LmMnRCVHDRP", 0x4A, 8, MD(0) }, [all …]
|
| /linux/Documentation/driver-api/md/ |
| H A D | raid5-cache.rst | 29 unclean shutdown. We call an array degraded if it has inconsistent data. MD 36 two-step write will guarantee MD can recover correct data after unclean 39 In write-through mode, MD reports IO completion to upper layer (usually 53 write. For non-full-stripe writes, MD must read old data before the new parity 61 In write-back mode, MD reports IO completion to upper layer (usually 66 In write-back mode, MD also caches data in memory. The memory cache includes 85 checksum is an optimization because MD can write meta and data freely without 86 worry about the order. MD superblock has a field pointed to the valid meta data 90 order in which MD writes data to cache disk and RAID disks. Specifically, in 91 write-through mode, MD calculates parity for IO data, writes both IO data and [all …]
|
| H A D | md-cluster.rst | 2 MD Cluster 5 The cluster MD is a shared-device RAID for a cluster, it supports 383 There are somethings which are not supported by cluster MD yet.
|
| /linux/arch/um/scripts/ |
| H A D | Makefile.rules | 12 …c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) -include $(srctree)/include/linux/kern_levels.h -inclu… 19 c_flags = -Wp,-MD,$(depfile) $(call unprofile,$(USER_CFLAGS)) $(CFLAGS_$(basetarget).o)
|
| /linux/arch/sh/kernel/cpu/sh2a/ |
| H A D | entry.S | 46 bld.b #6,@(0,r2) !previus SR.MD 47 bst.b #6,@(4*4,r15) !set cpu mode to SR.MD 50 bset.b #6,@(0,r2) !set SR.MD 212 shlr2 r1 ! clear MD bit 238 ! bit30 = MD (compatible SH3/4)
|
| /linux/arch/arm64/kernel/vdso32/ |
| H A D | Makefile | 147 cmd_vdsocc = $(CC_COMPAT) -Wp,-MD,$(depfile) $(VDSO_CFLAGS) -c -o $@ $< 149 …cmd_vdsocc_gettimeofday = $(CC_COMPAT) -Wp,-MD,$(depfile) $(VDSO_CFLAGS) $(VDSO_CFLAGS_gettimeofda… 151 cmd_vdsoas = $(CC_COMPAT) -Wp,-MD,$(depfile) $(VDSO_AFLAGS) -c -o $@ $<
|
| /linux/drivers/md/ |
| H A D | Kconfig | 6 menuconfig MD config 13 if MD 41 bool "MD RAID bitmap support" 50 This feature can be added to existing MD array or MD array can be 56 bool "MD RAID lockless bitmap support" 81 bool "MD bitmap file support (deprecated)" 87 bitmaps near the MD superblock, and very problematic code that abuses 89 actually sitting on the MD device. 131 an error free MD (multiple device) to the higher levels of the 203 tristate "Cluster Support for MD" [all …]
|
| /linux/net/nsh/ |
| H A D | Kconfig | 8 only MD type 1 and only with the openvswitch module.
|
| /linux/arch/sh/kernel/cpu/sh2/ |
| H A D | entry.S | 56 or r0,r3 ! set MD 289 and r1,r3 ! copy MD bit 291 shll2 r1 ! clear MD bit 352 ! bit30 = MD (compatible SH3/4)
|
| /linux/tools/testing/selftests/vfio/ |
| H A D | Makefile | 17 CFLAGS += -MD
|
| /linux/tools/testing/selftests/liveupdate/ |
| H A D | Makefile | 16 CFLAGS += -MD
|
| /linux/arch/sh/kernel/ |
| H A D | head_32.S | 59 mov.l 1f, r0 ! MD=1, RB=0, BL=0, IMASK=0xF 340 1: .long 0x500080F0 ! MD=1, RB=0, BL=1, FD=1, IMASK=0xF
|
| /linux/drivers/mfd/ |
| H A D | ssbi.c | 42 #define SET_SSBI_MODE2_REG_ADDR_15_8(MD, AD) \ argument 43 (((MD) & 0x0F) | ((((AD) >> 8) << SSBI_MODE2_REG_ADDR_15_8_SHFT) & \
|
| /linux/samples/hid/ |
| H A D | Makefile.target | 50 tprogc_flags = -Wp,-MD,$(depfile) $(_tprogc_flags)
|
| /linux/samples/bpf/ |
| H A D | Makefile.target | 50 tprogc_flags = -Wp,-MD,$(depfile) $(_tprogc_flags)
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | dm-raid.rst | 5 The device-mapper RAID (dm-raid) target provides a bridge from DM to MD. 6 It allows the MD RAID drivers to be accessed using a device-mapper 192 MD personalities supporting such device addition will read the data from 222 1.9.0 supports up to 253 which is enforced by the used MD kernel runtime. 460 1.7.0 Add support for MD RAID0 mappings. 477 1.12.1 Fix for MD deadlock between mddev_suspend() and md_write_start() available 486 1.15.0 Fix size extensions not being synchronized in case of new MD bitmap
|
| /linux/arch/x86/um/ |
| H A D | Makefile | 40 $(obj)/user-offsets.s: c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) \
|
| /linux/drivers/net/wan/ |
| H A D | Makefile | 60 … cmd_m68kas_o_S = $(M68KCC) -D__ASSEMBLY__ -Wp,-MD,$(depfile) -I$(srctree)/include/uapi -c -o $@ $<
|
| /linux/Documentation/translations/zh_CN/block/ |
| H A D | data-integrity.rst | 120 queue_limits_stack_integrity() 来协助完成该操作。目前,DM 和 MD linear、
|
| /linux/tools/build/feature/ |
| H A D | Makefile | 107 __BUILD = $(CC) $(CFLAGS) -MD -Wall -Werror -o $@ $(patsubst %.bin,%.c,$(@F)) $(LDFLAGS) 112 __BUILDXX = $(CXX) $(CXXFLAGS) -MD -Wall -Werror -o $@ $(patsubst %.bin,%.cpp,$(@F)) $(LDFLAGS)
|
| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | tc_flower_cfm.sh | 46 )"$(u8_to_hex $((mdl << 5))):"$( : MD level and Version
|
| /linux/Documentation/admin-guide/ |
| H A D | ldm.rst | 25 Once the LDM driver has divided up the disk, you can use the MD driver to
|
| /linux/drivers/iio/pressure/ |
| H A D | bmp280.h | 371 s16 MD; member
|
| /linux/arch/powerpc/boot/ |
| H A D | Makefile | 224 cmd_bootcc = $(BOOTCC) -Wp,-MD,$(depfile) $(BOOTCPPFLAGS) $(BOOTCFLAGS) -c -o $@ $< 227 cmd_bootas = $(BOOTCC) -Wp,-MD,$(depfile) $(BOOTCPPFLAGS) $(BOOTAFLAGS) -c -o $@ $<
|
| /linux/tools/build/Documentation/ |
| H A D | Build.txt | 154 - Dependency rules generated by 'gcc -Wp,-MD,...'
|