Home
last modified time | relevance | path

Searched refs:invalidated (Results 1 – 25 of 35) sorted by relevance

12

/Linux-v5.4/fs/afs/
Dsecurity.c162 if (!permits->invalidated) { in afs_cache_permit()
185 changed |= permits->invalidated; in afs_cache_permit()
256 xpermits->invalidated || in afs_cache_permit()
331 _leave(" = %u [perm %x]", !permits->invalidated, *_access); in afs_check_permit_rcu()
332 return !permits->invalidated; in afs_check_permit_rcu()
371 valid = !permits->invalidated; in afs_check_permit()
Ddir_edit.c263 goto invalidated; in afs_edit_dir_add()
353 invalidated: in afs_edit_dir_add()
429 goto invalidated; in afs_edit_dir_remove()
485 invalidated: in afs_edit_dir_remove()
Dinternal.h718 bool invalidated; /* Invalidated due to key change */ member
/Linux-v5.4/net/ipv4/
Dinetpeer.c184 int invalidated; in inet_getpeer() local
192 invalidated = read_seqretry(&base->lock, seq); in inet_getpeer()
199 if (!create && !invalidated) in inet_getpeer()
/Linux-v5.4/include/uapi/linux/
Dbcache.h325 __u32 invalidated; member
373 __u32 invalidated; member
/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_vm.c1093 while (!list_empty(&vm->invalidated)) { in radeon_vm_clear_invalids()
1094 bo_va = list_first_entry(&vm->invalidated, in radeon_vm_clear_invalids()
1162 list_add(&bo_va->vm_status, &bo_va->vm->invalidated); in radeon_vm_bo_invalidate()
1191 INIT_LIST_HEAD(&vm->invalidated); in radeon_vm_init()
/Linux-v5.4/Documentation/vm/
Dcleancache.rst72 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
Dzswap.rst50 either invalidated or faulted back into memory. In order to force all
131 unchanged in zswap until they are either loaded or invalidated.
Dfrontswap.rst56 or the store fails AND the page is invalidated. This ensures stale data may
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vm.h247 struct list_head invalidated; member
Damdgpu_vm.c262 list_move(&vm_bo->vm_status, &vm_bo->vm->invalidated); in amdgpu_vm_bo_invalidated()
1991 while (!list_empty(&vm->invalidated)) { in amdgpu_vm_handle_moved()
1992 bo_va = list_first_entry(&vm->invalidated, struct amdgpu_bo_va, in amdgpu_vm_handle_moved()
2681 INIT_LIST_HEAD(&vm->invalidated); in amdgpu_vm_init()
/Linux-v5.4/Documentation/driver-api/
Dslimbus.rst86 address assignment is invalidated by the controller.
/Linux-v5.4/drivers/md/bcache/
Dsuper.c375 u->first_reg, u->last_reg, u->invalidated); in uuid_io()
411 u1[i].invalidated = u0[i].invalidated; in uuid_read()
728 u->invalidated = cpu_to_le32((u32)ktime_get_real_seconds()); in bcache_device_detach()
1124 u->invalidated = cpu_to_le32((u32)ktime_get_real_seconds()); in bch_cached_dev_attach()
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-firmware-acpi13 status: 1 if the image is valid, 0 if firmware invalidated it.
/Linux-v5.4/Documentation/admin-guide/device-mapper/
Dcache.rst216 block, then the cache block is invalidated.
309 back. Cache blocks can be invalidated via the invalidate_cblocks
/Linux-v5.4/mm/
Dmigrate.c758 bool invalidated = false; in __buffer_migrate_page() local
772 if (invalidated) { in __buffer_migrate_page()
778 invalidated = true; in __buffer_migrate_page()
/Linux-v5.4/Documentation/
DDMA-attributes.txt83 (usually it means that the cache has been flushed or invalidated
/Linux-v5.4/Documentation/powerpc/
Dbootwrapper.rst84 ensure that the cache is invalidated before caching
Dultravisor.rst426 * U_BUSY if page cannot be currently invalidated.
432 corresponding to the given guest physical address has been invalidated
/Linux-v5.4/Documentation/sound/designs/
Dcompress-offload.rst92 ring buffer cannot be invalidated, except when dropping all buffers.
/Linux-v5.4/Documentation/admin-guide/
Dbcache.rst116 but all the cached data will be invalidated. If there was dirty data in the
594 was reused and invalidated - i.e. where the pointer was stale after the read
/Linux-v5.4/Documentation/security/keys/
Dcore.rst54 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
/Linux-v5.4/Documentation/core-api/
Dcachetlb.rst200 are invalidated.
/Linux-v5.4/Documentation/virt/kvm/
Dmmu.txt410 invalidated. This also needs to hold the MMU lock while walking all
/Linux-v5.4/Documentation/filesystems/
Dlocking.rst628 the page may be truncated and/or invalidated, then the filesystem must lock

12