Searched refs:nhigh (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/s390/kernel/
H A Dcompat_linux.h96 long compat_sys_s390_sync_file_range(int fd, u32 offhigh, u32 offlow, u32 nhigh, u32 nlow, unsigned int flags);
H A Dcompat_linux.c278 u32, nhigh, u32, nlow, unsigned int, flags)
281 ((u64)nhigh << 32) + nlow, flags);
/linux-master/drivers/media/rc/
H A Dserial_ir.c486 int i, nlow, nhigh, result; local
580 nhigh = 0;
585 nhigh++;
588 sense = nlow >= nhigh ? 1 : 0;

Completed in 115 milliseconds