| /linux/rust/kernel/ |
| H A D | revocable.rs | 49 /// v.revoke(); 72 /// v.revoke(); 88 // from the wrapped object as well because of `Revocable::revoke`, which can trigger the `Drop` in new() 169 let revoke = self.is_available.xchg(false, Relaxed); in revoke_internal() 171 if revoke { in revoke_internal() 181 revoke 212 pub fn revoke(&self) -> bool { 160 let revoke = self.is_available.swap(false, Ordering::Relaxed); revoke_internal() localVariable 204 pub fn revoke(&self) -> bool { revoke() method
|
| H A D | devres.rs | 271 if inner.data.revoke() { in devres_node_release()
|
| /linux/drivers/dma/idxd/ |
| H A D | irq.c | 132 struct idxd_int_handle_revoke *revoke = in idxd_int_handle_revoke() local 134 struct idxd_device *idxd = revoke->idxd; in idxd_int_handle_revoke() 140 kfree(revoke); in idxd_int_handle_revoke() 219 kfree(revoke); in idxd_int_handle_revoke() 507 struct idxd_int_handle_revoke *revoke; in idxd_misc_thread() local 511 revoke = kzalloc_obj(*revoke, GFP_ATOMIC); in idxd_misc_thread() 512 if (revoke) { in idxd_misc_thread() 513 revoke->idxd = idxd; in idxd_misc_thread() 514 INIT_WORK(&revoke->work, idxd_int_handle_revoke); in idxd_misc_thread() 515 queue_work(idxd->wq, &revoke->work); in idxd_misc_thread()
|
| /linux/fs/ext4/ |
| H A D | ext4_jbd2.h | 256 static inline int ext4_journal_extend(handle_t *handle, int nblocks, int revoke) in ext4_journal_extend() argument 259 return jbd2_journal_extend(handle, nblocks, revoke); in ext4_journal_extend() 264 int revoke) in ext4_journal_restart() argument 267 return jbd2__journal_restart(handle, nblocks, revoke, GFP_NOFS); in ext4_journal_restart()
|
| /linux/security/keys/ |
| H A D | user_defined.c | 29 .revoke = user_revoke, 49 .revoke = user_revoke,
|
| H A D | request_key_auth.c | 38 .revoke = request_key_auth_revoke,
|
| H A D | big_key.c | 47 .revoke = big_key_revoke,
|
| H A D | key.c | 1145 if (key->type->revoke) in key_revoke() 1146 key->type->revoke(key); in key_revoke()
|
| H A D | keyring.c | 90 .revoke = keyring_revoke,
|
| /linux/fs/jbd2/ |
| H A D | Makefile | 8 jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_context.c | 631 if (ce->ops->revoke) in intel_context_ban() 632 ce->ops->revoke(ce, rq, in intel_context_ban() 642 if (ce->ops->revoke) in intel_context_revoke() 643 ce->ops->revoke(ce, NULL, ce->engine->props.preempt_timeout_ms); in intel_context_revoke()
|
| /linux/crypto/asymmetric_keys/ |
| H A D | pkcs7_key_type.c | 75 .revoke = user_revoke,
|
| /linux/include/linux/ |
| H A D | key-type.h | 120 void (*revoke)(struct key *key); member
|
| H A D | jbd2.h | 1392 JBD2_FEATURE_INCOMPAT_FUNCS(revoke, REVOKE)
|
| /linux/fs/gfs2/ |
| H A D | recovery.c | 86 int wrap, a, b, revoke; in gfs2_revoke_check() local 101 revoke = (wrap) ? (a || b) : (a && b); in gfs2_revoke_check() 103 return revoke; in gfs2_revoke_check()
|
| /linux/drivers/nvme/common/ |
| H A D | keyring.c | 85 .revoke = user_revoke,
|
| /linux/net/dns_resolver/ |
| H A D | dns_key.c | 316 .revoke = user_revoke,
|
| /linux/fs/nfs/ |
| H A D | nfs4idmap.c | 191 .revoke = user_revoke, 413 .revoke = user_revoke,
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | Kconfig.profile | 31 On runtime suspend, as we suspend the device, we have to revoke
|
| /linux/arch/s390/kernel/ |
| H A D | cert_store.c | 159 .revoke = user_revoke,
|
| /linux/tools/testing/selftests/iommu/ |
| H A D | iommufd_utils.h | 593 #define test_cmd_revoke_dmabuf(dmabuf_fd, revoke) \ argument 594 ASSERT_EQ(0, _test_cmd_revoke_dmabuf(self->fd, dmabuf_fd, revoke))
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | journal.rst | 556 - Blocks to revoke.
|
| /linux/Documentation/admin-guide/LSM/ |
| H A D | Smack.rst | 305 revoke-subject
|
| /linux/fs/nfsd/ |
| H A D | trace.h | 773 DEFINE_STID_EVENT(revoke);
|
| /linux/Documentation/security/keys/ |
| H A D | core.rst | 1577 * ``void (*revoke)(struct key *key);``
|