Home
last modified time | relevance | path

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

1234

/linux/fs/afs/
A Dsecurity.c87 key_put(permits->permits[i].key); in afs_permits_rcu()
131 h += permits->permits[i].access; in afs_hash_permits()
164 if (permits->permits[i].key < key) in afs_cache_permit()
166 if (permits->permits[i].key > key) in afs_cache_permit()
237 new->permits[j].key = permits->permits[i].key; in afs_cache_permit()
238 new->permits[j].access = permits->permits[i].access; in afs_cache_permit()
323 if (permits->permits[i].key < key) in afs_check_permit_rcu()
325 if (permits->permits[i].key > key) in afs_check_permit_rcu()
328 *_access = permits->permits[i].access; in afs_check_permit_rcu()
363 if (permits->permits[i].key < key) in afs_check_permit()
[all …]
/linux/fs/cachefiles/
A 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/fs/romfs/
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/infiniband/ulp/rtrs/
A Drtrs-clt.h170 void *permits; member
201 return (struct rtrs_permit *)(clt->permits + permit_size(clt) * idx); in get_permit()
/linux/drivers/mtd/lpddr/
A DKconfig18 Window QINFO interface, permits software to be used for entire
/linux/fs/fscache/
A DKconfig36 This permits debugging to be dynamically enabled in the local caching
/linux/Documentation/userspace-api/media/v4l/
A Dquerycap.rst11 the same type have different capabilities and this specification permits
A Drw.rst23 setup to exchange data. It permits command line stunts like this (the
/linux/Documentation/input/
A Dnotifier.rst23 That permits one to inspect the resulting LEDs for instance.
/linux/Documentation/hwmon/
A Dk8temp.rst21 This driver permits reading temperature sensor(s) embedded inside AMD K8
A Dfam15h_power.rst32 This driver permits reading of registers providing power information
A Dcoretemp.rst29 This driver permits reading the DTS (Digital Temperature Sensor) embedded
A Dk10temp.rst90 This driver permits reading of the internal temperature sensor of AMD
/linux/Documentation/vm/
A 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/Documentation/networking/
A Dx25.rst31 format and behaviour of the protocol. If time permits this option will also
/linux/drivers/iommu/intel/
A DKconfig75 option permits the IOMMU driver to set a unity map for
/linux/Documentation/x86/
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
143 Shared Virtual Addressing (SVA) permits I/O hardware and the processor to
/linux/Documentation/admin-guide/perf/
A Dimx-ddr.rst69 This is an extension to the DDR_CAP_AXI_ID_FILTER quirk which permits
/linux/kernel/rcu/
A DKconfig58 permits arbitrary sleeping or blocking within RCU read-side critical
177 This option permits CPUs to enter dynticks-idle state even if
/linux/Documentation/devicetree/bindings/dma/
A Dsnps,dma-spear1340.yaml101 the property incorrectly permits to define data-bus width of 8 and 16
/linux/tools/perf/Documentation/
A Dtopdown.txt99 /* Memory mapping the fd permits _rdpmc calls from userspace */
119 /* Memory mapping the fd permits _rdpmc calls from userspace */
/linux/Documentation/scheduler/
A 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/Documentation/security/keys/
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/RCU/
A Drcu.rst46 counters, and permits general blocking within RCU read-side
/linux/kernel/
A DKconfig.preempt121 This option permits Core Scheduling, a means of coordinated task

Completed in 32 milliseconds

1234