/linux-2.6.39/fs/afs/ |
D | security.c | 53 struct afs_permits *permits = in afs_zap_permits() local 57 _enter("{%d}", permits->count); in afs_zap_permits() 59 for (loop = permits->count - 1; loop >= 0; loop--) in afs_zap_permits() 60 key_put(permits->permits[loop].key); in afs_zap_permits() 61 kfree(permits); in afs_zap_permits() 69 struct afs_permits *permits = in afs_dispose_of_permits() local 72 _enter("{%d}", permits->count); in afs_dispose_of_permits() 74 kfree(permits); in afs_dispose_of_permits() 111 struct afs_permits *permits; in afs_clear_permits() local 116 permits = vnode->permits; in afs_clear_permits() [all …]
|
D | inode.c | 408 struct afs_permits *permits; in afs_evict_inode() local 447 permits = vnode->permits; in afs_evict_inode() 448 rcu_assign_pointer(vnode->permits, NULL); in afs_evict_inode() 450 if (permits) in afs_evict_inode() 451 call_rcu(&permits->rcu, afs_zap_permits); in afs_evict_inode()
|
D | internal.h | 343 struct afs_permits *permits; /* cache of permits so far obtained */ member 399 struct afs_permit permits[0]; /* the permits so far examined */ member
|
/linux-2.6.39/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-2.6.39/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-2.6.39/drivers/mtd/lpddr/ |
D | Kconfig | 17 Window QINFO interface, permits software to be used for entire
|
/linux-2.6.39/Documentation/hwmon/ |
D | pkgtemp | 16 This driver permits reading package level temperature sensor embedded inside
|
D | k8temp | 16 This driver permits reading temperature sensor(s) embedded inside AMD K8
|
D | coretemp | 19 This driver permits reading temperature sensor embedded inside Intel Core CPU.
|
D | k10temp | 42 This driver permits reading of the internal temperature sensor of AMD
|
/linux-2.6.39/Documentation/input/ |
D | notifier.txt | 20 That permits one to inspect the resulting LEDs for instance.
|
/linux-2.6.39/Documentation/frv/ |
D | gdbstub.txt | 7 port. This permits GDB to single step through the kernel, set breakpoints and 9 permits the NMI interrupt button or serial port events to jump the kernel into
|
D | configuring.txt | 23 only be set to "FR40x/45x/55x" at the moment - but this permits usage of
|
D | features.txt | 114 (0xE0000000 - 0xFFFFFFFF). This permits the kernel to make uncached 215 This driver provides a character device that permits access to the WorkRAM
|
/linux-2.6.39/arch/mn10300/include/asm/ |
D | frame.inc | 64 # - this permits execve() to discard extra frames due to kernel syscalls
|
/linux-2.6.39/fs/fscache/ |
D | Kconfig | 50 This permits debugging to be dynamically enabled in the local caching
|
/linux-2.6.39/Documentation/vm/ |
D | highmem.txt | 71 (*) kmap(). This permits a short duration mapping of a single page. It needs 76 (*) kmap_atomic(). This permits a very short duration mapping of a single
|
/linux-2.6.39/Documentation/networking/ |
D | x25.txt | 29 format and behaviour of the protocol. If time permits this option will also
|
/linux-2.6.39/Documentation/ |
D | keys.txt | 208 This permits a key or keyring's attributes to be viewed - including key 213 This permits a key's payload to be viewed or a keyring's list of linked 218 This permits a key's payload to be instantiated or updated, or it allows a 223 This permits keyrings to be searched and keys to be found. Searches can 228 This permits a key or keyring to be linked to. To create a link from a 234 This permits a key's UID, GID and permissions mask to be changed. 500 This function permits a key's owner and group ID to be changed. Either one 513 This function permits the owner of a key or the superuser to change the 856 permits approximate matching to occur. If callout_string is not NULL, then 1253 calling KEYCTL_INSTANTIATE or KEYCTL_INSTANTIATE_IOV, which also permits it to [all …]
|
/linux-2.6.39/Documentation/mn10300/ |
D | ABI.txt | 124 To find the address of current; but since this option permits current to
|
/linux-2.6.39/Documentation/scheduler/ |
D | sched-design-CFS.txt | 212 CONFIG_RT_GROUP_SCHED permits to group real-time (i.e., SCHED_FIFO and 215 CONFIG_FAIR_GROUP_SCHED permits to group CFS (i.e., SCHED_NORMAL and
|
/linux-2.6.39/Documentation/early-userspace/ |
D | buffer-format.txt | 102 reset. This permits archives which are generated independently to be
|
/linux-2.6.39/Documentation/RCU/ |
D | rcu.txt | 43 CPU-local counters, and permits general blocking within
|
/linux-2.6.39/drivers/ide/ |
D | Kconfig | 836 of the ALI M1439/1443/1445/1487/1489 chipsets, and permits faster 848 of the DTC-2278 card, and permits faster I/O speeds to be set as 859 of the Holtek card, and permits faster I/O speeds to be set as well. 869 boot parameter. It permits faster I/O speeds to be set. See the 880 of the UMC-8672, and permits faster I/O speeds to be set as well.
|
/linux-2.6.39/Documentation/filesystems/caching/ |
D | netfs-api.txt | 303 FS-Cache permits the use of more than one cache. To permit particular index 417 This doesn't automatically reserve any space in the cache, but permits the 450 This permits the cache to maintain its page tracking in proper order. 634 This function permits the cache to release any in-memory representation it 717 This permits a netfs to request cache space be reserved to store up to the
|