Home
last modified time | relevance | path

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

12345678

/linux-6.12.1/fs/afs/
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 …]
/linux-6.12.1/fs/cachefiles/
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.
/linux-6.12.1/fs/romfs/
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-6.12.1/tools/testing/selftests/powerpc/mm/
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()
/linux-6.12.1/drivers/infiniband/ulp/rtrs/
Drtrs-clt.h81 * rtrs_permit - permits the memory allocation for future RDMA operation.
170 void *permits; member
202 return (struct rtrs_permit *)(clt->permits + permit_size(clt) * idx); in get_permit()
/linux-6.12.1/fs/erofs/
DKconfig155 This permits EROFS to use fscache-backed data blobs with on-demand
177 This permits EROFS to configure per-CPU kthread workers to run
/linux-6.12.1/sound/virtio/
Dvirtio_jack.c128 * Context: Any context that permits to sleep.
176 * Context: Any context that permits to sleep.
Dvirtio_card.c194 * Context: Any context that permits to sleep.
304 * Context: Any context that permits to sleep.
349 * Context: Any context that permits to sleep.
Dvirtio_kctl.c315 * Context: Any context that permits to sleep.
355 * Context: Any context that permits to sleep.
402 * Context: Any context that permits to sleep.
Dvirtio_pcm.c235 * Context: Any context that permits to sleep.
322 * Context: Any context that permits to sleep.
400 * Context: Any context that permits to sleep.
Dvirtio_ctl_msg.h43 * Context: Any context that permits to sleep.
/linux-6.12.1/arch/mips/include/asm/
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
/linux-6.12.1/include/rdma/
Drdma_cm_ib.h17 * This call permits a user to specify routing information for rdma_cm_id's
/linux-6.12.1/drivers/mtd/lpddr/
DKconfig18 Window QINFO interface, permits software to be used for entire
/linux-6.12.1/Documentation/security/keys/
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-6.12.1/Documentation/userspace-api/media/v4l/
Dquerycap.rst11 the same type have different capabilities and this specification permits
Drw.rst23 setup to exchange data. It permits command line stunts like this (the
/linux-6.12.1/Documentation/arch/x86/
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
/linux-6.12.1/drivers/md/dm-vdo/
Dadmin-state.c315 * vdo_start_draining() - Initiate a drain operation if the current state permits it.
379 * vdo_start_loading() - Initiate a load operation if the current state permits it.
429 * vdo_start_resuming() - Initiate a resume operation if the current state permits it.
/linux-6.12.1/fs/netfs/
DKconfig29 This permits debugging to be dynamically enabled in the local caching
/linux-6.12.1/Documentation/input/
Dnotifier.rst23 That permits one to inspect the resulting LEDs for instance.
/linux-6.12.1/Documentation/networking/
Dx25.rst31 format and behaviour of the protocol. If time permits this option will also
/linux-6.12.1/Documentation/hwmon/
Dk8temp.rst21 This driver permits reading temperature sensor(s) embedded inside AMD K8
/linux-6.12.1/Documentation/scheduler/
Dsched-design-CFS.rst224 CONFIG_RT_GROUP_SCHED permits to group real-time (i.e., SCHED_FIFO and
227 CONFIG_FAIR_GROUP_SCHED permits to group CFS (i.e., SCHED_NORMAL and
/linux-6.12.1/arch/powerpc/platforms/pseries/
Drtas-fadump.h76 * In version 1, the platform permits one section header, dump-disk path

12345678