Home
last modified time | relevance | path

Searched refs:collector (Results 1 – 17 of 17) sorted by relevance

/linux/tools/tracing/latency/
H A DMakefile27 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 DBuild1 latency-collector-y += latency-collector.o
H A D.gitignore2 latency-collector
/linux/drivers/md/bcache/
H A Dstats.c155 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 Dstats.h32 struct cache_stat_collector collector; member
/linux/net/rxrpc/
H A Dpeer_event.c259 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 Dmisc.c382 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 Dspi-lm70llp.rst66 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 DKconfig21 collector feature. "pfn" is a writable file that allows user to
/linux/Documentation/firmware-guide/acpi/apei/
H A Doutput_format.rst108 root complex event collector
/linux/Documentation/i2c/busses/
H A Di2c-parport.rst86 must be 74HC05, they must be open collector output.
/linux/Documentation/driver-api/gpio/
H A Dintro.rst84 driven) signaling. That term applies to CMOS transistors; "open collector" is
/linux/fs/jffs2/
H A DREADME.Locking17 the garbage collector will obtain this right at the beginning of
/linux/Documentation/filesystems/
H A Dnilfs2.rst28 cleaner or garbage collector) are required. Details on the tools are
/linux/mm/
H A DKconfig.debug252 similar to the Boehm's conservative garbage collector, the
/linux/Documentation/security/keys/
H A Dcore.rst825 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 DRequirements.rst1365 | cannot complete until the next time the garbage collector runs, which |