Home
last modified time | relevance | path

Searched full:collector (Results 1 – 25 of 86) sorted by relevance

1234

/linux/tools/tracing/latency/
H A DMakefile27 LATENCY-COLLECTOR := $(OUTPUT)latency-collector
28 LATENCY-COLLECTOR_IN := $(LATENCY-COLLECTOR)-in.o
40 all: $(LATENCY-COLLECTOR)
63 $(LATENCY-COLLECTOR): $(LATENCY-COLLECTOR_IN)
64 $(QUIET_LINK)$(CC) $(LDFLAGS) -o $(LATENCY-COLLECTOR) $(LATENCY-COLLECTOR_IN) $(EXTLIBS)
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)
[all …]
H A DBuild1 latency-collector-y += latency-collector.o
H A D.gitignore2 latency-collector
/linux/drivers/md/bcache/
H A Dstats.c28 * get a cache hit, we increment a single atomic_t in acc->collector, and when
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 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.c333 * collector.
343 /* If we are at the head of the queue, wake up the collector. */ in netfs_subreq_clear_in_progress()
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()
H A Dwrite_issue.c202 /* We add to the end of the list whilst the collector may be walking in netfs_prepare_write()
203 * the list. The collector only goes nextwards and uses the lock to in netfs_prepare_write()
524 * End the issuing of writes, letting the collector know we're done.
/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 DKconfig3 bool "Correctable Errors Collector"
21 collector feature. "pfn" is a writable file that allows user to
/linux/drivers/net/ethernet/sfc/falcon/
H A Dio.h47 * written. If the collector and the current write together do not
51 * register while the collector already holds values for some other
52 * register, the write is discarded and the collector maintains its
263 * collector register.
/linux/drivers/irqchip/
H A Dalphascale_asm9260-icoll.h23 * interrupt collector that the interrupt service routine for the current
30 * The Interrupt Collector Level Acknowledge Register is used by software to
H A Dirq-mxs.c81 * The Interrupt Collector is able to prioritize irqs. in icoll_ack_irq()
198 * Interrupt Collector reset, which initializes the priority in icoll_of_init()
/linux/drivers/net/ethernet/sfc/siena/
H A Dio.h47 * written. If the collector and the current write together do not
51 * register while the collector already holds values for some other
52 * register, the write is discarded and the collector maintains its
288 * collector register.
/linux/drivers/pci/pcie/
H A Dpme.c51 * @dev: PCIe root port or event collector.
127 * @port: Root port or event collector that generated the PME interrupt.
306 * @port: PCIe root port or event collector to handle.
309 * root complex integrated endpoint if @port is a root complex event collector)
H A Drcec.c3 * Root Complex Event Collector Support
/linux/security/keys/
H A Dgc.c2 /* Key garbage collector
106 * collector: the first to mark keys of that type as being dead, the second to
172 * Garbage collector for unused keys.
/linux/drivers/gpu/drm/xe/
H A Dxe_vm_types.h187 * @svm.garbage_collector: Garbage collector which is used unmap
195 * in the garbage collector.
200 * garbage collector runs on.
/linux/include/dt-bindings/gpio/
H A Dgpio.h26 * Open Drain/Collector is the combination of single-ended open drain interface.
/linux/Documentation/devicetree/bindings/regulator/
H A Dmediatek,mt6873-dvfsrc-regulator.yaml10 The Dynamic Voltage and Frequency Scaling Resource Collector Regulators
/linux/drivers/media/pci/intel/ipu6/
H A Dipu6-platform-regs.h67 /* CDC Burst collector thresholds for isys - 3 FIFOs i = 0..2 */
/linux/fs/ubifs/
H A Dgc.c27 * Garbage Collector has to synchronize the GC head's write buffer before
51 * define "soft" and "hard" limits on the number of LEBs the garbage collector
635 * ubifs_garbage_collect - UBIFS garbage collector.
645 * Garbage collector writes data to the journal when GC'ing data LEBs, and just
/linux/Documentation/firmware-guide/acpi/apei/
H A Doutput_format.rst108 root complex event collector
/linux/Documentation/driver-api/gpio/
H A Dintro.rst84 driven) signaling. That term applies to CMOS transistors; "open collector" is
/linux/security/tomoyo/
H A Dgc.c608 * tomoyo_gc_thread - Garbage collector thread function.
616 /* Garbage collector thread is exclusive. */ in tomoyo_gc_thread()

1234