Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/fs/afs/
H A Dsecurity.c162 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()
H A Ddir_edit.c253 goto invalidated; in afs_edit_dir_add()
343 invalidated: in afs_edit_dir_add()
419 goto invalidated; in afs_edit_dir_remove()
475 invalidated: in afs_edit_dir_remove()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dinetpeer.c193 int invalidated; in inet_getpeer() local
201 invalidated = read_seqretry(&base->lock, seq); in inet_getpeer()
208 if (!create && !invalidated) in inet_getpeer()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbcache.h325 __u32 invalidated; member
373 __u32 invalidated; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbcache.h325 __u32 invalidated; member
373 __u32 invalidated; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbcache.h393 __u32 invalidated; member
441 __u32 invalidated; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A 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()
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dccache.bbclass42 # its hash. Without this the cache would be invalidated every time
H A Dexternalsrc.bbclass141 # invalidated if e.g. MACHINE changes.
/OK3568_Linux_fs/kernel/Documentation/vm/
H A 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
H A Dzswap.rst52 either invalidated or faulted back into memory. In order to force all
135 unchanged in zswap until they are either loaded or invalidated.
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.arm-caches37 - Any buffer that is invalidated(that is, typically the peripheral to
H A DREADME.fdt-overlays110 to be invalidated, so keep copies to avoid reloading.
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.h271 struct list_head invalidated; member
H A Damdgpu_vm.c272 list_move(&vm_bo->vm_status, &vm_bo->vm->invalidated); in amdgpu_vm_bo_invalidated()
2104 while (!list_empty(&vm->invalidated)) { in amdgpu_vm_handle_moved()
2105 bo_va = list_first_entry(&vm->invalidated, struct amdgpu_bo_va, in amdgpu_vm_handle_moved()
2829 INIT_LIST_HEAD(&vm->invalidated); in amdgpu_vm_init()
/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Dsuper.c455 u->first_reg, u->last_reg, u->invalidated); in uuid_io()
491 u1[i].invalidated = u0[i].invalidated; in uuid_read()
838 u->invalidated = cpu_to_le32((u32)ktime_get_real_seconds()); in bcache_device_detach()
1261 u->invalidated = cpu_to_le32((u32)ktime_get_real_seconds()); in bch_cached_dev_attach()
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dslimbus.rst86 address assignment is invalidated by the controller.
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Ddma-attributes.rst57 (usually it means that the cache has been flushed or invalidated
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-firmware-acpi13 status: 1 if the image is valid, 0 if firmware invalidated it.
/OK3568_Linux_fs/kernel/mm/
H A Dmigrate.c763 bool invalidated = false; in __buffer_migrate_page() local
777 if (invalidated) { in __buffer_migrate_page()
783 invalidated = true; in __buffer_migrate_page()
/OK3568_Linux_fs/kernel/Documentation/sound/designs/
H A Dcompress-offload.rst92 ring buffer cannot be invalidated, except when dropping all buffers.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dbcache.rst123 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
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/buildroot/boot/lpc32xxcdl/
H A Dlpc32xxcdl-2.11-delete_redundant_files.patch382 -static UNS_8 inval_msg[] = " invalidated";

12