Searched refs:bytes_process (Results 1 – 2 of 2) sorted by relevance
1275 u32 bytes_process = 0; in r8152_recv() local1297 while (bytes_process < actual_len) { in r8152_recv()1298 rx_desc = (struct rx_desc *)(recv_buf + bytes_process); in r8152_recv()1299 pkt_ptr = recv_buf + sizeof(struct rx_desc) + bytes_process; in r8152_recv()1306 bytes_process += in r8152_recv()1309 if (bytes_process % 8) in r8152_recv()1310 bytes_process = bytes_process + 8 - (bytes_process % 8); in r8152_recv()
114 long bytes_process; member1180 val += do_work(process_data, g->p.bytes_process, thread_nr, g->p.nr_threads, l, val); in worker_thread()1197 work_done = g->p.bytes_global + g->p.bytes_process + in worker_thread()1324 process_data = setup_private_data(g->p.bytes_process); in worker_process()1352 free_data(process_data, g->p.bytes_process); in worker_process()1367 g->p.nr_loops, g->p.bytes_process/1024/1024); in print_summary()1452 g->p.bytes_process = g->p.mb_proc *1024L*1024L; in init()