Searched refs:j0 (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/lib/raid6/ |
H A D | algos.c | 134 unsigned long perf, bestgenperf, bestxorperf, j0, j1; raid6_choose_gen() local 147 j0 = jiffies; raid6_choose_gen() 148 while ((j1 = jiffies) == j0) raid6_choose_gen() 170 j0 = jiffies; raid6_choose_gen() 171 while ((j1 = jiffies) == j0) raid6_choose_gen()
|
/linux-4.1.27/kernel/time/ |
H A D | timer.c | 219 unsigned long j0 = jiffies; __round_jiffies_relative() local 221 /* Use j0 because jiffies might change while we run */ __round_jiffies_relative() 222 return round_jiffies_common(j + j0, cpu, false) - j0; __round_jiffies_relative() 296 unsigned long j0 = jiffies; __round_jiffies_up_relative() local 298 /* Use j0 because jiffies might change while we run */ __round_jiffies_up_relative() 299 return round_jiffies_common(j + j0, cpu, true) - j0; __round_jiffies_up_relative()
|
/linux-4.1.27/arch/x86/crypto/ |
H A D | aesni-intel_avx-x86_64.S | 1498 # u8 *iv, /* Pre-counter block j0: 4 byte salt 1519 # u8 *iv, /* Pre-counter block j0: 4 byte salt 2775 # u8 *iv, /* Pre-counter block j0: 4 byte salt 2796 # u8 *iv, /* Pre-counter block j0: 4 byte salt
|
H A D | aesni-intel_glue.c | 119 * u8 *iv, Pre-counter block j0: 4 byte salt (from Security Association) 140 * u8 *iv, Pre-counter block j0: 4 byte salt (from Security Association)
|
H A D | aesni-intel_asm.S | 1201 * u8 *iv, // Pre-counter block j0: 4 byte salt (from Security Association) 1464 * u8 *iv, // Pre-counter block j0: 4 byte salt (from Security Association)
|
/linux-4.1.27/fs/jfs/ |
H A D | jfs_dmap.c | 3388 int i, i0 = true, j, j0 = true, k, n; dbExtendFS() local 3485 if (j0) { dbExtendFS() 3496 j0 = false; dbExtendFS()
|
Completed in 222 milliseconds