Searched refs:start0 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/lib/lz4/ |
H A D | lz4hc_compress.c | 364 const BYTE *start0; in LZ4HC_compress_generic() local 387 start0 = ip; in LZ4HC_compress_generic() 408 if (start0 < ip) { in LZ4HC_compress_generic() 411 ip = start0; in LZ4HC_compress_generic() 417 /* Here, start0 == ip */ in LZ4HC_compress_generic() 505 start0 = start2; in LZ4HC_compress_generic()
|
/kernel/linux/linux-6.6/lib/lz4/ |
H A D | lz4hc_compress.c | 364 const BYTE *start0; in LZ4HC_compress_generic() local 387 start0 = ip; in LZ4HC_compress_generic() 408 if (start0 < ip) { in LZ4HC_compress_generic() 411 ip = start0; in LZ4HC_compress_generic() 417 /* Here, start0 == ip */ in LZ4HC_compress_generic() 505 start0 = start2; in LZ4HC_compress_generic()
|
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | numa.c | 1107 struct timeval start0, start, stop, diff; in worker_thread() local 1168 gettimeofday(&start0, NULL); in worker_thread() 1170 start = stop = start0; in worker_thread() 1212 timersub(&stop, &start0, &diff); in worker_thread() 1268 timersub(&stop, &start0, &diff); in worker_thread() 1276 timersub(&stop, &start0, &diff); in worker_thread()
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | numa.c | 1156 struct timeval start0, start, stop, diff; in worker_thread() local 1217 gettimeofday(&start0, NULL); in worker_thread() 1219 start = stop = start0; in worker_thread() 1261 timersub(&stop, &start0, &diff); in worker_thread() 1318 timersub(&stop, &start0, &diff); in worker_thread() 1326 timersub(&stop, &start0, &diff); in worker_thread()
|
Completed in 8 milliseconds