Home
last modified time | relevance | path

Searched refs:bucket_size (Results 1 – 14 of 14) sorted by relevance

/linux/tools/tracing/rtla/src/
H A Dosnoise_hist.c31 int bucket_size;
64 *osnoise_alloc_histogram(int entries, int bucket_size)
74 data->bucket_size = bucket_size; in osnoise_alloc_histogram()
110 bucket = duration / data->bucket_size; in osnoise_hist_update_multiple()
144 int bucket_size; in osnoise_init_trace_hist()
151 bucket_size = params->common.output_divisor * params->common.hist.bucket_size; in osnoise_init_trace_hist()
152 snprintf(buff, sizeof(buff), "duration.buckets=%d", bucket_size); in osnoise_init_trace_hist()
349 bucket * data->bucket_size); in osnoise_print_stats()
32 int bucket_size; global() member
66 osnoise_alloc_histogram(int nr_cpus,int entries,int bucket_size) osnoise_alloc_histogram() argument
147 int bucket_size; osnoise_init_trace_hist() local
[all...]
H A Dtimerlat_hist.c47 int bucket_size;
86 *timerlat_alloc_histogram(int entries, int bucket_size) in timerlat_alloc_histogram() argument
96 data->bucket_size = bucket_size; in timerlat_alloc_histogram()
149 bucket = latency / data->bucket_size; in timerlat_hist_update()
622 bucket * data->bucket_size); in timerlat_print_stats()
720 params->hist.bucket_size); in timerlat_hist_usage()
46 int bucket_size; global() member
H A Dtimerlat.bpf.c55 const volatile int bucket_size = 1; in map_get()
151 bucket = latency / bucket_size; in handle_timerlat_sample()
44 const volatile int bucket_size = 1; global() variable
H A Dtimerlat_bpf.c36 bpf->rodata->bucket_size = params->common.hist.bucket_size; in timerlat_bpf_init()
H A Dcommon.h73 int bucket_size;
66 int bucket_size; global() member
/linux/tools/testing/selftests/kvm/
H A Dkvm_binary_stats_test.c128 TEST_ASSERT(pdesc->bucket_size, in stats_test()
133 TEST_ASSERT(!pdesc->bucket_size, in stats_test()
/linux/drivers/md/bcache/
H A Dbcache_ondisk.h192 __le16 bucket_size; /* sectors */ member
254 __u32 bucket_size; /* sectors */ member
H A Dalloc.c87 unsigned long next = c->nbuckets * c->cache->sb.bucket_size / 1024; in bch_rescale_priorities()
437 SET_GC_SECTORS_USED(b, ca->sb.bucket_size); in bch_bucket_alloc()
569 ret->sectors_free = c->cache->sb.bucket_size; in pick_data_bucket()
H A Dbcache.h775 #define bucket_bytes(ca) ((ca)->sb.bucket_size << 9)
786 n = sb->bucket_size / PAGE_SECTORS; in meta_bucket_pages()
817 return s & (c->cache->sb.bucket_size - 1); in bucket_remainder()
H A Dsysfs.c66 read_attribute(bucket_size);
730 sysfs_hprint(bucket_size, bucket_bytes(c->cache)); in SHOW()
1035 sysfs_hprint(bucket_size, bucket_bytes(ca)); in SHOW()
1119 n * ca->sb.bucket_size / (ARRAY_SIZE(q) + 1)); in SHOW()
H A Dextents.c57 if (KEY_SIZE(k) + r > c->cache->sb.bucket_size || in __ptr_invalid()
78 if (KEY_SIZE(k) + r > c->cache->sb.bucket_size) in bch_ptr_status()
H A Dbtree.h197 atomic_set(&c->sectors_to_gc, c->cache->sb.bucket_size * c->nbuckets / 16); in set_gc_sectors()
H A Dbtree.c160 iter->size = b->c->cache->sb.bucket_size / b->c->cache->sb.block_size; in bch_btree_node_read_done()
/linux/tools/include/uapi/linux/
H A Dkvm.h1609 __u32 bucket_size; member