Searched refs:permits (Results 1 – 25 of 61) sorted by relevance
123
/Linux-v4.19/fs/afs/ |
D | security.c | 57 struct afs_permits *permits = in afs_permits_rcu() local 61 for (i = 0; i < permits->nr_permits; i++) in afs_permits_rcu() 62 key_put(permits->permits[i].key); in afs_permits_rcu() 63 kfree(permits); in afs_permits_rcu() 69 void afs_put_permits(struct afs_permits *permits) in afs_put_permits() argument 71 if (permits && refcount_dec_and_test(&permits->usage)) { in afs_put_permits() 73 hash_del_rcu(&permits->hash_node); in afs_put_permits() 75 call_rcu(&permits->rcu, afs_permits_rcu); in afs_put_permits() 84 struct afs_permits *permits; in afs_clear_permits() local 87 permits = rcu_dereference_protected(vnode->permit_cache, in afs_clear_permits() [all …]
|
/Linux-v4.19/fs/cachefiles/ |
D | Kconfig | 6 This permits use of a mounted filesystem as a cache for other 17 This permits debugging to be dynamically enabled in the filesystem
|
/Linux-v4.19/fs/romfs/ |
D | Kconfig | 32 This permits ROMFS to use block devices buffered through the page 42 This permits ROMFS to use MTD based devices directly, without the
|
/Linux-v4.19/Documentation/filesystems/ext4/ |
D | index.rst | 8 be ported from the wiki as time permits. This should be considered the
|
/Linux-v4.19/drivers/mtd/lpddr/ |
D | Kconfig | 17 Window QINFO interface, permits software to be used for entire
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | querycap.rst | 11 the same type have different capabilities and this specification permits
|
D | rw.rst | 22 setup to exchange data. It permits command line stunts like this (the
|
/Linux-v4.19/Documentation/input/ |
D | notifier.rst | 22 That permits one to inspect the resulting LEDs for instance.
|
/Linux-v4.19/Documentation/hwmon/ |
D | k8temp | 16 This driver permits reading temperature sensor(s) embedded inside AMD K8
|
D | fam15h_power | 27 This driver permits reading of registers providing power information
|
D | k10temp | 48 This driver permits reading of the internal temperature sensor of AMD
|
D | coretemp | 20 This driver permits reading the DTS (Digital Temperature Sensor) embedded
|
/Linux-v4.19/fs/fscache/ |
D | Kconfig | 50 This permits debugging to be dynamically enabled in the local caching
|
/Linux-v4.19/Documentation/vm/ |
D | highmem.rst | 59 * 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-v4.19/Documentation/networking/ |
D | x25.txt | 29 format and behaviour of the protocol. If time permits this option will also
|
/Linux-v4.19/kernel/rcu/ |
D | Kconfig | 56 permits arbitrary sleeping or blocking within RCU read-side critical 178 This option permits CPUs to enter dynticks-idle state even if
|
/Linux-v4.19/Documentation/security/keys/ |
D | core.rst | 207 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. 499 This function permits a key's owner and group ID to be changed. Either one 512 This function permits the owner of a key or the superuser to change the 955 method. This permits approximate matching to occur. If callout_string is 1245 This optional method permits the key type to attempt to parse payload [all …]
|
/Linux-v4.19/Documentation/RCU/ |
D | rcu.txt | 43 counters, and permits general blocking within RCU read-side
|
/Linux-v4.19/Documentation/scheduler/ |
D | sched-design-CFS.txt | 210 CONFIG_RT_GROUP_SCHED permits to group real-time (i.e., SCHED_FIFO and 213 CONFIG_FAIR_GROUP_SCHED permits to group CFS (i.e., SCHED_NORMAL and
|
/Linux-v4.19/drivers/ide/ |
D | Kconfig | 819 of the ALI M1439/1443/1445/1487/1489 chipsets, and permits faster 831 of the DTC-2278 card, and permits faster I/O speeds to be set as 842 of the Holtek card, and permits faster I/O speeds to be set as well. 852 boot parameter. It permits faster I/O speeds to be set. See the 863 of the UMC-8672, and permits faster I/O speeds to be set as well.
|
/Linux-v4.19/Documentation/early-userspace/ |
D | buffer-format.txt | 102 reset. This permits archives which are generated independently to be
|
/Linux-v4.19/Documentation/devicetree/bindings/arm/msm/ |
D | qcom,idle-state.txt | 48 itself in that the cpu acknowledges and permits the SoC to enter deeper sleep
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-class-scsi_host | 20 driver. SSD Smart Path, when enabled permits the driver to
|
/Linux-v4.19/Documentation/ia64/ |
D | efirtc.txt | 40 enables flexibility and permits writing wrapper code is ncase things change.
|
/Linux-v4.19/Documentation/filesystems/caching/ |
D | netfs-api.txt | 267 FS-Cache permits the use of more than one cache. To permit particular index 404 This doesn't automatically reserve any space in the cache, but permits the 436 This permits the cache to maintain its page tracking in proper order. 637 This function permits the cache to release any in-memory representation it 797 This permits a netfs to request cache space be reserved to store up to the
|
123