Searched refs:j0 (Results 1 - 6 of 6) sorted by relevance

/linux-master/lib/raid6/
H A Dalgos.c158 unsigned long perf, bestgenperf, j0, j1; local
176 j0 = jiffies;
177 while ((j1 = jiffies) == j0)
218 j0 = jiffies;
219 while ((j1 = jiffies) == j0)
/linux-master/kernel/time/
H A Dtimer.c438 unsigned long j0 = jiffies; local
440 /* Use j0 because jiffies might change while we run */
441 return round_jiffies_common(j + j0, cpu, false) - j0;
515 unsigned long j0 = jiffies; local
517 /* Use j0 because jiffies might change while we run */
518 return round_jiffies_common(j + j0, cpu, true) - j0;
/linux-master/drivers/crypto/
H A Datmel-aes.c120 __be32 j0[AES_BLOCK_SIZE / sizeof(u32)]; member in struct:atmel_aes_gcm_ctx
1330 memcpy(ctx->j0, iv, ivsize);
1331 ctx->j0[3] = cpu_to_be32(1);
1345 NULL, ctx->j0, atmel_aes_gcm_process);
1375 __be32 j0_lsw, *j0 = ctx->j0; local
1379 j0_lsw = j0[3];
1380 be32_add_cpu(&j0[3], 1);
1381 atmel_aes_write_block(dd, AES_IVR(0), j0);
1382 j0[
[all...]
/linux-master/drivers/crypto/intel/keembay/
H A Docs-aes.c878 const u32 *j0 = (u32 *)iv; local
885 iowrite32(__swab32(j0[2]), aes_dev->base_reg + AES_IV_1_OFFSET);
886 iowrite32(__swab32(j0[1]), aes_dev->base_reg + AES_IV_2_OFFSET);
887 iowrite32(__swab32(j0[0]), aes_dev->base_reg + AES_IV_3_OFFSET);
/linux-master/arch/s390/crypto/
H A Daes_s390.c848 u8 j0[GHASH_BLOCK_SIZE];/* initial counter value */ member in struct:__anon20
869 memcpy(param.j0, req->iv, ivsize);
870 *(u32 *)(param.j0 + ivsize) = 1;
/linux-master/fs/jfs/
H A Djfs_dmap.c3363 int i, i0 = true, j, j0 = true, k, n; local
3460 if (j0) {
3471 j0 = false;

Completed in 151 milliseconds