Searched refs:collector (Results 1 – 24 of 24) sorted by relevance
/Linux-v6.6/drivers/md/bcache/ |
D | stats.c | 155 unsigned int t = atomic_xchg(&acc->collector.name, 0); \ in scale_accounting() 203 mark_cache_stats(&dc->accounting.collector, hit, bypass); in bch_mark_cache_accounting() 204 mark_cache_stats(&c->accounting.collector, hit, bypass); in bch_mark_cache_accounting() 211 atomic_inc(&dc->accounting.collector.cache_miss_collisions); in bch_mark_cache_miss_collision() 212 atomic_inc(&c->accounting.collector.cache_miss_collisions); in bch_mark_cache_miss_collision() 218 atomic_add(sectors, &dc->accounting.collector.sectors_bypassed); in bch_mark_sectors_bypassed() 219 atomic_add(sectors, &c->accounting.collector.sectors_bypassed); in bch_mark_sectors_bypassed()
|
D | stats.h | 32 struct cache_stat_collector collector; member
|
/Linux-v6.6/net/rxrpc/ |
D | peer_event.c | 231 struct list_head *collector, in rxrpc_peer_keepalive_dispatch() argument 243 while (!list_empty(collector)) { in rxrpc_peer_keepalive_dispatch() 244 peer = list_entry(collector->next, in rxrpc_peer_keepalive_dispatch() 295 LIST_HEAD(collector); in rxrpc_peer_keepalive_worker() 313 list_splice_init(&rxnet->peer_keepalive_new, &collector); in rxrpc_peer_keepalive_worker() 318 &collector); in rxrpc_peer_keepalive_worker() 328 rxrpc_peer_keepalive_dispatch(rxnet, &collector, base, cursor); in rxrpc_peer_keepalive_worker() 329 ASSERT(list_empty(&collector)); in rxrpc_peer_keepalive_worker()
|
/Linux-v6.6/tools/tracing/latency/ |
D | Makefile | 7 TARGETS = latency-collector 17 $(RM) latency-collector
|
D | .gitignore | 2 latency-collector
|
/Linux-v6.6/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 its collector is
|
/Linux-v6.6/arch/x86/ras/ |
D | Kconfig | 21 collector feature. "pfn" is a writable file that allows user to
|
/Linux-v6.6/Documentation/firmware-guide/acpi/apei/ |
D | output_format.rst | 108 root complex event collector
|
/Linux-v6.6/Documentation/i2c/busses/ |
D | i2c-parport.rst | 86 must be 74HC05, they must be open collector output.
|
/Linux-v6.6/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 | 380 "open collector" is used for TTL.) A pullup resistor causes the high signal
|
/Linux-v6.6/fs/jffs2/ |
D | README.Locking | 17 the garbage collector will obtain this right at the beginning of
|
/Linux-v6.6/mm/ |
D | Kconfig.debug | 227 similar to the Boehm's conservative garbage collector, the
|
/Linux-v6.6/Documentation/dev-tools/ |
D | kmemleak.rst | 5 way similar to a `tracing garbage collector
|
/Linux-v6.6/Documentation/filesystems/ |
D | nilfs2.rst | 28 cleaner or garbage collector) are required. Details on the tools are
|
D | xfs-online-fsck-design.rst | 5245 Call this file the "space collector" file. 5250 to the space collector file. 5269 space collector file so that it becomes unavailable.
|
/Linux-v6.6/kernel/power/ |
D | Kconfig | 179 bool "Garbage collector for user space wakeup sources"
|
/Linux-v6.6/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.
|
/Linux-v6.6/Documentation/translations/it_IT/process/ |
D | coding-style.rst | 768 *garbage collector* (e fuori dal kernel i *garbage collector* sono lenti
|
/Linux-v6.6/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-v6.6/drivers/regulator/ |
D | Kconfig | 912 and frequency scaling resource collector).
|
/Linux-v6.6/Documentation/networking/ |
D | ip-sysctl.rst | 163 Minimum number of entries to keep. Garbage collector will not 169 Threshold when garbage collector becomes more aggressive about
|
/Linux-v6.6/Documentation/RCU/Design/Requirements/ |
D | Requirements.rst | 1365 | cannot complete until the next time the garbage collector runs, which |
|