Searched refs:collector (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/drivers/md/bcache/ |
D | stats.c | 154 unsigned t = atomic_xchg(&acc->collector.name, 0); \ in scale_accounting() 202 mark_cache_stats(&dc->accounting.collector, hit, bypass); in bch_mark_cache_accounting() 203 mark_cache_stats(&c->accounting.collector, hit, bypass); in bch_mark_cache_accounting() 209 atomic_inc(&dc->accounting.collector.cache_readaheads); in bch_mark_cache_readahead() 210 atomic_inc(&c->accounting.collector.cache_readaheads); in bch_mark_cache_readahead() 216 atomic_inc(&dc->accounting.collector.cache_miss_collisions); in bch_mark_cache_miss_collision() 217 atomic_inc(&c->accounting.collector.cache_miss_collisions); in bch_mark_cache_miss_collision() 223 atomic_add(sectors, &dc->accounting.collector.sectors_bypassed); in bch_mark_sectors_bypassed() 224 atomic_add(sectors, &c->accounting.collector.sectors_bypassed); in bch_mark_sectors_bypassed()
|
D | stats.h | 33 struct cache_stat_collector collector; member
|
/linux-4.1.27/Documentation/spi/ |
D | spi-lm70llp | 62 collector is tied to VCC. 66 the collector to zero, which is reflected on pin 13 of the DB25 parport 68 hand, the transistor is cut off and the voltage tied to it's collector is
|
/linux-4.1.27/Documentation/acpi/apei/ |
D | output_format.txt | 105 root complex event collector
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-parport | 76 - All inverters -o |- must be 74HC05, they must be open collector output.
|
/linux-4.1.27/Documentation/gpio/ |
D | gpio.txt | 91 driven) signaling. That term applies to CMOS transistors; "open collector" is
|
D | gpio-legacy.txt | 416 "open collector" is used for TTL.) A pullup resistor causes the high signal
|
/linux-4.1.27/fs/jffs2/ |
D | README.Locking | 17 the garbage collector will obtain this right at the beginning of
|
/linux-4.1.27/Documentation/filesystems/ |
D | nilfs2.txt | 25 cleaner or garbage collector) are required. Details on the tools are
|
/linux-4.1.27/Documentation/ |
D | kmemleak.txt | 8 way similar to a tracing garbage collector
|
/linux-4.1.27/kernel/power/ |
D | Kconfig | 129 bool "Garbage collector for user space wakeup sources"
|
/linux-4.1.27/Documentation/security/ |
D | keys.txt | 815 garbage collector. The garbage collector immediately removes invalidated 1428 background garbage collector.
|
/linux-4.1.27/Documentation/RCU/ |
D | RTFP.txt | 10 [Kung80] recommended use of a garbage collector to defer destruction 231 Use garbage collector to clean up data after everyone is done with it. 271 collector.
|
/linux-4.1.27/Documentation/networking/ |
D | ip-sysctl.txt | 73 Minimum number of entries to keep. Garbage collector will not 78 Threshold when garbage collector becomes more aggressive about
|
/linux-4.1.27/lib/ |
D | Kconfig.debug | 497 similar to the Boehm's conservative garbage collector, the
|