Home
last modified time | relevance | path

Searched refs:collector (Results 1 – 25 of 25) 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
H A Ddriver.rst135 Open drain (CMOS) or open collector (TTL) means the line is not actively driven
136 high: instead you provide the drain/collector as output, so when the transistor
/linux/fs/jffs2/
H A DREADME.Locking17 the garbage collector will obtain this right at the beginning of
/linux/Documentation/dev-tools/
H A Dkmemleak.rst5 way similar to a `tracing garbage collector
/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/kernel/power/
H A DKconfig201 bool "Garbage collector for user space wakeup sources"
/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/translations/it_IT/process/
H A Dcoding-style.rst760 *garbage collector* (e fuori dal kernel i *garbage collector* sono lenti
/linux/Documentation/RCU/
H A DRTFP.txt10 [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/Documentation/networking/
H A Dip-sysctl.rst186 Minimum number of entries to keep. Garbage collector will not
192 Threshold when garbage collector becomes more aggressive about
/linux/drivers/regulator/
H A DKconfig1017 and frequency scaling resource collector).
/linux/Documentation/filesystems/xfs/
H A Dxfs-online-fsck-design.rst5209 Call this file the "space collector" file.
5214 to the space collector file.
5233 space collector file so that it becomes unavailable.
/linux/Documentation/RCU/Design/Requirements/
H A DRequirements.rst1365 | cannot complete until the next time the garbage collector runs, which |