Searched refs:bucket_size (Results 1 – 14 of 14) sorted by relevance
| /linux/tools/tracing/rtla/src/ |
| H A D | osnoise_hist.c | 31 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 D | timerlat_hist.c | 47 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 D | timerlat.bpf.c | 55 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 D | timerlat_bpf.c | 36 bpf->rodata->bucket_size = params->common.hist.bucket_size; in timerlat_bpf_init()
|
| H A D | common.h | 73 int bucket_size; 66 int bucket_size; global() member
|
| /linux/tools/testing/selftests/kvm/ |
| H A D | kvm_binary_stats_test.c | 128 TEST_ASSERT(pdesc->bucket_size, in stats_test() 133 TEST_ASSERT(!pdesc->bucket_size, in stats_test()
|
| /linux/drivers/md/bcache/ |
| H A D | bcache_ondisk.h | 192 __le16 bucket_size; /* sectors */ member 254 __u32 bucket_size; /* sectors */ member
|
| H A D | alloc.c | 87 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 D | bcache.h | 775 #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 D | sysfs.c | 66 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 D | extents.c | 57 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 D | btree.h | 197 atomic_set(&c->sectors_to_gc, c->cache->sb.bucket_size * c->nbuckets / 16); in set_gc_sectors()
|
| H A D | btree.c | 160 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 D | kvm.h | 1609 __u32 bucket_size; member
|