Searched refs:size_str (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/tools/perf/bench/ |
D | mem-functions.c | 26 static const char *size_str = "1MB"; variable 33 OPT_STRING('s', "size", &size_str, "1MB", 119 printf("# Copying %s bytes ...\n\n", size_str); in __bench_mem_function() 161 size = (size_t)perf_atoll((char *)size_str); in bench_mem_common() 165 fprintf(stderr, "Invalid size:%s\n", size_str); in bench_mem_common()
|
/linux-4.4.14/scripts/dtc/ |
D | flattree.c | 891 uint32_t size_str = fdt32_to_cpu(fdt->size_dt_strings); in dt_from_blob() local 892 if (off_str+size_str > totalsize) in dt_from_blob() 894 inbuf_init(&strbuf, blob + off_str, blob + off_str + size_str); in dt_from_blob()
|
/linux-4.4.14/tools/vm/ |
D | slabinfo.c | 562 char size_str[20]; in slabcache() local 582 store_size(size_str, slab_size(s)); in slabcache() 584 store_size(size_str, slab_waste(s)); in slabcache() 627 s->name, s->objects, s->object_size, size_str, dist_str, in slabcache()
|