Home
last modified time | relevance | path

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

123456

/openbmc/linux/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 …]
/openbmc/linux/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
27 This permits error injection to be enabled in cachefiles whilst a
35 This permits userspace to enable the cachefiles on-demand read mode.
/openbmc/u-boot/drivers/block/
H A DKconfig7 flash sticks. These provide a block-level interface which permits
24 flash sticks. These provide a block-level interface which permits
36 flash sticks. These provide a block-level interface which permits
/openbmc/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
/openbmc/linux/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt.h171 void *permits; member
203 return (struct rtrs_permit *)(clt->permits + permit_size(clt) * idx); in get_permit()
/openbmc/openbmc/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 \
/openbmc/openbmc/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
/openbmc/linux/drivers/mtd/lpddr/
H A DKconfig18 Window QINFO interface, permits software to be used for entire
/openbmc/linux/fs/erofs/
H A DKconfig123 This permits EROFS to use fscache-backed data blobs with on-demand
142 This permits EROFS to configure per-CPU kthread workers to run
/openbmc/linux/fs/fscache/
H A DKconfig36 This permits debugging to be dynamically enabled in the local caching
/openbmc/linux/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
/openbmc/openbmc/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
/openbmc/linux/Documentation/input/
H A Dnotifier.rst23 That permits one to inspect the resulting LEDs for instance.
/openbmc/openbmc/meta-openembedded/meta-webserver/licenses/
H A DOML7 Open Market permits you to use, copy, modify, distribute, and license
/openbmc/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
/openbmc/linux/Documentation/networking/
H A Dx25.rst31 format and behaviour of the protocol. If time permits this option will also
/openbmc/openbmc/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."
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Dpmbus_write_vout_command.md47 were written to VOUT_COMMAND. The PMBus specification permits a device to have
/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/pam.d/
H A Dlogin20 # You can change it to a "required" module if you think it permits to
/openbmc/linux/drivers/iommu/intel/
H A DKconfig72 option permits the IOMMU driver to set a unity map for
/openbmc/linux/Documentation/admin-guide/perf/
H A Dimx-ddr.rst69 This is an extension to the DDR_CAP_AXI_ID_FILTER quirk which permits

123456