Searched refs:i2 (Results 26 - 48 of 48) sorted by relevance

12

/linux-master/tools/testing/selftests/alsa/
H A Dpcm-test.c123 snd_config_iterator_t i1, i2, next1, next2; local
136 snd_config_for_each(i2, next2, node1) {
137 node2 = snd_config_iterator_entry(i2);
/linux-master/arch/parisc/math-emu/
H A Dfpudispatch.c1166 struct { u_int i1; u_int i2; } ints; member in struct:__anon1::__anon2
1230 fpregs[tm+1] = mtmp.ints.i2;
1232 fpregs[ta+1] = atmp.ints.i2;
1305 struct { u_int i1; u_int i2; } ints; member in struct:__anon3::__anon4
1337 fpregs[tm+1] = mtmp.ints.i2;
1339 fpregs[ta+1] = atmp.ints.i2;
/linux-master/arch/sparc/kernel/
H A Drtrap_64.S195 LOAD_PER_CPU_BASE(%g5, %g6, %i0, %i1, %i2)
214 ldx [%sp + PTREGS_OFF + PT_V9_I2], %i2
H A Dhvcalls.S713 mov %i2, %o2
725 mov %i2, %o2
H A Detrap_64.S185 stx %i2, [%sp + PTREGS_OFF + PT_V9_I2]
H A Dentry.S807 clr %i2
930 ld [%sp + STACKFRAME_SZ + PT_I2], %i2
942 mov %i2, %o2
990 mov %i2, %o2
/linux-master/drivers/isdn/mISDN/
H A Ddsp_cmx.c377 int memb = 0, i, ii, i1, i2; local
864 i2 = i1 + 1;
865 while (i2 < ii) {
866 if (freeslots[i2])
868 i2++;
870 if (i2 == ii) {
883 member->dsp->pcm_slot_rx = i2;
884 nextm->dsp->pcm_slot_tx = i2;
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_struct.h231 u64 i2 : 1; member in struct:nix_sqe_sg_s
/linux-master/fs/xfs/
H A Dxfs_trace.h3185 struct xfs_refcount_irec *i1, struct xfs_refcount_irec *i2),
3186 TP_ARGS(mp, agno, i1, i2),
3206 __entry->i2_domain = i2->rc_domain;
3207 __entry->i2_startblock = i2->rc_startblock;
3208 __entry->i2_blockcount = i2->rc_blockcount;
3209 __entry->i2_refcount = i2->rc_refcount;
3228 struct xfs_refcount_irec *i1, struct xfs_refcount_irec *i2), \
3229 TP_ARGS(mp, agno, i1, i2))
3234 struct xfs_refcount_irec *i1, struct xfs_refcount_irec *i2,
3236 TP_ARGS(mp, agno, i1, i2, agbn
[all...]
/linux-master/lib/crypto/
H A Dcurve25519-hacl64.c607 u64 i0, i1, i2, i3, i4, output0, output1, output2, output3, output4; local
610 i2 = get_unaligned_le64(x01);
615 output2 = i2 >> 6 & 0x7ffffffffffffLLU;
/linux-master/sound/soc/generic/
H A Dsimple-card-utils.c285 int i1, i2, i; local
297 for_each_prop_dai_codec(props, i2, dai) {
325 if (i >= i2)
/linux-master/scripts/mod/
H A Dfile2alias.c638 int i2, j2; local
645 for (i2 = 0; i2 < i && !dup; i2++) {
646 DEF_FIELD_ADDR_VAR(symval + i2 * id_size,
/linux-master/sound/pci/cs46xx/
H A Dcs46xx_dsp_scb_types.h1115 u16 i2; member in struct:dsp_magic_snoop_task
/linux-master/fs/fat/
H A Dfat.h423 struct inode *i2);
H A Dinode.c1931 * write data and metadata corresponding to i1 and i2. The io is
1938 int fat_flush_inodes(struct super_block *sb, struct inode *i1, struct inode *i2) argument
1945 if (!ret && i2)
1946 ret = writeback_inode(i2);
/linux-master/arch/x86/crypto/
H A Dchacha-avx2-x86_64.S154 # o2 = i2 ^ (x2 + s2)
405 # o2 = i2 ^ (x2 + s2), first block
459 # o2 = i2 ^ (x2 + s2), third block
H A Dchacha-avx512vl-x86_64.S127 # o2 = i2 ^ (x2 + s2)
339 # o2 = i2 ^ (x2 + s2), first block
393 # o2 = i2 ^ (x2 + s2), third block
H A Dchacha-ssse3-x86_64.S150 # o2 = i2 ^ (x2 + s2)
/linux-master/fs/ntfs3/
H A Dinode.c1073 * Write data and metadata corresponding to i1 and i2. The io is
1081 struct inode *i2)
1087 if (!ret && i2)
1088 ret = writeback_inode(i2);
1080 ntfs_flush_inodes(struct super_block *sb, struct inode *i1, struct inode *i2) argument
H A Dntfs_fs.h717 struct inode *i2);
/linux-master/arch/sparc/crypto/
H A Dcamellia_asm.S38 ld [%o0 + 0x08], %f2 ! i2, k[2]
/linux-master/arch/arm64/kvm/
H A Dsys_regs.c3932 const struct sys_reg_desc *i2, *end2; local
3936 i2 = sys_reg_descs;
3939 while (i2 != end2) {
3940 err = walk_one_sys_reg(vcpu, i2++, &uind, &total);
/linux-master/drivers/scsi/
H A Dadvansys.c337 ASC_SCSIQ_2 i2; member in struct:asc_risc_q

Completed in 286 milliseconds

12