Searched refs:collector (Results 1 – 17 of 17) sorted by relevance
| /linux/tools/tracing/latency/ |
| H A D | Makefile | 27 LATENCY-COLLECTOR := $(OUTPUT)latency-collector 66 latency-collector.%: fixdep FORCE 70 make $(build)=latency-collector 79 $(call QUIET_INSTALL,latency-collector)$(INSTALL) $(LATENCY-COLLECTOR) -m 755 $(DESTDIR)$(BINDIR) 80 @$(STRIP) $(DESTDIR)$(BINDIR)/latency-collector 83 $(call QUIET_CLEAN, latency-collector) 85 $(Q)@rm -f latency-collector fixdep FEATURE-DUMP
|
| H A D | Build | 1 latency-collector-y += latency-collector.o
|
| H A D | .gitignore | 2 latency-collector
|
| /linux/drivers/md/bcache/ |
| H A 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()
|
| H A D | stats.h | 32 struct cache_stat_collector collector; member
|
| /linux/net/rxrpc/ |
| H A D | peer_event.c | 259 struct list_head *collector, in rxrpc_peer_keepalive_dispatch() argument 271 while (!list_empty(collector)) { in rxrpc_peer_keepalive_dispatch() 272 peer = list_entry(collector->next, in rxrpc_peer_keepalive_dispatch() 323 LIST_HEAD(collector); in rxrpc_peer_keepalive_worker() 341 list_splice_init(&rxnet->peer_keepalive_new, &collector); in rxrpc_peer_keepalive_worker() 346 &collector); in rxrpc_peer_keepalive_worker() 356 rxrpc_peer_keepalive_dispatch(rxnet, &collector, base, cursor); in rxrpc_peer_keepalive_worker() 357 ASSERT(list_empty(&collector)); in rxrpc_peer_keepalive_worker()
|
| /linux/fs/netfs/ |
| H A D | misc.c | 382 bool (*collector)(struct netfs_io_request *rreq)) in netfs_collect_in_app() 416 if (collector(rreq)) { in netfs_collect_in_app() 434 bool (*collector)(struct netfs_io_request *rreq)) in netfs_wait_for_in_progress() 443 switch (netfs_collect_in_app(rreq, collector)) { in netfs_wait_for_in_progress() 503 bool (*collector)(struct netfs_io_request *rreq)) in netfs_wait_for_pause() 512 switch (netfs_collect_in_app(rreq, collector)) { in netfs_wait_for_pause()
|
| /linux/Documentation/spi/ |
| H A 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/arch/x86/ras/ |
| H A D | Kconfig | 21 collector feature. "pfn" is a writable file that allows user to
|
| /linux/Documentation/firmware-guide/acpi/apei/ |
| H A D | output_format.rst | 108 root complex event collector
|
| /linux/Documentation/i2c/busses/ |
| H A D | i2c-parport.rst | 86 must be 74HC05, they must be open collector output.
|
| /linux/Documentation/driver-api/gpio/ |
| H A D | intro.rst | 84 driven) signaling. That term applies to CMOS transistors; "open collector" is
|
| /linux/fs/jffs2/ |
| H A D | README.Locking | 17 the garbage collector will obtain this right at the beginning of
|
| /linux/Documentation/filesystems/ |
| H A D | nilfs2.rst | 28 cleaner or garbage collector) are required. Details on the tools are
|
| /linux/mm/ |
| H A D | Kconfig.debug | 252 similar to the Boehm's conservative garbage collector, the
|
| /linux/Documentation/security/keys/ |
| H A 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/Documentation/RCU/Design/Requirements/ |
| H A D | Requirements.rst | 1365 | cannot complete until the next time the garbage collector runs, which |
|