| /linux/drivers/scsi/ |
| H A D | myrb.h | 66 /* Commands Associated with Data Consistency and Errors */ 130 #define MYRB_STATUS_ATTEMPT_TO_RBLD_ONLINE_DRIVE 0x0002 /* Consistency */ 131 #define MYRB_STATUS_RBLD_BADBLOCKS 0x0003 /* Consistency */ 132 #define MYRB_STATUS_RBLD_NEW_DISK_FAILED 0x0004 /* Consistency */ 133 #define MYRB_STATUS_RBLD_OR_CHECK_INPROGRESS 0x0106 /* Consistency */ 134 #define MYRB_STATUS_DEPENDENT_DISK_DEAD 0x0002 /* Consistency */ 135 #define MYRB_STATUS_INCONSISTENT_BLOCKS 0x0003 /* Consistency */ 136 #define MYRB_STATUS_INVALID_OR_NONREDUNDANT_LDRV 0x0105 /* Consistency */ 137 #define MYRB_STATUS_NO_RBLD_OR_CHECK_INPROGRESS 0x0105 /* Consistency */ 138 #define MYRB_STATUS_RBLD_IN_PROGRESS_DATA_VALID 0x0000 /* Consistency */ [all …]
|
| H A D | myrb.c | 527 * Execute a type 3 Command and fetch the rebuild / consistency check 562 "Consistency Check in Progress: %d%% completed\n", in myrb_get_cc_progress() 738 "Consistency Check Completed Successfully\n"); in myrb_hba_enquiry() 748 "Consistency Check Completed with Error\n"); in myrb_hba_enquiry() 752 "Consistency Check Failed - Physical Device Failed\n"); in myrb_hba_enquiry() 756 "Consistency Check Failed - Logical Drive Failed\n"); in myrb_hba_enquiry() 760 "Consistency Check Failed - Other Causes\n"); in myrb_hba_enquiry() 764 "Consistency Check Successfully Terminated\n"); in myrb_hba_enquiry() 2046 "Check Consistency Not Initiated; already in progress\n"); in consistency_check_store() 2067 "Check Consistency Not Cancelled; not in progress\n"); in consistency_check_store() [all …]
|
| /linux/Documentation/livepatch/ |
| H A D | livepatch.rst | 50 3. Consistency model 74 The aim is to define a so-called consistency model. It attempts to define 78 Livepatch has a consistency model which is a hybrid of kGraft and 79 kpatch: it uses kGraft's per-task consistency and syscall barrier 173 3.1 Adding consistency model support to new architectures 176 For adding consistency model support to new architectures, there are a 198 able to use the non-stack-checking parts of the consistency model: 284 see the "Consistency model" section. 329 this process, see the "Consistency model" section. 340 the "Consistency model" section. [all …]
|
| /linux/fs/gfs2/ |
| H A D | Kconfig | 16 filesystem consistency is maintained. One of the nifty features of 17 GFS is perfect consistency -- changes made to the filesystem on one
|
| /linux/tools/testing/selftests/timers/ |
| H A D | skew_consistency.c | 1 /* ADJ_FREQ Skew consistency test 7 * and forth and watches for consistency problems. Thus this test requires
|
| /linux/security/landlock/ |
| H A D | net.c | 103 * error and test consistency thanks to kselftest. in current_check_access_socket() 175 * Checks sa_family consistency to not wrongfully return in current_check_access_socket() 181 * consistency thanks to kselftest. in current_check_access_socket()
|
| /linux/lib/crypto/tests/ |
| H A D | Kconfig | 79 # included, for consistency with the naming used elsewhere (e.g. CRYPTO_SHA256). 90 # included, for consistency with the naming used elsewhere (e.g. CRYPTO_SHA512).
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-reqbufs.rst | 174 .. flat-table:: Memory Consistency Flags 187 guarantee memory consistency by issuing a cache flush/sync when 188 consistency is needed. If this flag is set V4L2 will attempt to
|
| /linux/fs/f2fs/ |
| H A D | Kconfig | 80 bool "F2FS consistency checking feature" 83 Enables BUG_ONs which check the filesystem consistency in runtime.
|
| /linux/fs/befs/ |
| H A D | super.c | 93 * in different ways as a consistency check. in befs_check_sb() 104 * different way, non-fatal consistency check in befs_check_sb()
|
| /linux/tools/testing/selftests/arm64/signal/testcases/ |
| H A D | mangle_pstate_invalid_daif_bits.c | 21 * the sigframe consistency in valid_user_regs() routine. in mangle_invalid_pstate_run()
|
| /linux/include/dt-bindings/reset/ |
| H A D | ti-syscon.h | 24 /* The following are the inverse of the above and are added for consistency */
|
| /linux/fs/nilfs2/ |
| H A D | Kconfig | 12 consistency like conventional LFS, it achieves quick recovery after
|
| /linux/drivers/soc/loongson/ |
| H A D | Kconfig | 12 function selection for multiplexed signals, consistency of HDA, USB
|
| /linux/tools/memory-model/ |
| H A D | README | 2 LINUX KERNEL MEMORY CONSISTENCY MODEL 9 This directory contains the memory consistency model (memory model, for
|
| /linux/fs/ext4/ |
| H A D | xattr.h | 77 * for file system consistency errors, we use a somewhat bigger value. 79 * instead of INT_MAX for certain consistency checks, we don't need to
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | nested.h | 15 NVMX_VMENTRY_VMFAIL, /* Consistency check VMFail */ 16 NVMX_VMENTRY_VMEXIT, /* Consistency check VMExit */
|
| /linux/include/uapi/asm-generic/ |
| H A D | statfs.h | 39 * ARM needs to avoid the 32-bit padding at the end, for consistency
|
| /linux/fs/cachefiles/ |
| H A D | xattr.c | 100 * check the consistency between the backing cache and the FS-Cache cookie 258 * Check the consistency between the backing cache and the volume cookie.
|
| /linux/tools/memory-model/Documentation/ |
| H A D | explanation.txt | 1 Explanation of the Linux-Kernel Memory Consistency Model 24 16. SEQUENTIAL CONSISTENCY PER VARIABLE 41 The Linux-kernel memory consistency model (LKMM) is rather complex and 53 toward beginners; they explain what memory consistency models are and 71 A memory consistency model (or just memory model, for short) is 184 is Sequential Consistency. According to this model, systems behave as 193 For the MP example code shown above, Sequential Consistency predicts 214 Consistency memory model; doing so would rule out too many valuable 222 Consistency. One example is the Store Buffer (SB) pattern, in which 244 Sequential Consistency predicts that the outcome r0 = 0, r1 = 0 is [all …]
|
| /linux/include/linux/usb/ |
| H A D | ch9.h | 26 * [c] for consistency, removing all doubt even when it appears to
|
| /linux/arch/alpha/lib/ |
| H A D | ev67-strcat.S | 16 * Try not to change the actual algorithm if possible for consistency.
|
| /linux/arch/arm64/kernel/ |
| H A D | image.h | 61 * endian swapped in head.S, all are done here for consistency.
|
| /linux/fs/ocfs2/ |
| H A D | Kconfig | 77 This option will enable expensive consistency checks. Enable
|
| /linux/arch/x86/entry/vdso/ |
| H A D | vdso32-setup.c | 44 * For consistency, the argument vdso32=[012] affects the 32-bit vDSO
|