Searched refs:start0 (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/lib/lz4/ |
D | lz4hc_compress.c | 336 const u8 *start0; in lz4_compresshcctx() local 351 start0 = ip; in lz4_compresshcctx() 366 if (start0 < ip) { in lz4_compresshcctx() 369 ip = start0; in lz4_compresshcctx() 454 start0 = start2; in lz4_compresshcctx()
|
/linux-4.4.14/tools/perf/bench/ |
D | numa.c | 1034 struct timeval start0, start, stop, diff; in worker_thread() local 1092 gettimeofday(&start0, NULL); in worker_thread() 1094 start = stop = start0; in worker_thread() 1136 timersub(&stop, &start0, &diff); in worker_thread() 1192 timersub(&stop, &start0, &diff); in worker_thread() 1200 timersub(&stop, &start0, &diff); in worker_thread()
|