Home
last modified time | relevance | path

Searched full:permits (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/openbmc/linux/fs/afs/
H A Dsecurity.c78 * Dispose of a list of permits.
82 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
[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/tools/testing/selftests/powerpc/mm/
H A Dpkey_exec_prot.c170 * are not set i.e. the pkey permits both read and write in test()
187 * are not set i.e. the pkey permits both read and write in test()
209 * are set i.e. the pkey permits neither read nor write in test()
225 * are set i.e. the pkey permits neither read nor write in test()
/openbmc/linux/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt.h81 * rtrs_permit - permits the memory allocation for future RDMA operation.
171 void *permits; member
203 return (struct rtrs_permit *)(clt->permits + permit_size(clt) * idx); in get_permit()
/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/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…
/openbmc/u-boot/tools/logos/
H A Du-boot_logo.svg46 <cc:permits
48 <cc:permits
54 <cc:permits
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dtest.h11 /* The sandbox driver always permits an I2C device with this address */
53 /* Permits read/write of only one byte per I2C transaction */
/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/linux/include/rdma/
H A Drdma_cm_ib.h17 * This call permits a user to specify routing information for rdma_cm_id's
/openbmc/linux/sound/virtio/
H A Dvirtio_jack.c128 * Context: Any context that permits to sleep.
176 * Context: Any context that permits to sleep.
H A Dvirtio_card.c196 * Context: Any context that permits to sleep.
294 * Context: Any context that permits to sleep.
339 * Context: Any context that permits to sleep.
/openbmc/linux/drivers/mtd/lpddr/
H A DKconfig18 Window QINFO interface, permits software to be used for entire
/openbmc/linux/arch/mips/include/asm/
H A Dpgtable-64.h70 * permits us mapping 40 bits of virtual address space.
75 * For 8kB page size we use a 3 level page tree which permits a total of
79 * For 16kB page size we use a 2 level page tree which permits a total of
/openbmc/linux/fs/fscache/
H A DKconfig36 This permits debugging to be dynamically enabled in the local caching
/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/openbmc/meta-openembedded/meta-webserver/licenses/
H A DOML7 Open Market permits you to use, copy, modify, distribute, and license
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dquerycap.rst11 the same type have different capabilities and this specification permits
/openbmc/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 …]
/openbmc/linux/Documentation/input/
H A Dnotifier.rst23 That permits one to inspect the resulting LEDs for instance.
/openbmc/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
/openbmc/qemu/tests/qemu-iotests/
H A D00555 # Sanity check: For raw, we require a file system that permits the creation

12345678910>>...12