| /linux/tools/testing/selftests/hid/ |
| H A D | hidraw.c | 11 #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/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() [all …]
|
| /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
|
| /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() 307 * has space for at least ext4_trans_default_revoke_credits(sb) revoke records
|
| H A D | ext4_jbd2.c | 267 * The ext4 forget function must perform a revoke if we are freeing data 303 /* Never use the revoke function if we are doing full data in __ext4_forget() 305 * support it. Otherwise, only skip the revoke on un-journaled in __ext4_forget() 330 "error %d when attempting revoke", err); in __ext4_forget()
|
| /linux/include/linux/ |
| H A D | jbd2.h | 198 /* Tail of descriptor or revoke block, for checksumming */ 204 * The revoke descriptor: used on disk to describe a series of blocks to 478 * journal. These are dirty buffers and revoke descriptor blocks. 479 * @h_revoke_credits: Number of remaining revoke records available for handle 688 * Number of revoke records for this transaction added by already 1098 * Number of revoke records that fit in one descriptor block. 1122 * @j_revoke_lock: Protect the revoke table. 1129 * The revoke table - maintains the list of revoked blocks in the 1135 * @j_revoke_table: Alternate revoke tables for j_revoke. 1392 JBD2_FEATURE_INCOMPAT_FUNCS(revoke, REVOKE) [all …]
|
| H A D | key-type.h | 120 void (*revoke)(struct key *key); member
|
| /linux/fs/ceph/ |
| H A D | strings.c | 94 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 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,
|
| /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/tools/sched_ext/ |
| H A D | scx_qmap.h | 169 struct qmap_cmask rr_cids; /* the shared pool, as a mask for grant/revoke */ 172 struct qmap_cmask to_revoke_cids; /* delta cids to revoke */
|
| /linux/crypto/asymmetric_keys/ |
| H A D | pkcs7_key_type.c | 75 .revoke = user_revoke,
|
| /linux/Documentation/netlink/specs/ |
| H A D | nfsd.yaml | 583 doc: revoke NFS state under a filesystem path 593 Revoke NFSv4 state acquired through exports of a given path.
|
| /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/gpu/drm/i915/ |
| H A D | Kconfig.profile | 31 On runtime suspend, as we suspend the device, we have to revoke
|
| /linux/arch/x86/kernel/ |
| H A D | itmt.c | 133 * sched_clear_itmt_support() - Revoke platform's support of ITMT
|
| /linux/include/uapi/linux/ |
| H A D | keyctl.h | 43 #define KEYCTL_REVOKE 3 /* revoke a key */
|
| /linux/fs/nfsd/ |
| H A D | netns.h | 244 /* last time an admin-revoke happened for NFSv4.0 */
|
| /linux/drivers/nvme/common/ |
| H A D | keyring.c | 85 .revoke = user_revoke,
|
| /linux/fs/nfs/ |
| H A D | nfs4idmap.c | 191 .revoke = user_revoke, 413 .revoke = user_revoke,
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_lease.c | 313 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/kernel/sched/ext/ |
| H A D | internal.h | 805 * Invoked after grant or revoke modifies caps on a shard. There can be 1468 * 2. High-frequency updates. Grant/revoke can mutate caps in bursts, and the 1471 * 3. Recursive grant/revoke from the callback. A child receiving a 1472 * notification can call grant/revoke on its own children, which can 1482 * (3) leads to deferred delivery. Events accumulate during grant/revoke and are 1768 /* internal: kernel-issued on cap revoke, not accepted from BPF */
|