Symbol: VM_FAULT_COMPLETED
arch/alpha/mm/fault.c
154
if (fault & VM_FAULT_COMPLETED)
arch/arc/mm/fault.c
145
if (fault & VM_FAULT_COMPLETED)
arch/arm/mm/fault.c
364
if (!(fault & (VM_FAULT_RETRY | VM_FAULT_COMPLETED)))
arch/arm/mm/fault.c
415
if (fault & VM_FAULT_COMPLETED)
arch/arm64/mm/fault.c
658
if (!(fault & (VM_FAULT_RETRY | VM_FAULT_COMPLETED)))
arch/arm64/mm/fault.c
710
if (fault & VM_FAULT_COMPLETED)
arch/csky/mm/fault.c
277
if (fault & VM_FAULT_COMPLETED)
arch/hexagon/mm/vm_fault.c
93
if (fault & VM_FAULT_COMPLETED)
arch/loongarch/mm/fault.c
250
if (!(fault & (VM_FAULT_RETRY | VM_FAULT_COMPLETED)))
arch/loongarch/mm/fault.c
318
if (fault & VM_FAULT_COMPLETED)
arch/m68k/mm/fault.c
151
if (fault & VM_FAULT_COMPLETED)
arch/microblaze/mm/fault.c
230
if (fault & VM_FAULT_COMPLETED)
arch/mips/mm/fault.c
159
if (fault & VM_FAULT_COMPLETED)
arch/nios2/mm/fault.c
133
if (fault & VM_FAULT_COMPLETED)
arch/openrisc/mm/fault.c
175
if (fault & VM_FAULT_COMPLETED)
arch/parisc/mm/fault.c
329
if (fault & VM_FAULT_COMPLETED)
arch/powerpc/mm/copro_fault.c
60
if (*flt & VM_FAULT_COMPLETED)
arch/powerpc/mm/fault.c
506
if (!(fault & (VM_FAULT_RETRY | VM_FAULT_COMPLETED)))
arch/powerpc/mm/fault.c
556
if (fault & VM_FAULT_COMPLETED)
arch/riscv/mm/fault.c
363
if (!(fault & (VM_FAULT_RETRY | VM_FAULT_COMPLETED)))
arch/riscv/mm/fault.c
420
if (fault & VM_FAULT_COMPLETED)
arch/s390/mm/fault.c
306
if (!(fault & (VM_FAULT_RETRY | VM_FAULT_COMPLETED)))
arch/s390/mm/fault.c
335
if (fault & VM_FAULT_COMPLETED)
arch/sh/mm/fault.c
476
if (fault & VM_FAULT_COMPLETED)
arch/sparc/mm/fault_32.c
188
if (fault & VM_FAULT_COMPLETED)
arch/sparc/mm/fault_64.c
440
if (fault & VM_FAULT_COMPLETED)
arch/um/kernel/trap.c
186
if (fault & VM_FAULT_COMPLETED)
arch/x86/mm/fault.c
1335
if (!(fault & (VM_FAULT_RETRY | VM_FAULT_COMPLETED)))
arch/x86/mm/fault.c
1400
if (fault & VM_FAULT_COMPLETED)
arch/xtensa/mm/fault.c
168
if (fault & VM_FAULT_COMPLETED)
include/linux/mm_types.h
1656
{ VM_FAULT_COMPLETED, "COMPLETED" }
mm/gup.c
1128
if (ret & VM_FAULT_COMPLETED) {
mm/gup.c
1590
if (ret & VM_FAULT_COMPLETED) {
mm/memory.c
3649
return VM_FAULT_COMPLETED;