Home
last modified time | relevance | path

Searched refs:permits (Results 1 – 25 of 70) sorted by relevance

123

/Linux-v5.10/fs/afs/
Dsecurity.c82 struct afs_permits *permits = in afs_permits_rcu() local
86 for (i = 0; i < permits->nr_permits; i++) in afs_permits_rcu()
87 key_put(permits->permits[i].key); in afs_permits_rcu()
88 kfree(permits); in afs_permits_rcu()
94 void afs_put_permits(struct afs_permits *permits) in afs_put_permits() argument
96 if (permits && refcount_dec_and_test(&permits->usage)) { in afs_put_permits()
98 hash_del_rcu(&permits->hash_node); in afs_put_permits()
100 call_rcu(&permits->rcu, afs_permits_rcu); in afs_put_permits()
109 struct afs_permits *permits; in afs_clear_permits() local
112 permits = rcu_dereference_protected(vnode->permit_cache, in afs_clear_permits()
[all …]
/Linux-v5.10/fs/cachefiles/
DKconfig7 This permits use of a mounted filesystem as a cache for other
18 This permits debugging to be dynamically enabled in the filesystem
/Linux-v5.10/fs/romfs/
DKconfig33 This permits ROMFS to use block devices buffered through the page
43 This permits ROMFS to use MTD based devices directly, without the
/Linux-v5.10/drivers/infiniband/ulp/rtrs/
Drtrs-clt.h168 void *permits; member
199 return (struct rtrs_permit *)(clt->permits + permit_size(clt) * idx); in get_permit()
/Linux-v5.10/drivers/mtd/lpddr/
DKconfig18 Window QINFO interface, permits software to be used for entire
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dquerycap.rst11 the same type have different capabilities and this specification permits
Drw.rst23 setup to exchange data. It permits command line stunts like this (the
/Linux-v5.10/Documentation/input/
Dnotifier.rst22 That permits one to inspect the resulting LEDs for instance.
/Linux-v5.10/Documentation/hwmon/
Dk8temp.rst21 This driver permits reading temperature sensor(s) embedded inside AMD K8
Dfam15h_power.rst32 This driver permits reading of registers providing power information
Dcoretemp.rst29 This driver permits reading the DTS (Digital Temperature Sensor) embedded
/Linux-v5.10/fs/fscache/
DKconfig51 This permits debugging to be dynamically enabled in the local caching
/Linux-v5.10/Documentation/vm/
Dhighmem.rst59 * kmap(). This permits a short duration mapping of a single page. It needs
64 * kmap_atomic(). This permits a very short duration mapping of a single
/Linux-v5.10/Documentation/networking/
Dx25.rst33 format and behaviour of the protocol. If time permits this option will also
/Linux-v5.10/drivers/iommu/intel/
DKconfig63 option permits the IOMMU driver to set a unity map for
/Linux-v5.10/Documentation/x86/
Dsva.rst34 Unlike Single Root I/O Virtualization (SR-IOV), Scalable IOV (SIOV) permits
61 to the hardware and also permits hardware to be aware of application context
143 Shared Virtual Addressing (SVA) permits I/O hardware and the processor to
/Linux-v5.10/Documentation/admin-guide/perf/
Dimx-ddr.rst69 This is an extension to the DDR_CAP_AXI_ID_FILTER quirk which permits
/Linux-v5.10/kernel/rcu/
DKconfig58 permits arbitrary sleeping or blocking within RCU read-side critical
176 This option permits CPUs to enter dynticks-idle state even if
/Linux-v5.10/Documentation/RCU/
Drcu.rst46 counters, and permits general blocking within RCU read-side
/Linux-v5.10/Documentation/scheduler/
Dsched-design-CFS.rst217 CONFIG_RT_GROUP_SCHED permits to group real-time (i.e., SCHED_FIFO and
220 CONFIG_FAIR_GROUP_SCHED permits to group CFS (i.e., SCHED_NORMAL and
/Linux-v5.10/drivers/ide/
DKconfig795 of the ALI M1439/1443/1445/1487/1489 chipsets, and permits faster
807 of the DTC-2278 card, and permits faster I/O speeds to be set as
818 of the Holtek card, and permits faster I/O speeds to be set as well.
828 boot parameter. It permits faster I/O speeds to be set. See the
839 of the UMC-8672, and permits faster I/O speeds to be set as well.
/Linux-v5.10/Documentation/security/keys/
Dcore.rst207 This permits a key or keyring's attributes to be viewed - including key
212 This permits a key's payload to be viewed or a keyring's list of linked
217 This permits a key's payload to be instantiated or updated, or it allows a
222 This permits keyrings to be searched and keys to be found. Searches can
227 This permits a key or keyring to be linked to. To create a link from a
233 This permits a key's UID, GID and permissions mask to be changed.
503 This function permits a key's owner and group ID to be changed. Either one
516 This function permits the owner of a key or the superuser to change the
1152 method. This permits approximate matching to occur. If callout_string is
1438 This optional method permits the key type to attempt to parse payload
[all …]
/Linux-v5.10/Documentation/driver-api/early-userspace/
Dbuffer-format.rst109 reset. This permits archives which are generated independently to be
/Linux-v5.10/Documentation/devicetree/bindings/arm/msm/
Dqcom,idle-state.txt48 itself in that the cpu acknowledges and permits the SoC to enter deeper sleep
/Linux-v5.10/Documentation/ia64/
Defirtc.rst45 enables flexibility and permits writing wrapper code is ncase things change.

123