Home
last modified time | relevance | path

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

123

/linux/fs/afs/
H A Dsecurity.c115 struct afs_permits *permits = in afs_permits_rcu() local
119 for (i = 0; i < permits->nr_permits; i++) in afs_permits_rcu()
120 key_put(permits->permits[i].key); in afs_permits_rcu()
121 kfree(permits); in afs_permits_rcu()
127 void afs_put_permits(struct afs_permits *permits) in afs_put_permits() argument
129 if (permits && refcount_dec_and_test(&permits->usage)) { in afs_put_permits()
131 hash_del_rcu(&permits->hash_node); in afs_put_permits()
133 call_rcu(&permits->rcu, afs_permits_rcu); in afs_put_permits()
142 struct afs_permits *permits; in afs_clear_permits() local
145 permits = rcu_dereference_protected(vnode->permit_cache, in afs_clear_permits()
[all …]
/linux/drivers/pinctrl/stm32/
H A DKconfig72 This driver also permits the observation of signals on external SoC pins.
73 It permits the observation of up to 16 signals per HDP line.
/linux/fs/romfs/
H A 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/drivers/mtd/lpddr/
H A DKconfig18 Window QINFO interface, permits software to be used for entire
/linux/Documentation/userspace-api/media/v4l/
H A Dquerycap.rst12 the same type have different capabilities and this specification permits
H A Drw.rst23 setup to exchange data. It permits command line stunts like this (the
H A Ddiff-v4l.rst248 permits the detection of monaural and bilingual audio, see the
294 particular reset value. The V4L2 API permits arbitrary limits and
407 V4L2 API permits arbitrary limits and defaults which can be queried with
/linux/Documentation/input/
H A Dnotifier.rst23 That permits one to inspect the resulting LEDs for instance.
/linux/Documentation/hwmon/
H A Dk8temp.rst21 This driver permits reading temperature sensor(s) embedded inside AMD K8
H A Dfam15h_power.rst32 This driver permits reading of registers providing power information
H A Dk10temp.rst90 This driver permits reading of the internal temperature sensor of AMD
/linux/Documentation/networking/
H A Dx25.rst31 format and behaviour of the protocol. If time permits this option will also
/linux/fs/netfs/
H A DKconfig29 This permits debugging to be dynamically enabled in the local caching
/linux/Documentation/arch/x86/
H A 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
172 Shared Virtual Addressing (SVA) permits I/O hardware and the processor to
/linux/Documentation/RCU/
H A Drcu.rst45 counters, and permits general blocking within RCU read-side
/linux/Documentation/security/keys/
H A 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/Documentation/ABI/testing/
H A Dsysfs-class-scsi_host20 driver. SSD Smart Path, when enabled permits the driver to
/linux/Documentation/admin-guide/perf/
H A Dimx-ddr.rst68 This is an extension to the DDR_CAP_AXI_ID_FILTER quirk which permits
/linux/tools/perf/Documentation/
H A Dtopdown.txt88 /* Memory mapping the fd permits _rdpmc calls from userspace */
108 /* Memory mapping the fd permits _rdpmc calls from userspace */
/linux/Documentation/process/
H A Dthreat-model.rst19 resources granted to them, and, when the underlying hardware permits, to assign
77 When ``CONFIG_USER_NS`` is set, the kernel also permits unprivileged users to
/linux/Documentation/driver-api/
H A Dregulator.rst101 normally permits the CPU to use a wider range of supply voltages at lower
/linux/Documentation/core-api/
H A Dlocal_ops.rst35 require disabling interrupts to protect from interrupt handlers and it permits
/linux/kernel/
H A DKconfig.preempt159 This option permits Core Scheduling, a means of coordinated task
/linux/Documentation/admin-guide/
H A Dunicode.rst33 permits for example the use of block graphics even with a Latin-1 font
/linux/fs/jffs2/
H A DREADME.Locking79 As the MTD API no longer permits erase-completion callback functions

123