| /linux/rust/kernel/ |
| H A D | revocable.rs | 5 //! The [`Revocable`] type wraps other types and allows access to them to be revoked. The existence 29 /// Once access is revoked and all concurrent users complete (i.e., all existing instances of 103 /// Returns `None` if the object has been revoked and is therefore no longer accessible. in try_access() 121 /// Returns `None` if the object has been revoked and is therefore no longer accessible. in try_access_with_guard() 144 /// Returns [`None`] if the object has been revoked and is therefore no longer accessible, or 157 /// The caller must ensure this [`Revocable`] instance hasn't been revoked and won't be revoked 186 /// Access to the object is revoked immediately to new callers of [`Revocable::try_access`], 189 /// Returns `true` if `&self` has been revoked with this call, `false` if it was revoked in revoke_nosync() [all...] |
| H A D | devres.rs | 204 /// (revoked)[`Revocable`] once the device is detached. 343 // proves that `self.data` hasn't been revoked and is guaranteed to not be revoked as long in access() 377 // We revoked `self.data` before devres did, hence try to remove it. in drop()
|
| /linux/drivers/gpu/drm/display/ |
| H A D | drm_hdcp_helper.c | 65 DRM_DEBUG("vrl: %d, Revoked KSVs: %d\n", vrl_idx++, in drm_hdcp_get_revoked_ksvs() 124 DRM_DEBUG("Revoked KSV count is 0\n"); in drm_hdcp_parse_hdcp1_srm() 187 DRM_DEBUG("Revoked KSV count is 0\n"); in drm_hdcp_parse_hdcp2_srm() 200 DRM_DEBUG("Revoked KSVs: %d\n", ksv_count); in drm_hdcp_parse_hdcp2_srm() 259 * drm_hdcp_check_ksvs_revoked - Check the revoked status of the IDs 266 * from userspace as a firmware and parses it for the revoked HDCP 267 * KSVs(Receiver IDs) detected by DCP LLC. Once the revoked KSVs are known, 268 * revoked state of the KSVs in the list passed in by display drivers are 281 * Count of the revoked KSVs or -ve error number in case of the failure. 301 DRM_DEBUG("Revoked KSV is "); in drm_hdcp_check_ksvs_revoked()
|
| /linux/drivers/infiniband/core/ |
| H A D | uverbs_std_types_dmabuf.c | 33 if (priv->revoked) in uverbs_dmabuf_map() 169 if (!uverbs_dmabuf->revoked) { in uverbs_dmabuf_fd_destroy_uobj() 170 uverbs_dmabuf->revoked = true; in uverbs_dmabuf_fd_destroy_uobj()
|
| /linux/drivers/vfio/pci/ |
| H A D | vfio_pci_priv.h | 131 void vfio_pci_dma_buf_move(struct vfio_pci_core_device *vdev, bool revoked); 144 bool revoked) in vfio_pci_dma_buf_move() argument
|
| /linux/drivers/input/ |
| H A D | evdev.c | 51 bool revoked; member 256 if (client->revoked) in evdev_pass_values() 439 if (evdev->exist && !client->revoked) in evdev_release() 520 if (!evdev->exist || client->revoked) { in evdev_write() 574 if (!evdev->exist || client->revoked) in evdev_read() 603 !evdev->exist || client->revoked); in evdev_read() 621 if (evdev->exist && !client->revoked) in evdev_poll() 949 client->revoked = true; in evdev_revoke() 1270 if (!evdev->exist || client->revoked) { in evdev_ioctl_handler()
|
| /linux/include/linux/ |
| H A D | hidraw.h | 35 bool revoked; member
|
| H A D | jbd2.h | 205 * be revoked from the log 307 BH_Revoked, /* Has been revoked from the log */ 308 BH_RevokeValid, /* Revoked flag is valid */ 320 BUFFER_FNS(Revoked, revoked) in BUFFER_FNS() 321 TAS_BUFFER_FNS(Revoked, revoked) in BUFFER_FNS() 1129 * The revoke table - maintains the list of revoked blocks in the
|
| /linux/security/keys/ |
| H A D | keyring.c | 591 /* skip invalidated, revoked and expired keys */ in keyring_search_iterator() 897 * successful; -EAGAIN if no matching keys were found, or if expired or revoked 1097 * successful and returns NULL if not found. Revoked and invalidated keys are 1139 * Only keyrings that have nonzero refcount, are not revoked, and are owned by a 1158 * grants Search permission and that hasn't been revoked in find_keyring_by_name() 1433 * -EKEYREVOKED if the keyring has been revoked, -ENFILE if the keyring is 1586 * -EKEYREVOKED if either keyring has been revoked, -ENFILE if the second 1680 * Dispose of the links from a revoked keyring.
|
| H A D | permission.c | 100 * the key has been revoked or -EKEYEXPIRED if the key has expired.
|
| H A D | request_key.c | 56 * if an error is indicated. The authorisation key will be revoked 566 * or -EKEYEXPIRED if an inaccessible, negative, revoked or expired key was 674 * revoked or expired.
|
| H A D | user_defined.c | 125 * dispose of the links from a revoked keyring
|
| /linux/Documentation/userspace-api/ |
| H A D | rseq.rst | 195 critical section, then this indicates that a grant was revoked and no 219 granted timeslice extension, the grant is also revoked and the CPU is
|
| /linux/Documentation/netlink/specs/ |
| H A D | nfsd.yaml | 327 Export path whose NFSv4 state should be revoked. 329 through any export of this path is revoked, regardless
|
| /linux/Documentation/security/keys/ |
| H A D | core.rst | 100 * Revoked. A key is put in this state by userspace action. It can't be 305 R Revoked 753 timeout. Timeouts may not be set with this function on negative, revoked 771 likewise if the authority has been revoked because the target key is 1076 being cleared, a key being revoked, a key being invalidated or a key 1299 revoked. Should the key be invalid, error EKEYEXPIRED or EKEYREVOKED will 1580 data upon a key being revoked. The caller will have the key semaphore 1651 will be revoked. If an error is indicated, the key under construction 1846 Similarly, revoked and expired keys will be garbage collected, but only after a
|
| /linux/include/uapi/linux/ |
| H A D | watch_queue.h | 88 NOTIFY_KEY_REVOKED = 5, /* Key was revoked */
|
| /linux/fs/ext4/ |
| H A D | ext4_jbd2.c | 269 * revoked in all cases. 273 * still needs to be revoked.
|
| /linux/Documentation/sunrpc/xdr/ |
| H A D | nfs4_1.x | 131 NFS4ERR_ADMIN_REVOKED = 10047,/* lockowner state revoked */ 174 NFS4ERR_DELEG_REVOKED = 10087, /* deleg./layout revoked */
|
| /linux/fs/nfsd/ |
| H A D | state.h | 262 * alloc'd, put when it's returned or revoked) 273 * revoked delegations (v4.1+). 529 struct list_head cl_revoked; /* unacknowledged, revoked 4.1 state */ 544 atomic_t cl_admin_revoked; /* count of admin-revoked states */
|
| /linux/include/drm/ |
| H A D | drm_auth.h | 119 * removed all together when the lease is revoked.
|
| /linux/arch/x86/kernel/ |
| H A D | itmt.c | 136 * revoked the platform's support of ITMT feature.
|
| /linux/samples/watch_queue/ |
| H A D | watch_test.c | 49 [NOTIFY_KEY_REVOKED] = "revoked",
|
| /linux/tools/arch/alpha/include/uapi/asm/ |
| H A D | errno.h | 119 #define EKEYREVOKED 134 /* Key has been revoked */
|
| /linux/tools/arch/sparc/include/uapi/asm/ |
| H A D | errno.h | 109 #define EKEYREVOKED 130 /* Key has been revoked */
|
| /linux/tools/include/uapi/asm-generic/ |
| H A D | errno.h | 114 #define EKEYREVOKED 128 /* Key has been revoked */
|