Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/coccinelle/api/
Dplatform_no_drv_owner.cocci78 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-v4.19/scripts/coccinelle/tests/
Dodd_ptr_err.cocci66 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-v4.19/scripts/coccinelle/iterators/
Ddevice_node_continue.cocci81 position j0;
84 * of_node_put@j0@p2(n);
89 j0 << t_context.j0;
93 coccilib.org.print_todo(j0[0], msg)
98 j0 << t_context.j0;
102 coccilib.report.print_report(j0[0], msg)
/Linux-v4.19/lib/raid6/
Dalgos.c156 unsigned long perf, bestgenperf, bestxorperf, j0, j1; in raid6_choose_gen() local
169 j0 = jiffies; in raid6_choose_gen()
170 while ((j1 = jiffies) == j0) in raid6_choose_gen()
192 j0 = jiffies; in raid6_choose_gen()
193 while ((j1 = jiffies) == j0) in raid6_choose_gen()
/Linux-v4.19/kernel/time/
Dtimer.c358 unsigned long j0 = jiffies; in __round_jiffies_relative() local
361 return round_jiffies_common(j + j0, cpu, false) - j0; in __round_jiffies_relative()
435 unsigned long j0 = jiffies; in __round_jiffies_up_relative() local
438 return round_jiffies_common(j + j0, cpu, true) - j0; in __round_jiffies_up_relative()
/Linux-v4.19/drivers/crypto/
Datmel-aes.c135 u32 j0[AES_BLOCK_SIZE / sizeof(u32)]; member
1552 memcpy(ctx->j0, iv, ivsize); in atmel_aes_gcm_start()
1553 ctx->j0[3] = cpu_to_be32(1); in atmel_aes_gcm_start()
1567 NULL, ctx->j0, atmel_aes_gcm_process); in atmel_aes_gcm_start()
1597 u32 j0_lsw, *j0 = ctx->j0; in atmel_aes_gcm_length() local
1601 j0_lsw = j0[3]; in atmel_aes_gcm_length()
1602 j0[3] = cpu_to_be32(be32_to_cpu(j0[3]) + 1); in atmel_aes_gcm_length()
1603 atmel_aes_write_block(dd, AES_IVR(0), j0); in atmel_aes_gcm_length()
1604 j0[3] = j0_lsw; in atmel_aes_gcm_length()
1714 atmel_aes_write_ctrl(dd, false, ctx->j0); in atmel_aes_gcm_tag()
/Linux-v4.19/arch/s390/crypto/
Daes_s390.c941 u8 j0[GHASH_BLOCK_SIZE];/* initial counter value */ in gcm_aes_crypt() member
962 memcpy(param.j0, req->iv, ivsize); in gcm_aes_crypt()
963 *(u32 *)(param.j0 + ivsize) = 1; in gcm_aes_crypt()
/Linux-v4.19/fs/jfs/
Djfs_dmap.c3388 int i, i0 = true, j, j0 = true, k, n; in dbExtendFS() local
3485 if (j0) { in dbExtendFS()
3496 j0 = false; in dbExtendFS()