Searched refs:collector (Results 1 – 21 of 21) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
D | stats.c | 159 unsigned int t = atomic_xchg(&acc->collector.name, 0); \ in scale_accounting() 208 mark_cache_stats(&dc->accounting.collector, hit, bypass); in bch_mark_cache_accounting() 209 mark_cache_stats(&c->accounting.collector, hit, bypass); in bch_mark_cache_accounting() 216 atomic_inc(&dc->accounting.collector.cache_readaheads); in bch_mark_cache_readahead() 217 atomic_inc(&c->accounting.collector.cache_readaheads); in bch_mark_cache_readahead() 224 atomic_inc(&dc->accounting.collector.cache_miss_collisions); in bch_mark_cache_miss_collision() 225 atomic_inc(&c->accounting.collector.cache_miss_collisions); in bch_mark_cache_miss_collision() 231 atomic_add(sectors, &dc->accounting.collector.sectors_bypassed); in bch_mark_sectors_bypassed() 232 atomic_add(sectors, &c->accounting.collector.sectors_bypassed); in bch_mark_sectors_bypassed()
|
D | stats.h | 34 struct cache_stat_collector collector; member
|
/kernel/linux/linux-5.10/net/rxrpc/ |
D | peer_event.c | 303 struct list_head *collector, in rxrpc_peer_keepalive_dispatch() argument 314 while (!list_empty(collector)) { in rxrpc_peer_keepalive_dispatch() 315 peer = list_entry(collector->next, in rxrpc_peer_keepalive_dispatch() 363 LIST_HEAD(collector); in rxrpc_peer_keepalive_worker() 381 list_splice_init(&rxnet->peer_keepalive_new, &collector); in rxrpc_peer_keepalive_worker() 386 &collector); in rxrpc_peer_keepalive_worker() 396 rxrpc_peer_keepalive_dispatch(rxnet, &collector, base, cursor); in rxrpc_peer_keepalive_worker() 397 ASSERT(list_empty(&collector)); in rxrpc_peer_keepalive_worker()
|
/kernel/linux/linux-5.10/Documentation/spi/ |
D | spi-lm70llp.rst | 66 collector is tied to VCC. 70 the collector to zero, which is reflected on pin 13 of the DB25 parport 72 hand, the transistor is cut off and the voltage tied to it's collector is
|
/kernel/linux/linux-5.10/arch/x86/ras/ |
D | Kconfig | 21 collector feature. "pfn" is a writable file that allows user to
|
/kernel/linux/linux-5.10/Documentation/firmware-guide/acpi/apei/ |
D | output_format.rst | 108 root complex event collector
|
/kernel/linux/linux-5.10/Documentation/i2c/busses/ |
D | i2c-parport.rst | 86 must be 74HC05, they must be open collector output.
|
/kernel/linux/linux-5.10/Documentation/driver-api/gpio/ |
D | intro.rst | 96 driven) signaling. That term applies to CMOS transistors; "open collector" is
|
D | driver.rst | 136 Open drain (CMOS) or open collector (TTL) means the line is not actively driven 137 high: instead you provide the drain/collector as output, so when the transistor
|
D | legacy.rst | 418 "open collector" is used for TTL.) A pullup resistor causes the high signal
|
/kernel/linux/linux-5.10/fs/jffs2/ |
D | README.Locking | 17 the garbage collector will obtain this right at the beginning of
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | nilfs2.rst | 28 cleaner or garbage collector) are required. Details on the tools are
|
/kernel/linux/linux-5.10/Documentation/dev-tools/ |
D | kmemleak.rst | 5 way similar to a `tracing garbage collector
|
/kernel/linux/linux-5.10/kernel/power/ |
D | Kconfig | 162 bool "Garbage collector for user space wakeup sources"
|
/kernel/linux/linux-5.10/Documentation/security/keys/ |
D | core.rst | 825 garbage collector. The garbage collector immediately removes invalidated 1277 collector to clean up function or data pointers in this structure if the 1844 background garbage collector.
|
/kernel/linux/linux-5.10/Documentation/translations/it_IT/process/ |
D | coding-style.rst | 708 *garbage collector* (e fuori dal kernel i *garbage collector* sono lenti
|
/kernel/linux/linux-5.10/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.
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | ip-sysctl.rst | 129 Minimum number of entries to keep. Garbage collector will not 135 Threshold when garbage collector becomes more aggressive about
|
/kernel/linux/linux-5.10/lib/ |
D | Kconfig.debug | 653 similar to the Boehm's conservative garbage collector, the
|
/kernel/liteos_a/fs/jffs2/ |
D | jffs2.patch | 8501 - * In the first case, the garbage collector release it later. 9646 -/* -------- garbage collector functions -------------
|
/kernel/linux/linux-5.10/Documentation/RCU/Design/Requirements/ |
D | Requirements.rst | 1364 | cannot complete until the next time the garbage collector runs, which |
|