Home
last modified time | relevance | path

Searched refs:start0 (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/lib/lz4/
Dlz4hc_compress.c336 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.1.27/tools/perf/bench/
Dnuma.c1029 struct timeval start0, start, stop, diff; in worker_thread() local
1086 gettimeofday(&start0, NULL); in worker_thread()
1088 start = stop = start0; in worker_thread()
1130 timersub(&stop, &start0, &diff); in worker_thread()
1186 timersub(&stop, &start0, &diff); in worker_thread()
1194 timersub(&stop, &start0, &diff); in worker_thread()