/kernel/linux/linux-5.10/lib/raid6/ |
H A D | algos.c | 164 unsigned long perf, bestgenperf, bestxorperf, j0, j1; in raid6_choose_gen() local 182 j0 = jiffies; in raid6_choose_gen() 183 while ((j1 = jiffies) == j0) in raid6_choose_gen() 206 j0 = jiffies; in raid6_choose_gen() 207 while ((j1 = jiffies) == j0) in raid6_choose_gen()
|
/kernel/linux/linux-6.6/lib/raid6/ |
H A D | algos.c | 162 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()
|
/kernel/linux/linux-5.10/kernel/time/ |
H A D | timer.c | 363 unsigned long j0 = jiffies; in __round_jiffies_relative() local 365 /* Use j0 because jiffies might change while we run */ in __round_jiffies_relative() 366 return round_jiffies_common(j + j0, cpu, false) - j0; in __round_jiffies_relative() 440 unsigned long j0 = jiffies; in __round_jiffies_up_relative() local 442 /* Use j0 because jiffies might change while we run */ in __round_jiffies_up_relative() 443 return round_jiffies_common(j + j0, cpu, true) - j0; in __round_jiffies_up_relative()
|
/kernel/linux/linux-6.6/kernel/time/ |
H A D | timer.c | 386 unsigned long j0 = jiffies; in __round_jiffies_relative() local 388 /* Use j0 because jiffies might change while we run */ in __round_jiffies_relative() 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 465 /* Use j0 because jiffies might change while we run */ in __round_jiffies_up_relative() 466 return round_jiffies_common(j + j0, cpu, true) - j0; in __round_jiffies_up_relative()
|
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | atmel-aes.c | 132 __be32 j0[AES_BLOCK_SIZE / sizeof(u32)]; member 1492 memcpy(ctx->j0, iv, ivsize); in atmel_aes_gcm_start() 1493 ctx->j0[3] = cpu_to_be32(1); in atmel_aes_gcm_start() 1507 NULL, ctx->j0, atmel_aes_gcm_process); in atmel_aes_gcm_start() 1537 __be32 j0_lsw, *j0 = ctx->j0; in atmel_aes_gcm_length() local 1541 j0_lsw = j0[3]; in atmel_aes_gcm_length() 1542 be32_add_cpu(&j0[3], 1); in atmel_aes_gcm_length() 1543 atmel_aes_write_block(dd, AES_IVR(0), j0); in atmel_aes_gcm_length() 1544 j0[ in atmel_aes_gcm_length() [all...] |
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | atmel-aes.c | 132 __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[ in atmel_aes_gcm_length() [all...] |
/kernel/linux/linux-6.6/drivers/crypto/intel/keembay/ |
H 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()
|
/kernel/linux/linux-5.10/arch/s390/crypto/ |
H A D | aes_s390.c | 851 u8 j0[GHASH_BLOCK_SIZE];/* initial counter value */ in gcm_aes_crypt() member 872 memcpy(param.j0, req->iv, ivsize); in gcm_aes_crypt() 873 *(u32 *)(param.j0 + ivsize) = 1; in gcm_aes_crypt()
|
/kernel/linux/linux-6.6/arch/s390/crypto/ |
H A D | aes_s390.c | 848 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()
|
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_dmap.c | 3427 int i, i0 = true, j, j0 = true, k, n; in dbExtendFS() local 3524 if (j0) { in dbExtendFS() 3535 j0 = false; in dbExtendFS()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_dmap.c | 3363 int i, i0 = true, j, j0 = true, k, n; in dbExtendFS() local 3460 if (j0) { in dbExtendFS() 3471 j0 = false; in dbExtendFS()
|