sem_otime         158 arch/arm64/include/asm/compat.h 	compat_ulong_t sem_otime;
sem_otime         144 arch/mips/include/asm/compat.h 	compat_ulong_t	sem_otime;
sem_otime          17 arch/mips/include/uapi/asm/sembuf.h 	__kernel_time_t sem_otime;		/* last semop time */
sem_otime          26 arch/mips/include/uapi/asm/sembuf.h 	unsigned long   sem_otime;		/* last semop time */
sem_otime         128 arch/parisc/include/asm/compat.h 	unsigned int sem_otime;
sem_otime          19 arch/parisc/include/uapi/asm/sembuf.h 	__kernel_time_t	sem_otime;		/* last semop time */
sem_otime          23 arch/parisc/include/uapi/asm/sembuf.h 	unsigned long	sem_otime;		/* last semop time */
sem_otime         152 arch/powerpc/include/asm/compat.h 	unsigned int sem_otime;
sem_otime          25 arch/powerpc/include/uapi/asm/sembuf.h 	unsigned long	sem_otime;	/* last semop time */
sem_otime          29 arch/powerpc/include/uapi/asm/sembuf.h 	__kernel_time_t	sem_otime;	/* last semop time */
sem_otime         221 arch/s390/include/asm/compat.h 	compat_ulong_t sem_otime;
sem_otime         181 arch/sparc/include/asm/compat.h 	unsigned int	sem_otime;
sem_otime          17 arch/sparc/include/uapi/asm/sembuf.h 	__kernel_time_t	sem_otime;		/* last semop time */
sem_otime          21 arch/sparc/include/uapi/asm/sembuf.h 	unsigned long	sem_otime;		/* last semop time */
sem_otime         122 arch/x86/include/asm/compat.h 	compat_ulong_t sem_otime;
sem_otime          19 arch/x86/include/uapi/asm/sembuf.h 	unsigned long	sem_otime;	/* last semop time */
sem_otime          24 arch/x86/include/uapi/asm/sembuf.h 	__kernel_time_t	sem_otime;	/* last semop time */
sem_otime          29 arch/xtensa/include/uapi/asm/sembuf.h 	unsigned long	sem_otime;		/* last semop time */
sem_otime          35 arch/xtensa/include/uapi/asm/sembuf.h 	unsigned long	sem_otime;		/* last semop time */
sem_otime          32 include/uapi/asm-generic/sembuf.h 	__kernel_time_t	sem_otime;	/* last semop time */
sem_otime          35 include/uapi/asm-generic/sembuf.h 	unsigned long	sem_otime;	/* last semop time */
sem_otime          27 include/uapi/linux/sem.h 	__kernel_time_t	sem_otime;		/* last semop time */
sem_otime         110 ipc/sem.c      	time64_t	 sem_otime;	/* candidate for sem_otime */
sem_otime         989 ipc/sem.c      		sma->sems[0].sem_otime = ktime_get_real_seconds();
sem_otime         991 ipc/sem.c      		sma->sems[sops[0].sem_num].sem_otime =
sem_otime        1189 ipc/sem.c      		out.sem_otime	= in->sem_otime;
sem_otime        1205 ipc/sem.c      	res = sma->sems[0].sem_otime;
sem_otime        1207 ipc/sem.c      		time64_t to = sma->sems[i].sem_otime;
sem_otime        1262 ipc/sem.c      	semid64->sem_otime = semotime;
sem_otime        1710 ipc/sem.c      	old_time32_t sem_otime;
sem_otime        1739 ipc/sem.c      		v.sem_otime	 = lower_32_bits(in->sem_otime);
sem_otime        1740 ipc/sem.c      		v.sem_otime_high = upper_32_bits(in->sem_otime);
sem_otime        1749 ipc/sem.c      		v.sem_otime = in->sem_otime;
sem_otime        2417 ipc/sem.c      	time64_t sem_otime;
sem_otime        2427 ipc/sem.c      	sem_otime = get_semotime(sma);
sem_otime        2439 ipc/sem.c      		   sem_otime,