/linux-4.1.27/tools/perf/Documentation/ |
D | perf-list.txt | 26 u - user-space counting 27 k - kernel counting 28 h - hypervisor counting 29 I - non idle counting 30 G - guest counting (in KVM guests) 31 H - host counting (not in KVM guests) 55 perf record -a -e cpu-cycles:p ... # use ibs op counting cycles 57 perf record -a -e r0C1:p ... # use ibs op counting micro-ops
|
/linux-4.1.27/drivers/staging/media/lirc/ |
D | TODO.lirc_zilog | 11 2. lirc_zilog module ref-counting need examination. It has not been 16 (The good news is ref-counting of lirc_zilog internal structures appears to be
|
/linux-4.1.27/Documentation/devicetree/bindings/arc/ |
D | pct.txt | 3 The ARC700 can be configured with a pipeline performance monitor for counting
|
/linux-4.1.27/Documentation/misc-devices/ |
D | apds990x.txt | 52 RW - enable / disable chip. Uses counting logic 95 RW - enable / disable proximity - uses counting logic
|
D | bh1770glc.txt | 51 RW - enable / disable chip. Uses counting logic 93 RW - enable / disable proximity - uses counting logic
|
/linux-4.1.27/Documentation/devicetree/bindings/watchdog/ |
D | gpio-wdt.txt | 11 - level: Low or high level starts counting WDT timeout,
|
D | atmel-wdt.txt | 30 watchdog not counting when the CPU is in idle state, therefore the
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | pmu.txt | 3 ARM cores often have a PMU for counting cpu and cache events like cache misses
|
/linux-4.1.27/tools/perf/ |
D | design.txt | 149 Counters come in two flavours: counting counters and sampling 150 counters. A "counting" counter is one that is used for counting the 222 way to request that counting of events be restricted to times when the 425 non-leader stops that counter from counting but doesn't affect any
|
/linux-4.1.27/net/sctp/ |
D | Kconfig | 56 If you say Y, this will enable debugging support for counting the
|
/linux-4.1.27/drivers/net/hamradio/ |
D | dmascc.c | 315 counting[MAX_NUM_DEVS]; in dmascc_init() local 383 counting[i] = 1; in dmascc_init() 394 if (base[i] && counting[i]) { in dmascc_init() 402 counting[i] = 0; in dmascc_init()
|
/linux-4.1.27/Documentation/RCU/ |
D | rcuref.txt | 12 Reference counting on elements of lists which are protected by traditional
|
D | RTFP.txt | 1455 Compares QSBR, HPBR, EBR, and lock-free reference counting. 1923 Compares QSBR, HPBR, EBR, and lock-free reference counting. 2612 The Locker family as an analogy for locking, reference counting,
|
D | trace.txt | 328 be due to the jiffies counter no longer counting. Why do you ask?
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | core.txt | 39 Reference counting is done by cpufreq_get_cpu and cpufreq_put_cpu,
|
/linux-4.1.27/Documentation/filesystems/ |
D | files.txt | 19 the reference counting is similar, but the locking is
|
D | sysfs.txt | 45 counting directly on the kobject whenever the file is opened or closed. 224 referencing counting its embedded object. However, the physical
|
D | qnx6.txt | 90 The filesize is stored 64bit. Inode counting starts with 1. (whilst long
|
D | gfs2-glocks.txt | 165 is counting queuing of holders at the top layer of the glock
|
D | proc.txt | 656 (typically counting ECC corrected errors of memory or cache) exceeds
|
/linux-4.1.27/Documentation/hid/ |
D | uhid.txt | 55 reference-counting in user-space. That is, you will never receive multiple 57 ref-counting for you.
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | pnfs.txt | 1 Reference counting in pnfs:
|
/linux-4.1.27/Documentation/ |
D | CodingStyle | 591 Reference counting means that you can avoid locking, and allows multiple 596 Note that locking is _not_ a replacement for reference counting. 598 counting is a memory management technique. Usually both are needed, and 601 Many data structures can indeed have two levels of reference counting, 606 Examples of this kind of "multi-level-reference-counting" can be found in
|
D | iostats.txt | 136 More significant is the error induced by counting the numbers of
|
D | static-keys.txt | 120 reference counting. For example, if the key is initialized true, a
|
D | kobject.txt | 29 If it does, the reference counting for the object is sure to be messed
|
D | atomic_ops.txt | 315 counting, and it works such that once the counter falls to zero it can
|
D | IPMI.txt | 202 all the messages are defined in the spec (and thus makes counting the
|
D | memory-barriers.txt | 1677 reference counting. These functions do not imply memory barriers. 2424 If they're used for reference counting on an object to control its lifetime,
|
/linux-4.1.27/Documentation/hwmon/ |
D | adm9240 | 63 with independent fan speed measurement cycles counting alternating rising
|
D | f71805f | 35 capabilities. It can monitor up to 9 voltages (counting its own power
|
/linux-4.1.27/Documentation/scsi/ |
D | scsi_mid_low_api.txt | 190 counting logic is being introduced into the mid level to cope with many 191 of the issues involved. See the section on reference counting below. 306 The Scsi_Host structure has had reference counting infrastructure added. 313 There are 3 reference counting functions of interest associated with 322 The Scsi_device structure has had reference counting infrastructure added. 666 * not counting the one returned as QUEUE_FULL. 817 * begin counting again
|
/linux-4.1.27/Documentation/video4linux/ |
D | README.ivtv | 92 the ivtv module about it so that it will start counting at 1 (or 2, or
|
D | vivid.txt | 268 frame/field sequence counting will keep track of that so the sequence 912 sequence and field counting in struct v4l2_buffer on the capture side may not
|
/linux-4.1.27/Documentation/driver-model/ |
D | devres.txt | 200 counting.
|
D | driver.txt | 124 node access, and does proper reference counting on each device as it
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | timekeeping.txt | 117 In addition to normal binary counting, the PIT supports BCD counting. The 480 time by counting periodic interrupts. These interrupts may come from the PIT
|
/linux-4.1.27/fs/btrfs/ |
D | volumes.c | 3156 bool counting = true; in __btrfs_balance() local 3199 if (!counting) { in __btrfs_balance() 3209 if ((!counting && atomic_read(&fs_info->balance_pause_req)) || in __btrfs_balance() 3242 if (!counting) { in __btrfs_balance() 3254 if (counting) { in __btrfs_balance() 3279 if (counting) { in __btrfs_balance() 3281 counting = false; in __btrfs_balance()
|
/linux-4.1.27/Documentation/i2c/ |
D | dev-interface | 5 Each registered i2c adapter gets a number, counting from 0. You can
|
/linux-4.1.27/Documentation/thermal/ |
D | intel_powerclamp.txt | 257 counter summed over per CPU counting threads spawned for all running
|
/linux-4.1.27/Documentation/vm/ |
D | cleancache.txt | 169 about 40 lines added (not counting comments and blank lines).
|
D | numa_memory_policy.txt | 354 Because of this extra reference counting, and because we must lookup
|
/linux-4.1.27/Documentation/input/ |
D | elantech.txt | 304 This counting is reset whenever a different number of fingers is reported.
|
/linux-4.1.27/Documentation/cgroups/ |
D | unified-hierarchy.txt | 390 setting a threshold for that value and then counting those events.
|
/linux-4.1.27/Documentation/block/ |
D | biodoc.txt | 587 There are routines for managing the allocation, and reference counting, and
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 556 * manually walk the list counting MAXCMDCNT elements
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 73 In IBM standard notation I am counting bit 0 as the MSB.
|
/linux-4.1.27/Documentation/networking/ |
D | arcnet-hardware.txt | 2582 the booklet there is a different way of counting ... 2-9, 2-10, A-1,
|