Home
last modified time | relevance | path

Searched refs:lcount (Results 1 – 12 of 12) sorted by relevance

/linux/arch/m68k/include/asm/
H A Dsun3xflop.h139 register int lcount; in sun3xflop_hardint() local
142 for(lcount=virtual_dma_count, lptr=virtual_dma_addr; in sun3xflop_hardint()
143 lcount; lcount--, lptr++) { in sun3xflop_hardint()
150 virtual_dma_count = lcount; in sun3xflop_hardint()
166 virtual_dma_count = lcount; in sun3xflop_hardint()
/linux/arch/xtensa/kernel/
H A Dptrace.c49 .lcount = regs->lcount, in gpr_get()
89 regs->lcount = newregs.lcount; in gpr_set()
318 tmp = regs->lcount; in ptrace_peekusr()
H A Dsignal.c155 COPY(lcount); in setup_sigcontext()
193 COPY(lcount); in restore_sigcontext()
214 if ((regs->lcount > 0) in restore_sigcontext()
H A Dasm-offsets.c43 DEFINE(PT_LCOUNT, offsetof (struct pt_regs, lcount)); in main()
H A Dalign.S452 rsr a4, lcount # and LCOUNT != 0
456 wsr a4, lcount
H A Dentry.S753 wsr a2, lcount
/linux/sound/soc/sof/intel/
H A Dtelemetry.h30 u32 lcount; member
/linux/arch/xtensa/include/uapi/asm/
H A Dptrace.h52 __u32 lcount; member
/linux/arch/xtensa/include/asm/
H A Dptrace.h63 unsigned long lcount; /* 40 */ member
/linux/sound/soc/codecs/
H A Dmt6357.c124 int lcount, rcount, sleep = 0; in volume_ramp() local
135 lcount = 1; in volume_ramp()
137 lcount = -1; in volume_ramp()
146 lfrom += lcount; in volume_ramp()
/linux/drivers/resctrl/
H A Dmpam_devices.c1467 int sidx, i, lcount = 1000; in mpam_apply_t241_erratum() local
1473 for (i = 0; i < lcount; i++) { in mpam_apply_t241_erratum()
1488 if (i == lcount) in mpam_apply_t241_erratum()
/linux/fs/xfs/
H A Dxfs_trace.h5575 __field(xfs_filblks_t, lcount)
5592 __entry->lcount = left->br_blockcount;
5607 __entry->loff, __entry->lstart, __entry->lcount,