Searched refs:j1 (Results 1 – 11 of 11) sorted by relevance
/linux-5.19.10/scripts/coccinelle/tests/ |
D | odd_ptr_err.cocci | 67 position j0, j1; 76 PTR_ERR@j1@p( 86 position r1_context.j0, r1_context.j1; 92 * PTR_ERR@j1@p( 102 j1 << r1_context.j1; 107 coccilib.org.print_link(j1[0], "") 113 j1 << r1_context.j1; 116 msg = "inconsistent IS_ERR and PTR_ERR on line %s." % (j1[0].line)
|
/linux-5.19.10/kernel/time/ |
D | clocksource-wdtest.c | 106 unsigned long j1, j2; in wdtest_func() local 120 j1 = clocksource_wdtest_jiffies.read(&clocksource_wdtest_jiffies); in wdtest_func() 123 WARN_ON_ONCE(j1 == j2); in wdtest_func() 135 j1 = clocksource_wdtest_ktime.read(&clocksource_wdtest_ktime); in wdtest_func() 138 pr_info("--- tsc-like times: %lu - %lu = %lu.\n", j2, j1, j2 - j1); in wdtest_func() 139 WARN_ON_ONCE(time_before(j2, j1 + NSEC_PER_USEC)); in wdtest_func()
|
/linux-5.19.10/drivers/mtd/tests/ |
D | torturetest.c | 418 int i = 0, j1, j2; in print_bufs() local 425 for (j1 = 0; j1 < 8 && i + j1 < len; j1++) { in print_bufs() 426 printk(" %02x", read[start + i + j1]); in print_bufs() 427 if (read[start + i + j1] != written[start + i + j1]) in print_bufs() 431 while (j1 < 8) { in print_bufs() 433 j1 += 1; in print_bufs()
|
/linux-5.19.10/scripts/coccinelle/iterators/ |
D | for_each_child.cocci | 153 position j0, j1; 167 return @j1 ...; 176 position ruleone_context.j0, ruleone_context.j1; 181 *return @j1...; 304 j1 << ruleone_context. j1; 309 coccilib.org.print_link(j1[0], "") 336 j1 << ruleone_context.j1; 339 msg = "WARNING: Function \"%s\" should have of_node_put() before return around line %s." % (i, j1[0…
|
/linux-5.19.10/arch/arm/kernel/ |
D | insn.c | 10 unsigned long s, j1, j2, i1, i2, imm10, imm11; in __arm_gen_branch_thumb2() local 26 j1 = (!i1) ^ s; in __arm_gen_branch_thumb2() 30 second = 0x9000 | (j1 << 13) | (j2 << 11) | imm11; in __arm_gen_branch_thumb2()
|
D | module.c | 129 u32 upper, lower, sign, j1, j2; in apply_relocate() local 341 j1 = (lower >> 13) & 1; in apply_relocate() 343 offset = (sign << 24) | ((~(j1 ^ sign) & 1) << 23) | in apply_relocate() 372 j1 = sign ^ (~(offset >> 23) & 1); in apply_relocate() 377 (j1 << 13) | (j2 << 11) | in apply_relocate()
|
/linux-5.19.10/lib/raid6/ |
D | algos.c | 148 unsigned long perf, bestgenperf, j0, j1; in raid6_choose_gen() local 167 while ((j1 = jiffies) == j0) in raid6_choose_gen() 170 j1 + (1<<RAID6_TIME_JIFFIES_LG2))) { in raid6_choose_gen() 209 while ((j1 = jiffies) == j0) in raid6_choose_gen() 212 j1 + (1 << RAID6_TIME_JIFFIES_LG2))) { in raid6_choose_gen()
|
/linux-5.19.10/tools/perf/ |
D | Makefile | 90 $(make) -j1
|
/linux-5.19.10/kernel/rcu/ |
D | tree_stall.h | 168 unsigned long j1; in record_gp_stall_check_time() local 171 j1 = rcu_jiffies_till_stall_check(); in record_gp_stall_check_time() 173 WRITE_ONCE(rcu_state.jiffies_stall, j + j1); in record_gp_stall_check_time() 174 rcu_state.jiffies_resched = j + j1 / 2; in record_gp_stall_check_time()
|
/linux-5.19.10/arch/m68k/fpsp040/ |
D | ssin.S | 64 | 4. (k is odd) Set j1 := (k-1)/2, j2 := j1 (EOR) (k mod 2), i.e. 65 | j1 exclusive or with the l.s.b. of k. 66 | sgn1 := (-1)**j1, sgn2 := (-1)**j2. 71 | 5. (k is even) Set j1 := k/2, sgn1 := (-1)**j1.
|
/linux-5.19.10/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 4958 # 4. (k is odd) Set j1 := (k-1)/2, j2 := j1 (EOR) (k mod 2), ie. # 4959 # j1 exclusive or with the l.s.b. of k. # 4960 # sgn1 := (-1)**j1, sgn2 := (-1)**j2. # 4965 # 5. (k is even) Set j1 := k/2, sgn1 := (-1)**j1. #
|