/linux-3.3/Documentation/accounting/ |
D | taskstats.txt | 31 The response contains statistics for a task (if pid is specified) or the sum of 43 The latter contains the sum of per-pid stats for all threads in the thread 108 b) TASKSTATS_TYPE_PID: contains exiting task's pid 109 c) TASKSTATS_TYPE_STATS: contains the exiting task's per-pid stats 111 e) TASKSTATS_TYPE_TGID: contains tgid of process to which task belongs 112 f) TASKSTATS_TYPE_STATS: contains the per-tgid stats for exiting task's process
|
/linux-3.3/arch/powerpc/include/asm/ |
D | perf_event_server.h | 84 * select field, the mask contains 1s in every bit of the field, and 85 * the value contains a unique value for each possible setting of the 96 * add_fields value contains 1 in the LSB of the field, and the 97 * test_adder contains 2^(k-1) - 1 - N in the field.
|
D | kvm.h | 64 * KVM_SREGS_E_BASE contains: 78 * KVM_SREGS_E_ARCH206 contains: 88 * Contains EPCR, plus the upper half of 64-bit registers 97 * IVORs are used -- contains IVOR0-15, plus additional IVORs 103 * Contains MAS0-4, MAS6-7, TLBnCFG, MMUCFG.
|
D | lppaca.h | 30 // This control block contains the data that is shared between the 59 // CACHE_LINE_1 0x0000 - 0x007F Contains read-only data 87 // CACHE_LINE_2 0x0080 - 0x00FF Contains local read-write data 89 // This Dword contains a byte for each type of interrupt that can occur. 165 // CACHE_LINE_4-5 0x0180 - 0x027F Contains PMC interrupt data 179 * contains adjacent ESID and VSID pairs for each shadowed SLB. The
|
D | mmu-8xx.h | 30 /* The effective page number register. When read, contains the information 41 * For the instruction TLB, it contains bits that get loaded into the 89 /* The effective page number register. When read, contains the information 109 * For the data TLB, it contains bits that get loaded into the TLB entry
|
/linux-3.3/Documentation/virtual/kvm/ |
D | ppc-pv.txt | 22 Linux is running on KVM, a node /hypervisor exists. That node contains a 32 'hypercall-instructions'. This property contains at most 4 opcodes that make 67 page that contains parts of supervisor visible register state. The guest can 111 a second return value is passed to the guest. This second return value contains 124 The MSR contains bits that require hypervisor intervention and bits that do
|
/linux-3.3/drivers/scsi/isci/ |
D | remote_node_context.h | 60 * This file contains the structures, constants, and prototypes associated with 157 * struct sci_remote_node_context - This structure contains the data 183 * This field contains the callback function that the user requested to be 189 * This field contains the parameter that is called when the user requested 195 * This field contains the data for the object's state machine.
|
/linux-3.3/Documentation/ABI/testing/ |
D | sysfs-power | 93 the last PM event point if this file contains '1'. Initially 94 it contains '0' which may be changed to '1' by writing a 115 The /sys/power/pm_trace_dev_match file contains the name of the 118 contains the list of current devices (including those 143 if this file contains "1", which is the default. It may be
|
D | sysfs-ibft | 6 Usually this contains the Initiator name. 13 Usually this contains the target's IP address, boot LUN,
|
/linux-3.3/include/linux/ |
D | hyperv.h | 152 * struct contains the fundamental information about an offer. 244 * This is the format for an Establish Gpadl packet, which contains a handle by 268 * This is the format for a GPA-Direct packet, which contains a set of GPA 387 * Request Offer -- no parameters, SynIC message contains the partition ID 388 * Set Snoop -- no parameters, SynIC message contains the partition ID 389 * Clear Snoop -- no parameters, SynIC message contains the partition ID 390 * All Offers Delivered -- no parameters, SynIC message contains the partition 392 * Flush Client -- no parameters, SynIC message contains the partition ID 445 * follow-up packet that contains more. 456 /* This is the followup packet that contains more PFNs. */
|
D | watchdog.h | 71 * The watchdog_ops structure contains a list of low-level operations 72 * that control a watchdog device. It also contains the module that owns 97 * @status: Field that contains the devices internal status bits. 99 * The watchdog_device structure contains all information about a
|
/linux-3.3/drivers/input/mouse/ |
D | synaptics.c | 704 * then we absolutely know that SGM contains slot 0, and all other in synaptics_image_sensor_1f() 720 * and SGM now contains either slot 0 or 1, but we don't know in synaptics_image_sensor_1f() 721 * which. So, we just assume that the SGM now contains slot 1. in synaptics_image_sensor_1f() 724 * (a) the previous SGM slot contains slot 0, or in synaptics_image_sensor_1f() 726 * then, the SGM now contains slot 1 in synaptics_image_sensor_1f() 737 * contains slot 1 with the new finger) in synaptics_image_sensor_1f() 739 * Else, if there was no previous SGM, it now contains slot 0. in synaptics_image_sensor_1f() 741 * Otherwise, SGM still contains the same slot. in synaptics_image_sensor_1f() 751 * If mt_state_lost, we don't know which finger SGM contains. in synaptics_image_sensor_1f() 763 * So, SGM now contains previous AGM's slot, and AGM is now in synaptics_image_sensor_1f() [all …]
|
/linux-3.3/Documentation/power/ |
D | swsusp-dmcrypt.txt | 37 resume partition, so your kernel .config contains: 54 card contains at least the encrypted swap setup in a file 55 named "swapkey". /etc/fstab of your initrd contains something 62 /dev/hda1 contains an unencrypted mini system that sets up all
|
/linux-3.3/arch/arm/mach-omap1/ |
D | ams-delta-fiq-handler.S | 141 @ r10 now contains KEYBRD_CLK_MASK, use it 156 @ r8 contains KEYBRD_DATA_MASK, use it 158 @ r10 already contains 0, reuse it 172 @ r8 still contains GPIO input bits 183 @ r10 already contains 0, reuse it 201 @ r8 already contains buffer size
|
/linux-3.3/Documentation/filesystems/ |
D | ext2.txt | 99 in the same block group as the inode which contains them. 104 The superblock contains all the information about the configuration of 116 The information in the superblock contains fields such as the total 136 structure contains pointers to the filesystem blocks which contain the 155 in the inode. There is a pointer to an indirect block (which contains 157 block (which contains pointers to indirect blocks) and a pointer to a 158 trebly-indirect block (which contains pointers to doubly-indirect blocks). 160 The flags field contains some ext2-specific flags which aren't catered 217 filesystems. The superblock of the ext2 filesystem contains several
|
D | sysfs-pci.txt | 28 This bus contains a single function device in slot 0. The domain and bus 53 ascii - file contains ascii text 54 binary - file contains binary data 55 cpumask - file contains a cpumask type
|
/linux-3.3/Documentation/rapidio/ |
D | rapidio.txt | 37 by a rio_mport data structure. This structure contains master port specific 45 includes rio_ops data structure which contains pointers to hardware specific 61 data structure, which contains switch specific information such as copy of the 73 ports that form the same network. It also contains a pointer to the default 123 table entry contains a pointer to a switch-specific initialization routine that
|
/linux-3.3/Documentation/DocBook/ |
D | s390-drivers.tmpl | 86 The ccw bus typically contains the majority of devices available to 88 command structure used to address its devices, the ccw bus contains 136 The ccwgroup bus only contains artificial devices, created by the user. 140 contains those ccw devices as slave devices and can be associated
|
/linux-3.3/Documentation/devicetree/bindings/powerpc/fsl/ |
D | dma.txt | 7 - compatible : compatible list, contains 2 entries, first is 20 - compatible : compatible list, contains 2 entries, first is 79 - compatible : compatible list, contains 2 entries, first is 90 - compatible : compatible list, contains 2 entries, first is
|
/linux-3.3/Documentation/networking/ |
D | netdev-features.txt | 21 1. netdev->hw_features set contains features whose state may possibly 26 2. netdev->features set contains features which are currently enabled 30 3. netdev->vlan_features set contains features whose state is inherited 35 4. netdev->wanted_features set contains feature set requested by user.
|
/linux-3.3/arch/ia64/include/asm/sn/ |
D | clksupport.h | 10 * This file contains definitions for accessing a platform supported high resolution 15 * RTC_COUNTER_ADDR - contains the address of the counter
|
/linux-3.3/include/crypto/ |
D | twofish.h | 12 /* Structure for an expanded Twofish key. s contains the key-dependent 13 * S-boxes composed with the MDS matrix; w contains the eight "whitening"
|
/linux-3.3/Documentation/driver-model/ |
D | porting.txt | 91 struct device represents a single device. It mainly contains metadata 129 The bus_id is an ASCII string that contains the device's address on 228 struct device_driver is a simple driver structure that contains a set 333 A driver typically contains a list of device IDs that it supports. The 403 struct bus_type contains a list of all devices registered with the bus 416 struct bus_type also contains a list of all drivers registered with 431 struct bus_type contains an rwsem that protects all core accesses to
|
/linux-3.3/Documentation/devicetree/bindings/rtc/ |
D | rtc-cmos.txt | 11 - ctrl-reg : Contains the initial value of the control register also 13 - freq-reg : Contains the initial value of the frequency register also
|
/linux-3.3/arch/powerpc/mm/ |
D | hash_low_32.S | 11 * This file contains low-level assembler routines for managing 40 * The address is in r4, and r3 contains an access flag: 42 * r9 contains the SRR1 value, from which we use the MSR_PR bit. 43 * SPRG_THREAD contains the physical address of the current task's thread. 112 * word for locking since it contains all the interesting bits. 277 * r3 contains the VSID, r4 contains the virtual address, 278 * r5 contains the linux PTE, r6 contains the old value of the 279 * linux PTE (before setting _PAGE_HASHPTE) and r7 contains the 281 * -KERNELBASE if it is off). r10 contains the upper half of
|