Home
last modified time | relevance | path

Searched refs:j0 (Results 1 – 10 of 10) sorted by relevance

/linux-6.6.21/scripts/coccinelle/api/
Dplatform_no_drv_owner.cocci79 position j0;
84 * .owner@j0 = THIS_MODULE,
90 position j0;
95 * .owner@j0 = THIS_MODULE,
101 position j0;
106 * .owner@j0 = THIS_MODULE,
112 position j0;
117 * .owner@j0 = THIS_MODULE,
124 j0 << fix1_context.j0;
128 coccilib.org.print_todo(j0[0], msg)
[all …]
/linux-6.6.21/scripts/coccinelle/iterators/
Dfor_each_child.cocci153 position j0, j1;
156 i@j0(es,n,...) {
176 position ruleone_context.j0, ruleone_context.j1;
179 * i@j0(es,n,...) {
191 position j0, j2;
194 i@j0(es,n,...) {
222 position ruletwo_context.j0, ruletwo_context.j2;
225 * i@j0(es,n,...) {
246 position j0, j3;
249 i@j0(es,n,...) {
[all …]
Ddevice_node_continue.cocci82 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.6.21/scripts/coccinelle/tests/
Dodd_ptr_err.cocci67 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.6.21/lib/raid6/
Dalgos.c162 unsigned long perf, bestgenperf, j0, j1; in raid6_choose_gen() local
180 j0 = jiffies; in raid6_choose_gen()
181 while ((j1 = jiffies) == j0) in raid6_choose_gen()
222 j0 = jiffies; in raid6_choose_gen()
223 while ((j1 = jiffies) == j0) in raid6_choose_gen()
/linux-6.6.21/kernel/time/
Dtimer.c386 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.6.21/drivers/crypto/
Datmel-aes.c132 __be32 j0[AES_BLOCK_SIZE / sizeof(u32)]; member
1523 memcpy(ctx->j0, iv, ivsize); in atmel_aes_gcm_start()
1524 ctx->j0[3] = cpu_to_be32(1); in atmel_aes_gcm_start()
1538 NULL, ctx->j0, atmel_aes_gcm_process); in atmel_aes_gcm_start()
1568 __be32 j0_lsw, *j0 = ctx->j0; in atmel_aes_gcm_length() local
1572 j0_lsw = j0[3]; in atmel_aes_gcm_length()
1573 be32_add_cpu(&j0[3], 1); in atmel_aes_gcm_length()
1574 atmel_aes_write_block(dd, AES_IVR(0), j0); in atmel_aes_gcm_length()
1575 j0[3] = j0_lsw; in atmel_aes_gcm_length()
1685 atmel_aes_write_ctrl(dd, false, ctx->j0); in atmel_aes_gcm_tag()
/linux-6.6.21/drivers/crypto/intel/keembay/
Docs-aes.c878 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.6.21/arch/s390/crypto/
Daes_s390.c848 u8 j0[GHASH_BLOCK_SIZE];/* initial counter value */ in gcm_aes_crypt() member
869 memcpy(param.j0, req->iv, ivsize); in gcm_aes_crypt()
870 *(u32 *)(param.j0 + ivsize) = 1; in gcm_aes_crypt()
/linux-6.6.21/fs/jfs/
Djfs_dmap.c3363 int i, i0 = true, j, j0 = true, k, n; in dbExtendFS() local
3460 if (j0) { in dbExtendFS()
3471 j0 = false; in dbExtendFS()