Searched refs:j0 (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/scripts/coccinelle/api/ |
A D | platform_no_drv_owner.cocci | 79 position j0; 90 position j0; 101 position j0; 124 j0 << fix1_context.j0; 131 j0 << fix1_i2c_context.j0; 138 j0 << fix2_context.j0; 145 j0 << fix2_i2c_context.j0; 154 j0 << fix1_context.j0; 161 j0 << fix1_i2c_context.j0; 168 j0 << fix2_context.j0; [all …]
|
/linux-6.3-rc2/scripts/coccinelle/iterators/ |
A D | for_each_child.cocci | 153 position j0, j1; 156 i@j0(es,n,...) { 191 position j0, j2; 194 i@j0(es,n,...) { 246 position j0, j3; 303 j0 << ruleone_context.j0; 313 j0 << ruletwo_context.j0; 323 j0 << rulethree_context.j0; 335 j0 << ruleone_context.j0; 344 j0 << ruletwo_context.j0; [all …]
|
A D | device_node_continue.cocci | 82 position j0; 85 * of_node_put@j0@p2(n); 90 j0 << t_context.j0; 94 coccilib.org.print_todo(j0[0], msg) 99 j0 << t_context.j0; 103 coccilib.report.print_report(j0[0], msg)
|
/linux-6.3-rc2/scripts/coccinelle/tests/ |
A D | odd_ptr_err.cocci | 67 position j0, j1; 70 if (IS_ERR@j0(x) || ...) { 86 position r1_context.j0, r1_context.j1; 89 * if (IS_ERR@j0(x) || ...) { 101 j0 << r1_context.j0; 106 coccilib.org.print_todo(j0[0], msg) 112 j0 << r1_context.j0; 117 coccilib.report.print_report(j0[0], msg)
|
/linux-6.3-rc2/lib/raid6/ |
A D | algos.c | 146 unsigned long perf, bestgenperf, j0, j1; in raid6_choose_gen() local 164 j0 = jiffies; in raid6_choose_gen() 165 while ((j1 = jiffies) == j0) in raid6_choose_gen() 206 j0 = jiffies; in raid6_choose_gen() 207 while ((j1 = jiffies) == j0) in raid6_choose_gen()
|
/linux-6.3-rc2/kernel/time/ |
A D | timer.c | 386 unsigned long j0 = jiffies; in __round_jiffies_relative() local 389 return round_jiffies_common(j + j0, cpu, false) - j0; in __round_jiffies_relative() 463 unsigned long j0 = jiffies; in __round_jiffies_up_relative() local 466 return round_jiffies_common(j + j0, cpu, true) - j0; in __round_jiffies_up_relative()
|
/linux-6.3-rc2/drivers/crypto/ |
A D | atmel-aes.c | 132 __be32 j0[AES_BLOCK_SIZE / sizeof(u32)]; member 1529 memcpy(ctx->j0, iv, ivsize); in atmel_aes_gcm_start() 1530 ctx->j0[3] = cpu_to_be32(1); in atmel_aes_gcm_start() 1544 NULL, ctx->j0, atmel_aes_gcm_process); in atmel_aes_gcm_start() 1574 __be32 j0_lsw, *j0 = ctx->j0; in atmel_aes_gcm_length() local 1578 j0_lsw = j0[3]; in atmel_aes_gcm_length() 1579 be32_add_cpu(&j0[3], 1); in atmel_aes_gcm_length() 1580 atmel_aes_write_block(dd, AES_IVR(0), j0); in atmel_aes_gcm_length() 1581 j0[3] = j0_lsw; in atmel_aes_gcm_length() 1691 atmel_aes_write_ctrl(dd, false, ctx->j0); in atmel_aes_gcm_tag()
|
/linux-6.3-rc2/drivers/crypto/keembay/ |
A D | ocs-aes.c | 878 const u32 *j0 = (u32 *)iv; in ocs_aes_gcm_write_j0() local 885 iowrite32(__swab32(j0[2]), aes_dev->base_reg + AES_IV_1_OFFSET); in ocs_aes_gcm_write_j0() 886 iowrite32(__swab32(j0[1]), aes_dev->base_reg + AES_IV_2_OFFSET); in ocs_aes_gcm_write_j0() 887 iowrite32(__swab32(j0[0]), aes_dev->base_reg + AES_IV_3_OFFSET); in ocs_aes_gcm_write_j0()
|
/linux-6.3-rc2/arch/s390/crypto/ |
A D | aes_s390.c | 846 u8 j0[GHASH_BLOCK_SIZE];/* initial counter value */ in gcm_aes_crypt() member 867 memcpy(param.j0, req->iv, ivsize); in gcm_aes_crypt() 868 *(u32 *)(param.j0 + ivsize) = 1; in gcm_aes_crypt()
|
/linux-6.3-rc2/fs/jfs/ |
A D | jfs_dmap.c | 3335 int i, i0 = true, j, j0 = true, k, n; in dbExtendFS() local 3432 if (j0) { in dbExtendFS() 3443 j0 = false; in dbExtendFS()
|
Completed in 26 milliseconds