Home
last modified time | relevance | path

Searched full:revoke (Results 1 – 25 of 68) sorted by relevance

123

/linux/tools/testing/selftests/hid/
H A Dhidraw.c11 #define HIDIOCREVOKE _IOW('H', 0x0D, int) /* Revoke device access */ in FIXTURE()
80 * After initial opening/checks of hidraw, revoke the hidraw in TEST_F()
100 /* call the revoke ioctl */ in TEST_F()
102 ASSERT_OK(err) TH_LOG("couldn't revoke the hidraw fd"); in TEST_F()
118 * Revoke the hidraw node and check that we can not do any ioctl. in TEST_F()
124 /* call the revoke ioctl */ in TEST_F()
126 ASSERT_OK(err) TH_LOG("couldn't revoke the hidraw fd"); in TEST_F()
136 * Setup polling of the fd, and check that revoke works properly. in TEST_F()
164 /* call the revoke ioctl */ in TEST_F()
166 ASSERT_OK(err) TH_LOG("couldn't revoke th in TEST_F()
[all...]
/linux/drivers/infiniband/core/
H A Dumem_dmabuf.c275 * Returns with dma_resv_lock held upon success. The driver must set the revoke
278 * When a revocation occurs, the revoke callback will be called. The driver must
285 * revoke calls, it can use dma_resv_lock.
287 * If successful, then the revoke callback may be called at any time and will
288 * also be called automatically upon ib_umem_release (serialized). The revoke
308 void (*revoke)(void *priv), void *priv) in ib_umem_dmabuf_set_revoke_locked()
312 umem_dmabuf->pinned_revoke = revoke; in ib_umem_dmabuf_set_revoke_locked()
/linux/drivers/dma/idxd/
H A Dirq.c132 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()
[all …]
/linux/rust/kernel/
H A Drevocable.rs40 /// v.revoke();
63 /// v.revoke();
79 // from the wrapped object as well because of `Revocable::revoke`, which can trigger the `Drop`
160 let revoke = self.is_available.swap(false, Ordering::Relaxed); in revoke_internal() localVariable
162 if revoke { in revoke_internal()
173 revoke in revoke_internal()
204 pub fn revoke(&self) -> bool { in revoke() method
H A Ddevres.rs257 inner.data.revoke();
32 revoke: Completion, global() field
/linux/drivers/vfio/pci/
H A Dvfio_pci_dmabuf.c117 * - When move_notify is called it means revoke, not move, vfio_dma_buf_map
361 * completion so the post-revoke state matches the in vfio_pci_dma_buf_move()
362 * post-creation state. An un-revoke followed by a in vfio_pci_dma_buf_move()
365 * delegates its drain back through this revoke in vfio_pci_dma_buf_move()
388 * Drain any active mappings via the revoke path. The move is in vfio_pci_dma_buf_cleanup()
/linux/fs/ceph/
H A Dstrings.c94 case CEPH_CAP_OP_REVOKE: return "revoke"; in ceph_cap_op_name()
113 case CEPH_MDS_LEASE_REVOKE: return "revoke"; in ceph_lease_op_name()
/linux/security/keys/
H A Duser_defined.c29 .revoke = user_revoke,
49 .revoke = user_revoke,
H A Drequest_key_auth.c38 .revoke = request_key_auth_revoke,
H A Dbig_key.c47 .revoke = big_key_revoke,
H A Dkey.c1123 * key_revoke - Revoke a key.
1145 if (key->type->revoke) in key_revoke()
1146 key->type->revoke(key); in key_revoke()
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_context.c631 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/fs/jbd2/
H A DMakefile8 jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
/linux/crypto/asymmetric_keys/
H A Dpkcs7_key_type.c75 .revoke = user_revoke,
/linux/fs/gfs2/
H A Drecovery.c86 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/net/hyperv/
H A Dnetvsc.c190 * to send a revoke msg here in netvsc_revoke_recv_buf()
193 /* Send the revoke receive buffer */ in netvsc_revoke_recv_buf()
222 "revoke receive buffer to netvsp\n"); in netvsc_revoke_recv_buf()
240 * to send a revoke msg here in netvsc_revoke_send_buf()
243 /* Send the revoke receive buffer */ in netvsc_revoke_send_buf()
273 "revoke send buffer to netvsp\n"); in netvsc_revoke_send_buf()
699 * Revoke receive buffer. If host is pre-Win2016 then tear down in netvsc_device_remove()
/linux/drivers/gpu/drm/i915/
H A DKconfig.profile31 On runtime suspend, as we suspend the device, we have to revoke
/linux/arch/x86/kernel/
H A Ditmt.c137 * sched_clear_itmt_support() - Revoke platform's support of ITMT
/linux/include/uapi/linux/
H A Dkeyctl.h43 #define KEYCTL_REVOKE 3 /* revoke a key */
/linux/include/linux/
H A Dkey-type.h120 void (*revoke)(struct key *key); member
/linux/fs/nfs/
H A Dnfs4idmap.c191 .revoke = user_revoke,
413 .revoke = user_revoke,
/linux/drivers/gpu/drm/
H A Ddrm_lease.c313 drm_dbg_lease(master->dev, "revoke leases for %p %d\n", in _drm_lease_revoke()
702 drm_dbg_lease(dev, "revoke lease for %d\n", arg->lessee_id); in drm_mode_revoke_lease_ioctl()
/linux/drivers/nvme/common/
H A Dkeyring.c85 .revoke = user_revoke,
/linux/drivers/net/wireless/ath/ath10k/
H A Dce.h232 * Support clean shutdown by allowing the caller to revoke
/linux/drivers/iommu/iommufd/
H A Dviommu.c209 * pointer. iommufd_device_pre_destroy() will revoke it before the in iommufd_vdevice_alloc_ioctl()

123