Searched refs:j0 (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/scripts/coccinelle/api/ |
D | platform_no_drv_owner.cocci | 78 position j0; 83 * .owner@j0 = THIS_MODULE, 89 position j0; 94 * .owner@j0 = THIS_MODULE, 100 position j0; 105 * .owner@j0 = THIS_MODULE, 111 position j0; 116 * .owner@j0 = THIS_MODULE, 123 j0 << fix1_context.j0; 127 coccilib.org.print_todo(j0[0], msg) [all …]
|
/linux-4.4.14/scripts/coccinelle/misc/ |
D | compare_const_fl.cocci | 89 position j0; 105 * c@j0 b e 115 position j0; 131 * c@j0 < e 133 * c@j0 <= e 135 * c@j0 > e 137 * c@j0 >= e 143 j0 << r1_context.j0; 147 coccilib.org.print_todo(j0[0], msg) 150 j0 << r2_context.j0; [all …]
|
/linux-4.4.14/scripts/coccinelle/tests/ |
D | odd_ptr_err.cocci | 66 position j0, j1; 69 if (IS_ERR@j0(x) || ...) { 85 position r1_context.j0, r1_context.j1; 88 * if (IS_ERR@j0(x) || ...) { 100 j0 << r1_context.j0; 105 coccilib.org.print_todo(j0[0], msg) 111 j0 << r1_context.j0; 116 coccilib.report.print_report(j0[0], msg)
|
/linux-4.4.14/scripts/coccinelle/iterators/ |
D | device_node_continue.cocci | 78 position j0; 81 * of_node_put@j0@p2(n); 86 j0 << t_context.j0; 90 coccilib.org.print_todo(j0[0], msg) 95 j0 << t_context.j0; 99 coccilib.report.print_report(j0[0], msg)
|
/linux-4.4.14/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.4.14/kernel/time/ |
D | timer.c | 240 unsigned long j0 = jiffies; in __round_jiffies_relative() local 243 return round_jiffies_common(j + j0, cpu, false) - j0; in __round_jiffies_relative() 317 unsigned long j0 = jiffies; in __round_jiffies_up_relative() local 320 return round_jiffies_common(j + j0, cpu, true) - j0; in __round_jiffies_up_relative()
|
/linux-4.4.14/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.4.14/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()
|