Searched refs:bytes_process (Results 1 – 2 of 2) sorted by relevance
1274 u32 bytes_process = 0; in r8152_recv() local1296 while (bytes_process < actual_len) { in r8152_recv()1297 rx_desc = (struct rx_desc *)(recv_buf + bytes_process); in r8152_recv()1298 pkt_ptr = recv_buf + sizeof(struct rx_desc) + bytes_process; in r8152_recv()1305 bytes_process += in r8152_recv()1308 if (bytes_process % 8) in r8152_recv()1309 bytes_process = bytes_process + 8 - (bytes_process % 8); in r8152_recv()
115 long bytes_process; member1229 val += do_work(process_data, g->p.bytes_process, thread_nr, g->p.nr_threads, l, val); in worker_thread()1246 work_done = g->p.bytes_global + g->p.bytes_process + in worker_thread()1374 process_data = setup_private_data(g->p.bytes_process); in worker_process()1402 free_data(process_data, g->p.bytes_process); in worker_process()1417 g->p.nr_loops, g->p.bytes_process/1024/1024); in print_summary()1512 g->p.bytes_process = g->p.mb_proc *1024L*1024L; in init()