/Linux-v6.6/fs/xfs/scrub/ |
D | reap.c | 97 unsigned int invalidated; member 149 if (rs->invalidated) in xreap_dirty() 170 if (rs->invalidated > XREAP_MAX_BINVAL) in xreap_want_roll() 179 rs->invalidated = 0; in xreap_reset() 206 rs->invalidated = 0; in xreap_defer_finish_reset() 264 rs->invalidated++; in xreap_agextent_binval() 271 if (rs->invalidated > XREAP_MAX_BINVAL) { in xreap_agextent_binval()
|
/Linux-v6.6/fs/afs/ |
D | security.c | 162 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()
|
D | dir_edit.c | 263 goto invalidated; in afs_edit_dir_add() 351 invalidated: in afs_edit_dir_add() 424 goto invalidated; in afs_edit_dir_remove() 478 invalidated: in afs_edit_dir_remove()
|
/Linux-v6.6/net/ipv4/ |
D | inetpeer.c | 186 int invalidated; in inet_getpeer() local 194 invalidated = read_seqretry(&base->lock, seq); in inet_getpeer() 201 if (!create && !invalidated) in inet_getpeer()
|
/Linux-v6.6/drivers/md/bcache/ |
D | bcache_ondisk.h | 394 __u32 invalidated; member 442 __u32 invalidated; member
|
D | super.c | 453 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-v6.6/drivers/gpu/drm/radeon/ |
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-v6.6/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_vm.c | 232 list_move(&vm_bo->vm_status, &vm_bo->vm->invalidated); in amdgpu_vm_bo_invalidated() 282 list_splice_init(&vm->done, &vm->invalidated); in amdgpu_vm_bo_reset_state_machine() 283 list_for_each_entry(vm_bo, &vm->invalidated, vm_status) in amdgpu_vm_bo_reset_state_machine() 1046 list_for_each_entry_safe(bo_va, tmp, &vm->invalidated, base.vm_status) in amdgpu_vm_get_memory() 1400 while (!list_empty(&vm->invalidated)) { in amdgpu_vm_handle_moved() 1401 bo_va = list_first_entry(&vm->invalidated, struct amdgpu_bo_va, in amdgpu_vm_handle_moved() 2141 INIT_LIST_HEAD(&vm->invalidated); in amdgpu_vm_init() 2703 list_for_each_entry_safe(bo_va, tmp, &vm->invalidated, base.vm_status) { in amdgpu_debugfs_vm_bo_info()
|
D | amdgpu_vm.h | 282 struct list_head invalidated; member
|
/Linux-v6.6/Documentation/admin-guide/mm/ |
D | zswap.rst | 44 either invalidated or faulted back into memory. In order to force all 126 stored unchanged in zswap until they are either loaded or invalidated.
|
/Linux-v6.6/Documentation/bpf/ |
D | graph_ds_impl.rst | 191 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.
|
/Linux-v6.6/Documentation/driver-api/ |
D | slimbus.rst | 86 address assignment is invalidated by the controller.
|
/Linux-v6.6/Documentation/core-api/ |
D | dma-attributes.rst | 57 (usually it means that the cache has been flushed or invalidated
|
/Linux-v6.6/Documentation/admin-guide/device-mapper/ |
D | cache.rst | 216 block, then the cache block is invalidated. 309 back. Cache blocks can be invalidated via the invalidate_cblocks
|
/Linux-v6.6/mm/ |
D | migrate.c | 746 bool invalidated = false; in __buffer_migrate_folio() local 760 if (invalidated) { in __buffer_migrate_folio() 766 invalidated = true; in __buffer_migrate_folio()
|
/Linux-v6.6/Documentation/arch/arm64/ |
D | asymmetric-32bit.rst | 100 ``execve(2)`` is invalidated.
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-firmware-acpi | 56 status: 1 if the image is valid, 0 if firmware invalidated it.
|
/Linux-v6.6/Documentation/filesystems/caching/ |
D | backend-api.rst | 201 cache to be read as the cookie has been created or invalidated. 213 * FSCACHE_COOKIE_RETIRED - The cookie was invalidated when it was
|
D | netfs-api.rst | 119 be invalidated. 311 To indicate that a cache object should be invalidated, the following should be
|
/Linux-v6.6/Documentation/sound/designs/ |
D | compress-offload.rst | 92 ring buffer cannot be invalidated, except when dropping all buffers.
|
/Linux-v6.6/Documentation/gpu/rfc/ |
D | i915_vm_bind.rst | 122 invalidated vmas (due to eviction and userptr invalidation) etc.
|
/Linux-v6.6/Documentation/admin-guide/ |
D | bcache.rst | 123 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-v6.6/Documentation/security/keys/ |
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-v6.6/arch/arm/mm/ |
D | Kconfig | 881 history, or branch history is invalidated. 1033 as clean lines are not invalidated as a result of these operations.
|
/Linux-v6.6/Documentation/powerpc/ |
D | ultravisor.rst | 426 * U_BUSY if page cannot be currently invalidated. 432 corresponding to the given guest physical address has been invalidated
|