Home
last modified time | relevance | path

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

12

/linux/fs/afs/
H A Dsecurity.c162 if (!permits->invalidated) { in afs_cache_permit()
184 changed |= permits->invalidated; in afs_cache_permit()
254 xpermits->invalidated || in afs_cache_permit()
328 _leave(" = %u [perm %x]", !permits->invalidated, *_access); in afs_check_permit_rcu()
329 return !permits->invalidated; in afs_check_permit_rcu()
368 valid = !permits->invalidated; in afs_check_permit()
/linux/fs/xfs/scrub/
H A Dreap.c105 unsigned int invalidated; member
157 if (rs->invalidated) in xreap_dirty()
178 if (rs->invalidated > XREAP_MAX_BINVAL) in xreap_want_roll()
187 rs->invalidated = 0; in xreap_reset()
214 rs->invalidated = 0; in xreap_defer_finish_reset()
300 rs->invalidated++; in xreap_agextent_binval()
307 if (rs->invalidated > XREAP_MAX_BINVAL) { in xreap_agextent_binval()
1052 unsigned int invalidated = 0; in xreap_bmapi_binval() local
1120 invalidated++; in xreap_bmapi_binval()
1127 if (invalidated > XREAP_MAX_BINVAL) { in xreap_bmapi_binval()
/linux/drivers/md/bcache/
H A Dbcache_ondisk.h394 __u32 invalidated; member
442 __u32 invalidated; member
H A Dsuper.c453 u->first_reg, u->last_reg, u->invalidated); in uuid_io()
489 u1[i].invalidated = u0[i].invalidated; in uuid_read()
835 u->invalidated = cpu_to_le32((u32)ktime_get_real_seconds()); in bcache_device_detach()
1233 u->invalidated = cpu_to_le32((u32)ktime_get_real_seconds()); in bch_cached_dev_attach()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_vm.c1090 while (!list_empty(&vm->invalidated)) { in radeon_vm_clear_invalids()
1091 bo_va = list_first_entry(&vm->invalidated, in radeon_vm_clear_invalids()
1158 list_add(&bo_va->vm_status, &bo_va->vm->invalidated); in radeon_vm_bo_invalidate()
1187 INIT_LIST_HEAD(&vm->invalidated); in radeon_vm_init()
/linux/drivers/gpu/drm/xe/
H A Dxe_vm_types.h237 struct list_head invalidated; member
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.c233 list_move(&vm_bo->vm_status, &vm_bo->vm->invalidated); in amdgpu_vm_bo_invalidated()
299 list_splice_init(&vm->done, &vm->invalidated); in amdgpu_vm_bo_reset_state_machine()
300 list_for_each_entry(vm_bo, &vm->invalidated, vm_status) in amdgpu_vm_bo_reset_state_machine()
1586 while (!list_empty(&vm->invalidated)) { in amdgpu_vm_handle_moved()
1587 bo_va = list_first_entry(&vm->invalidated, struct amdgpu_bo_va, in amdgpu_vm_handle_moved()
2533 INIT_LIST_HEAD(&vm->invalidated); in amdgpu_vm_init()
3058 list_for_each_entry_safe(bo_va, tmp, &vm->invalidated, base.vm_status) { in amdgpu_debugfs_vm_bo_info()
H A Damdgpu_vm.h369 struct list_head invalidated; member
/linux/Documentation/gpu/
H A Ddrm-vm-bind-locking.rst429 // invalidated userptr gpu_vmas present, to avoid concurrent userptr
515 *invalidated* userptr gpu_vmas on a separate gpu_vm list and
520 in the mmu notifier, where we add the invalidated gpu_vmas to the
526 If using an invalidated userptr list like this, the retry check in the
527 exec function trivially becomes a check for invalidated list empty.
544 the invalidated userptr list as described in the previous section,
/linux/Documentation/bpf/
H A Dgraph_ds_impl.rst191 To prevent this logic violation all non-owning references are invalidated by the
194 invalidated a non-owning ref, accessing it will not page fault.
H A Dmap_sockmap.rst253 are invalidated and must be performed again, if the helper is used in
/linux/Documentation/driver-api/
H A Dslimbus.rst86 address assignment is invalidated by the controller.
/linux/Documentation/admin-guide/device-mapper/
H A Dcache.rst216 block, then the cache block is invalidated.
309 back. Cache blocks can be invalidated via the invalidate_cblocks
/linux/Documentation/core-api/
H A Ddma-attributes.rst57 (usually it means that the cache has been flushed or invalidated
/linux/mm/
H A Dmigrate.c851 bool invalidated = false; in __buffer_migrate_folio() local
865 if (invalidated) { in __buffer_migrate_folio()
871 invalidated = true; in __buffer_migrate_folio()
/linux/Documentation/filesystems/caching/
H A Dbackend-api.rst201 cache to be read as the cookie has been created or invalidated.
213 * FSCACHE_COOKIE_RETIRED - The cookie was invalidated when it was
H A Dnetfs-api.rst119 be invalidated.
311 To indicate that a cache object should be invalidated, the following should be
/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-acpi56 status: 1 if the image is valid, 0 if firmware invalidated it.
/linux/Documentation/gpu/rfc/
H A Di915_vm_bind.rst122 invalidated vmas (due to eviction and userptr invalidation) etc.
/linux/Documentation/sound/designs/
H A Dcompress-offload.rst92 ring buffer cannot be invalidated, except when dropping all buffers.
/linux/Documentation/admin-guide/
H A Dbcache.rst123 but all the cached data will be invalidated. If there was dirty data in the
598 was reused and invalidated - i.e. where the pointer was stale after the read
/linux/Documentation/security/keys/
H A 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
1076 being cleared, a key being revoked, a key being invalidated or a key
/linux/arch/arm/mm/
H A DKconfig881 history, or branch history is invalidated.
1015 as clean lines are not invalidated as a result of these operations.
/linux/Documentation/arch/powerpc/
H A Dultravisor.rst426 * U_BUSY if page cannot be currently invalidated.
432 corresponding to the given guest physical address has been invalidated
/linux/Documentation/arch/x86/
H A Dsva.rst79 the device TLB in sync. For example, when a page-table entry is invalidated,

12