Home
last modified time | relevance | path

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

12345678

/OK3568_Linux_fs/kernel/fs/afs/
H A 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 …]
/OK3568_Linux_fs/kernel/fs/cachefiles/
H 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
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/u-boot/drivers/block/
H A DKconfig7 flash sticks. These provide a block-level interface which permits
19 flash sticks. These provide a block-level interface which permits
/OK3568_Linux_fs/kernel/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt.h169 void *permits; member
200 return (struct rtrs_permit *)(clt->permits + permit_size(clt) * idx); in get_permit()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/liblocale/
H A Dliblocale-gettext-perl_1.07.bb2 DESCRIPTION = "The gettext module permits access from perl to the gettext() family of \
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rpm/files/
H A D0001-Do-not-add-an-unsatisfiable-dependency-when-building.patch7 Upstream permits short-circuiting only for local testing; Yocto on the other
/OK3568_Linux_fs/kernel/drivers/mtd/lpddr/
H A DKconfig18 Window QINFO interface, permits software to be used for entire
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dquerycap.rst11 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
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DVim18 …hat applies to the changes permits you to distribute the changes to the Vim maintainer without fee…
H A DOML3 Open Market permits you to use, copy, modify, distribute, and license this Software and the Documen…
H A DWXwindows43 copy of this library, as this licence permits, the exception does not
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/pam/
H A Dpam-ssh-agent-auth_0.10.3.bb2 DESCRIPTION = "A PAM module which permits authentication via ssh-agent."
/OK3568_Linux_fs/kernel/Documentation/input/
H A Dnotifier.rst22 That permits one to inspect the resulting LEDs for instance.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/licenses/
H A DOML7 Open Market permits you to use, copy, modify, distribute, and license
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/planespotter/doc/src/
H A Dplanespotter.qdoc55 implementation. It permits \l {Cpp_value_integration_positioning}{direct integration}
90 the \l MapQuickItem type which permits the embedding of arbitrary QtQuick items
/OK3568_Linux_fs/kernel/Documentation/vm/
H 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
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dk8temp.rst21 This driver permits reading temperature sensor(s) embedded inside AMD K8
/OK3568_Linux_fs/kernel/fs/fscache/
H A DKconfig51 This permits debugging to be dynamically enabled in the local caching
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0112-fs-nilfs2-Don-t-search-children-if-provided-number-i.patch8 that's not trustworthy. Check if it's beyond what the filesystem permits and
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dx25.rst33 format and behaviour of the protocol. If time permits this option will also
/OK3568_Linux_fs/kernel/Documentation/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
143 Shared Virtual Addressing (SVA) permits I/O hardware and the processor to
/OK3568_Linux_fs/kernel/drivers/iommu/intel/
H A DKconfig63 option permits the IOMMU driver to set a unity map for
/OK3568_Linux_fs/u-boot/drivers/pci/
H A DKconfig50 Support PCI on sandbox, as an emulated bus. This permits testing of

12345678