Lines Matching defs:function
57 OPT_STRING('f', "function", &function_str, "all",
58 "Specify the function to run, \"all\" runs all available functions, \"help\" lists them"),
92 const struct function *functions;
93 int (*do_op)(const struct function *r, struct bench_params *p,
108 struct function {
199 const struct function *r = &info->functions[r_idx];
205 printf("# function '%s' (%s)\n", r->name, r->desc);
311 printf("Unknown function: %s\n", function_str);
337 static int do_memcpy(const struct function *r, struct bench_params *p,
402 static struct function memcpy_functions[] = {
437 static int do_memset(const struct function *r, struct bench_params *p,
465 static const struct function memset_functions[] = {
510 const struct function *func;
520 const struct function *r = data->func;
550 static int do_mmap(const struct function *r, struct bench_params *p,
599 static const struct function mmap_functions[] = {