Home
last modified time | relevance | path

Searched full:consistency (Results 1 – 25 of 354) sorted by relevance

12345678910>>...15

/linux/drivers/scsi/
H A Dmyrb.h66 /* 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 Dmyrb.c527 * 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 Dlivepatch.rst50 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 DKconfig16 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 Dskew_consistency.c1 /* ADJ_FREQ Skew consistency test
7 * and forth and watches for consistency problems. Thus this test requires
/linux/security/landlock/
H A Dnet.c103 * 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 DKconfig79 # 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 Dvidioc-reqbufs.rst174 .. 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 DKconfig80 bool "F2FS consistency checking feature"
83 Enables BUG_ONs which check the filesystem consistency in runtime.
/linux/fs/befs/
H A Dsuper.c93 * 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 Dmangle_pstate_invalid_daif_bits.c21 * the sigframe consistency in valid_user_regs() routine. in mangle_invalid_pstate_run()
/linux/include/dt-bindings/reset/
H A Dti-syscon.h24 /* The following are the inverse of the above and are added for consistency */
/linux/fs/nilfs2/
H A DKconfig12 consistency like conventional LFS, it achieves quick recovery after
/linux/drivers/soc/loongson/
H A DKconfig12 function selection for multiplexed signals, consistency of HDA, USB
/linux/tools/memory-model/
H A DREADME2 LINUX KERNEL MEMORY CONSISTENCY MODEL
9 This directory contains the memory consistency model (memory model, for
/linux/fs/ext4/
H A Dxattr.h77 * 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 Dnested.h15 NVMX_VMENTRY_VMFAIL, /* Consistency check VMFail */
16 NVMX_VMENTRY_VMEXIT, /* Consistency check VMExit */
/linux/include/uapi/asm-generic/
H A Dstatfs.h39 * ARM needs to avoid the 32-bit padding at the end, for consistency
/linux/fs/cachefiles/
H A Dxattr.c100 * 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 Dexplanation.txt1 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 Dch9.h26 * [c] for consistency, removing all doubt even when it appears to
/linux/arch/alpha/lib/
H A Dev67-strcat.S16 * Try not to change the actual algorithm if possible for consistency.
/linux/arch/arm64/kernel/
H A Dimage.h61 * endian swapped in head.S, all are done here for consistency.
/linux/fs/ocfs2/
H A DKconfig77 This option will enable expensive consistency checks. Enable
/linux/arch/x86/entry/vdso/
H A Dvdso32-setup.c44 * For consistency, the argument vdso32=[012] affects the 32-bit vDSO

12345678910>>...15