Searched refs:bytes_global (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | numa.c | 113 long bytes_global; member 1179 val += do_work(global_data, g->p.bytes_global, process_nr, g->p.nr_proc, l, val); in worker_thread() 1197 work_done = g->p.bytes_global + g->p.bytes_process + in worker_thread() 1365 g->p.nr_loops, g->p.bytes_global/1024/1024); in print_summary() 1451 g->p.bytes_global = g->p.mb_global *1024L*1024L; in init() 1456 g->data = setup_shared_data(g->p.bytes_global); in init() 1479 free_data(g->data, g->p.bytes_global); in deinit()
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | numa.c | 114 long bytes_global; member 1228 val += do_work(global_data, g->p.bytes_global, process_nr, g->p.nr_proc, l, val); in worker_thread() 1246 work_done = g->p.bytes_global + g->p.bytes_process + in worker_thread() 1415 g->p.nr_loops, g->p.bytes_global/1024/1024); in print_summary() 1511 g->p.bytes_global = g->p.mb_global *1024L*1024L; in init() 1516 g->data = setup_shared_data(g->p.bytes_global); in init() 1539 free_data(g->data, g->p.bytes_global); in deinit()
|
Completed in 6 milliseconds