Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dstats.c28 * get a cache hit, we increment a single atomic_t in acc->collector, and when
159 unsigned int t = atomic_xchg(&acc->collector.name, 0); \ in scale_accounting()
208 mark_cache_stats(&dc->accounting.collector, hit, bypass); in bch_mark_cache_accounting()
209 mark_cache_stats(&c->accounting.collector, hit, bypass); in bch_mark_cache_accounting()
216 atomic_inc(&dc->accounting.collector.cache_readaheads); in bch_mark_cache_readahead()
217 atomic_inc(&c->accounting.collector.cache_readaheads); in bch_mark_cache_readahead()
224 atomic_inc(&dc->accounting.collector.cache_miss_collisions); in bch_mark_cache_miss_collision()
225 atomic_inc(&c->accounting.collector.cache_miss_collisions); in bch_mark_cache_miss_collision()
231 atomic_add(sectors, &dc->accounting.collector.sectors_bypassed); in bch_mark_sectors_bypassed()
232 atomic_add(sectors, &c->accounting.collector in bch_mark_sectors_bypassed()
[all...]
H A Dstats.h34 struct cache_stat_collector collector; member
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/net/rxrpc/
H A Dpeer_event.c303 struct list_head *collector, in rxrpc_peer_keepalive_dispatch()
314 while (!list_empty(collector)) { in rxrpc_peer_keepalive_dispatch()
315 peer = list_entry(collector->next, in rxrpc_peer_keepalive_dispatch()
363 LIST_HEAD(collector); in rxrpc_peer_keepalive_worker()
381 list_splice_init(&rxnet->peer_keepalive_new, &collector); in rxrpc_peer_keepalive_worker()
386 &collector); in rxrpc_peer_keepalive_worker()
396 rxrpc_peer_keepalive_dispatch(rxnet, &collector, base, cursor); in rxrpc_peer_keepalive_worker()
397 ASSERT(list_empty(&collector)); in rxrpc_peer_keepalive_worker()
302 rxrpc_peer_keepalive_dispatch(struct rxrpc_net *rxnet, struct list_head *collector, time64_t base, u8 cursor) rxrpc_peer_keepalive_dispatch() argument
/kernel/linux/linux-6.6/net/rxrpc/
H A Dpeer_event.c231 struct list_head *collector, in rxrpc_peer_keepalive_dispatch()
243 while (!list_empty(collector)) { in rxrpc_peer_keepalive_dispatch()
244 peer = list_entry(collector->next, in rxrpc_peer_keepalive_dispatch()
295 LIST_HEAD(collector); in rxrpc_peer_keepalive_worker()
313 list_splice_init(&rxnet->peer_keepalive_new, &collector); in rxrpc_peer_keepalive_worker()
318 &collector); in rxrpc_peer_keepalive_worker()
328 rxrpc_peer_keepalive_dispatch(rxnet, &collector, base, cursor); in rxrpc_peer_keepalive_worker()
329 ASSERT(list_empty(&collector)); in rxrpc_peer_keepalive_worker()
230 rxrpc_peer_keepalive_dispatch(struct rxrpc_net *rxnet, struct list_head *collector, time64_t base, u8 cursor) rxrpc_peer_keepalive_dispatch() argument
/kernel/linux/linux-6.6/tools/tracing/latency/
H A DMakefile7 TARGETS = latency-collector
17 $(RM) latency-collector

Completed in 4 milliseconds