Searched refs:j0 (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/scripts/coccinelle/api/ |
D | platform_no_drv_owner.cocci | 55 position j0; 60 * .owner@j0 = THIS_MODULE, 66 position j0; 71 * .owner@j0 = THIS_MODULE, 78 j0 << fix1_context.j0; 82 coccilib.org.print_todo(j0[0], msg) 85 j0 << fix2_context.j0; 89 coccilib.org.print_todo(j0[0], msg) 94 j0 << fix1_context.j0; 98 coccilib.report.print_report(j0[0], msg) [all …]
|
/linux-4.1.27/lib/raid6/ |
D | algos.c | 134 unsigned long perf, bestgenperf, bestxorperf, j0, j1; in raid6_choose_gen() local 147 j0 = jiffies; in raid6_choose_gen() 148 while ((j1 = jiffies) == j0) in raid6_choose_gen() 170 j0 = jiffies; in raid6_choose_gen() 171 while ((j1 = jiffies) == j0) in raid6_choose_gen()
|
/linux-4.1.27/kernel/time/ |
D | timer.c | 219 unsigned long j0 = jiffies; in __round_jiffies_relative() local 222 return round_jiffies_common(j + j0, cpu, false) - j0; in __round_jiffies_relative() 296 unsigned long j0 = jiffies; in __round_jiffies_up_relative() local 299 return round_jiffies_common(j + j0, cpu, true) - j0; in __round_jiffies_up_relative()
|
/linux-4.1.27/arch/x86/crypto/ |
D | salsa20-x86_64-asm_64.S | 55 # j0 = in0 101 # x1 = j0 648 # (uint32) x0 += j0 652 # x1 += j0
|
D | salsa20-i586-asm_32.S | 44 # j0 = in0 128 # in0 = j0 751 # in0 += j0
|
/linux-4.1.27/fs/jfs/ |
D | jfs_dmap.c | 3388 int i, i0 = true, j, j0 = true, k, n; in dbExtendFS() local 3485 if (j0) { in dbExtendFS() 3496 j0 = false; in dbExtendFS()
|