Searched refs:pointers (Results 1 – 25 of 131) sorted by relevance
123456
/linux-3.4.99/Documentation/filesystems/ |
D | sysv-fs.txt | 83 of limited size, and every now and then a free block contains pointers 85 contains pointers and so on. The list terminates with a "block number" 161 1 indirect block (pointers to blocks) 162 1 double-indirect block (pointer to pointers to blocks) 165 1 indirect block (pointers to blocks) 166 1 double-indirect block (pointer to pointers to blocks) 167 1 triple-indirect block (pointer to pointers to pointers to blocks)
|
D | qnx6.txt | 54 adressing block holds up to blocksize / 4 bytes pointers to data blocks. 58 Unused block pointers are always set to ~0 - regardless of root node, 77 The inode structure contains pointers to the filesystem blocks which contain 85 There are also pointers to the first 16 blocks, if the object data can be 107 starting with the superblock longfilename root node pointers. 117 no block pointers and the directory file record pointing to the target file
|
D | logfs.txt | 46 for the most recent commit entry, which contains a list of pointers to 85 parent blocks are written as well, since the block pointers have 93 Currently aliases are used for block pointers, file size, file used 119 indirect block pointers. One difference is that LogFS uses a single 125 the first 16 pointers in the first indirect block are left empty, 126 corresponding to the 16 direct pointers in the inode. In ext2 (maybe 128 corresponds to logical block 12, skipping the 12 direct pointers.
|
D | sysfs-tagging.txt | 15 By using the network namespace pointers as tags to separate out the 34 sysfs_dirent->s_ns pointers pointing to it.
|
D | omfs.txt | 80 Lookup requires hashing the filename, then seeking across i_sibling pointers 82 pointers with all-1s (~0).
|
D | ext2.txt | 136 structure contains pointers to the filesystem blocks which contain the 154 There are pointers to the first 12 blocks which contain the file's data 156 pointers to the next set of blocks), a pointer to a doubly-indirect 157 block (which contains pointers to indirect blocks) and a pointer to a 158 trebly-indirect block (which contains pointers to doubly-indirect blocks). 195 which would normally be used to store the pointers to data blocks.
|
/linux-3.4.99/arch/m32r/ |
D | Kconfig.debug | 21 bool "Compile the kernel with frame pointers" 26 to solve problems without frame pointers.
|
/linux-3.4.99/drivers/staging/iio/Documentation/ |
D | ring.txt | 15 which in turn contains the 4 function pointers 22 The function pointers within here are used to allow the core to handle
|
/linux-3.4.99/Documentation/ |
D | kmemleak.txt | 70 friends are traced and the pointers, together with additional 72 The corresponding freeing function calls are tracked and the pointers 96 Some allocated memory blocks have pointers stored in the kernel's 155 the memory block is known not to contain other pointers and it will no 159 systems, because of pointers temporarily stored in CPU registers or
|
D | printk-formats.txt | 23 For printing symbols and function pointers. The 'S' and 's' specifiers 33 On ia64, ppc64 and parisc64 architectures function pointers are 42 For printing kernel pointers which should be hidden from unprivileged
|
D | volatile-considered-harmful.txt | 54 directly through pointers is frowned upon and does not work on all 91 used by a network adapter, where that adapter changes pointers to
|
/linux-3.4.99/drivers/media/radio/wl128x/ |
D | Kconfig | 14 this API and pointers to "v4l2" programs may be found at
|
/linux-3.4.99/Documentation/networking/ |
D | spider_net.txt | 19 together with three pointers into the ring that are used to manage its 40 This filling and emptying is managed by three pointers, the "head" 41 and "tail" pointers, managed by the OS, and a hardware current 72 Thus, in an idle system, the GDACTDPA, tail and head pointers will 77 GDACTDPA, tail and head pointers. It will also summarize the contents 154 Both the tail and head pointers are pointing at descr 255, which is
|
/linux-3.4.99/Documentation/infiniband/ |
D | user_verbs.txt | 36 between kernel pointers and opaque userspace handles, so that kernel 37 pointers are never exposed to userspace and userspace cannot trick
|
/linux-3.4.99/Documentation/arm/OMAP/ |
D | omap_pm | 67 exposed to drivers through function pointers in driver .platform_data 68 structures. The function pointers are initialized by the board-*.c 72 not support these functions should leave these function pointers set
|
/linux-3.4.99/Documentation/ia64/ |
D | paravirt_ops.txt | 26 Essentially paravirt_ops is a set of function pointers which represent 78 Possibly it might be better to move some function pointers from 111 Caveat: Now they are defined as C indirect function pointers, but in
|
/linux-3.4.99/Documentation/driver-model/ |
D | devres.txt | 221 bytes on 32bit machines and 24 bytes on 64bit (three pointers rounded 223 reduced to two pointers (8 bytes on 32bit, 16 bytes on 64bit). 225 Each devres group occupies 8 pointers. It can be reduced to 6 if
|
/linux-3.4.99/Documentation/device-mapper/ |
D | kcopyd.txt | 28 pointer, pointers to the source and destination io_regions, the name of a
|
/linux-3.4.99/Documentation/rapidio/ |
D | rapidio.txt | 45 includes rio_ops data structure which contains pointers to hardware specific 62 routing table and pointers to switch specific functions. 124 initializes pointers to the rest of switch specific operations, and performs
|
/linux-3.4.99/drivers/net/ethernet/stmicro/stmmac/ |
D | Kconfig | 88 points to two data buffer pointers whereas in CHAINED mode they
|
/linux-3.4.99/Documentation/devicetree/bindings/crypto/ |
D | fsl-sec2.txt | 12 descriptor pointers each channel fetch fifo can hold.
|
/linux-3.4.99/Documentation/laptops/ |
D | disk-shock-protection.txt | 31 section 3. References below for pointers to more information about 131 of pointers at different projects aiming at an implementation of shock
|
/linux-3.4.99/Documentation/isdn/ |
D | INTERFACE.CAPI | 37 pointers which are subsequently used by Kernel CAPI for communicating with the 131 pointers to callback functions for registration and deregistration of 157 pointers to callback functions for the device's proc file
|
/linux-3.4.99/sound/pci/cs46xx/imgs/ |
D | cwcdma.asp | 148 // Update the modified buffer pointers
|
/linux-3.4.99/arch/cris/arch-v10/ |
D | README.mm | 160 a 2-level structure with a Page Directory containing pointers to Page Tables which 207 the number of pointers that fit in a Page Table and is used to mask off the
|
123456