/linux/fs/afs/ |
A D | security.c | 162 if (!permits->invalidated) { in afs_cache_permit() 184 changed |= permits->invalidated; in afs_cache_permit() 255 xpermits->invalidated || in afs_cache_permit() 329 _leave(" = %u [perm %x]", !permits->invalidated, *_access); in afs_check_permit_rcu() 330 return !permits->invalidated; in afs_check_permit_rcu() 369 valid = !permits->invalidated; in afs_check_permit()
|
A D | dir_edit.c | 262 goto invalidated; in afs_edit_dir_add() 350 invalidated: in afs_edit_dir_add() 423 goto invalidated; in afs_edit_dir_remove() 477 invalidated: in afs_edit_dir_remove()
|
A D | internal.h | 705 bool invalidated; /* Invalidated due to key change */ member
|
/linux/net/ipv4/ |
A D | inetpeer.c | 182 int invalidated; in inet_getpeer() local 190 invalidated = read_seqretry(&base->lock, seq); in inet_getpeer() 197 if (!create && !invalidated) in inet_getpeer()
|
/linux/drivers/md/bcache/ |
A D | bcache_ondisk.h | 393 __u32 invalidated; member 441 __u32 invalidated; member
|
A D | super.c | 456 u->first_reg, u->last_reg, u->invalidated); in uuid_io() 492 u1[i].invalidated = u0[i].invalidated; in uuid_read() 839 u->invalidated = cpu_to_le32((u32)ktime_get_real_seconds()); in bcache_device_detach() 1239 u->invalidated = cpu_to_le32((u32)ktime_get_real_seconds()); in bch_cached_dev_attach()
|
/linux/drivers/gpu/drm/radeon/ |
A D | radeon_vm.c | 1092 while (!list_empty(&vm->invalidated)) { in radeon_vm_clear_invalids() 1093 bo_va = list_first_entry(&vm->invalidated, in radeon_vm_clear_invalids() 1160 list_add(&bo_va->vm_status, &bo_va->vm->invalidated); in radeon_vm_bo_invalidate() 1189 INIT_LIST_HEAD(&vm->invalidated); in radeon_vm_init()
|
/linux/Documentation/vm/ |
A D | cleancache.rst | 72 If a get_page is successful on a non-shared pool, the page is invalidated 74 is NOT invalidated on a successful get_page so that it remains accessible to 205 page "invalidated" after a "get"? (Minchan Kim) 268 invalidated the pages when the inode kva was freed, much of the value
|
A D | frontswap.rst | 56 or the store fails AND the page is invalidated. This ensures stale data may
|
/linux/Documentation/admin-guide/mm/ |
A D | zswap.rst | 52 either invalidated or faulted back into memory. In order to force all 135 unchanged in zswap until they are either loaded or invalidated.
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_vm.c | 316 list_move(&vm_bo->vm_status, &vm_bo->vm->invalidated); in amdgpu_vm_bo_invalidated() 1851 list_for_each_entry_safe(bo_va, tmp, &vm->invalidated, base.vm_status) { in amdgpu_vm_get_memory() 2216 while (!list_empty(&vm->invalidated)) { in amdgpu_vm_handle_moved() 2217 bo_va = list_first_entry(&vm->invalidated, struct amdgpu_bo_va, in amdgpu_vm_handle_moved() 2938 INIT_LIST_HEAD(&vm->invalidated); in amdgpu_vm_init() 3519 list_for_each_entry_safe(bo_va, tmp, &vm->invalidated, base.vm_status) { in amdgpu_debugfs_vm_bo_info()
|
A D | amdgpu_vm.h | 270 struct list_head invalidated; member
|
/linux/Documentation/driver-api/ |
A D | slimbus.rst | 86 address assignment is invalidated by the controller.
|
/linux/Documentation/admin-guide/device-mapper/ |
A D | cache.rst | 216 block, then the cache block is invalidated. 309 back. Cache blocks can be invalidated via the invalidate_cblocks
|
/linux/Documentation/core-api/ |
A D | dma-attributes.rst | 57 (usually it means that the cache has been flushed or invalidated
|
A D | cachetlb.rst | 200 are invalidated.
|
/linux/Documentation/arm64/ |
A D | asymmetric-32bit.rst | 100 ``execve(2)`` is invalidated.
|
/linux/mm/ |
A D | migrate.c | 712 bool invalidated = false; in __buffer_migrate_page() local 726 if (invalidated) { in __buffer_migrate_page() 732 invalidated = true; in __buffer_migrate_page()
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-firmware-acpi | 56 status: 1 if the image is valid, 0 if firmware invalidated it.
|
/linux/Documentation/sound/designs/ |
A D | compress-offload.rst | 92 ring buffer cannot be invalidated, except when dropping all buffers.
|
/linux/Documentation/admin-guide/ |
A D | bcache.rst | 123 but all the cached data will be invalidated. If there was dirty data in the 601 was reused and invalidated - i.e. where the pointer was stale after the read
|
/linux/Documentation/x86/ |
A D | sva.rst | 79 the device TLB in sync. For example, when a page-table entry is invalidated,
|
/linux/Documentation/security/keys/ |
A D | core.rst | 54 be invalidated. 824 This function marks a key as being invalidated and then wakes up the 825 garbage collector. The garbage collector immediately removes invalidated 829 Keys that are marked invalidated become invisible to normal key operations 1076 being cleared, a key being revoked, a key being invalidated or a key
|
/linux/Documentation/powerpc/ |
A D | ultravisor.rst | 426 * U_BUSY if page cannot be currently invalidated. 432 corresponding to the given guest physical address has been invalidated
|
/linux/Documentation/virt/kvm/ |
A D | mmu.rst | 442 invalidated. This also needs to hold the MMU lock while walking all
|