Searched refs:collector (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/tracing/latency/
H A DMakefile27 LATENCY-COLLECTOR := $(OUTPUT)latency-collector
72 latency-collector.%: fixdep FORCE
76 make $(build)=latency-collector
85 $(call QUIET_INSTALL,latency-collector)$(INSTALL) $(LATENCY-COLLECTOR) -m 755 $(DESTDIR)$(BINDIR)
86 @$(STRIP) $(DESTDIR)$(BINDIR)/latency-collector
89 $(call QUIET_CLEAN, latency-collector)
91 $(Q)@rm -f latency-collector fixdep FEATURE-DUMP
/linux-master/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); \
203 mark_cache_stats(&dc->accounting.collector, hit, bypass);
204 mark_cache_stats(&c->accounting.collector, hit, bypass);
211 atomic_inc(&dc->accounting.collector.cache_miss_collisions);
212 atomic_inc(&c->accounting.collector.cache_miss_collisions);
218 atomic_add(sectors, &dc->accounting.collector.sectors_bypassed);
219 atomic_add(sectors, &c->accounting.collector.sectors_bypassed);
H A Dstats.h32 struct cache_stat_collector collector; member in struct:cache_accounting
/linux-master/net/rxrpc/
H A Dpeer_event.c231 struct list_head *collector,
243 while (!list_empty(collector)) {
244 peer = list_entry(collector->next,
295 LIST_HEAD(collector);
313 list_splice_init(&rxnet->peer_keepalive_new, &collector);
318 &collector);
328 rxrpc_peer_keepalive_dispatch(rxnet, &collector, base, cursor);
329 ASSERT(list_empty(&collector));
230 rxrpc_peer_keepalive_dispatch(struct rxrpc_net *rxnet, struct list_head *collector, time64_t base, u8 cursor) argument

Completed in 131 milliseconds