Searched refs:sem_otime (Results 1 - 14 of 14) sorted by relevance

/linux-master/arch/powerpc/include/uapi/asm/
H A Dsembuf.h27 unsigned long sem_otime; /* last semop time */ member in struct:semid64_ds
31 long sem_otime; /* last semop time */ member in struct:semid64_ds
/linux-master/arch/sparc/include/uapi/asm/
H A Dsembuf.h19 long sem_otime; /* last semop time */ member in struct:semid64_ds
23 unsigned long sem_otime; /* last semop time */ member in struct:semid64_ds
/linux-master/arch/parisc/include/uapi/asm/
H A Dsembuf.h20 long sem_otime; /* last semop time */ member in struct:semid64_ds
24 unsigned long sem_otime; /* last semop time */ member in struct:semid64_ds
/linux-master/include/uapi/asm-generic/
H A Dsembuf.h24 * user_semid_ds.sem_otime = kernel_semid64_ds.sem_otime +
32 long sem_otime; /* last semop time */ member in struct:semid64_ds
35 unsigned long sem_otime; /* last semop time */ member in struct:semid64_ds
/linux-master/arch/x86/include/uapi/asm/
H A Dsembuf.h21 unsigned long sem_otime; /* last semop time */ member in struct:semid64_ds
26 __kernel_long_t sem_otime; /* last semop time */ member in struct:semid64_ds
/linux-master/arch/mips/include/uapi/asm/
H A Dsembuf.h19 long sem_otime; /* last semop time */ member in struct:semid64_ds
28 unsigned long sem_otime; /* last semop time */ member in struct:semid64_ds
/linux-master/arch/xtensa/include/uapi/asm/
H A Dsembuf.h30 unsigned long sem_otime; /* last semop time */ member in struct:semid64_ds
36 unsigned long sem_otime; /* last semop time */ member in struct:semid64_ds
/linux-master/include/uapi/linux/
H A Dsem.h27 __kernel_old_time_t sem_otime; /* last semop time */ member in struct:semid_ds
/linux-master/arch/powerpc/include/asm/
H A Dcompat.h66 unsigned int sem_otime; member in struct:compat_semid64_ds
/linux-master/ipc/
H A Dsem.c110 time64_t sem_otime; /* candidate for sem_otime */ member in struct:sem
998 * set_semotime - set sem_otime
1002 * sem_otime is replicated to avoid cache line trashing.
1008 sma->sems[0].sem_otime = ktime_get_real_seconds();
1010 sma->sems[sops[0].sem_num].sem_otime =
1208 out.sem_otime = in->sem_otime;
1224 res = sma->sems[0].sem_otime;
1226 time64_t to = sma->sems[i].sem_otime;
1728 old_time32_t sem_otime; member in struct:compat_semid_ds
2454 time64_t sem_otime; local
[all...]
/linux-master/arch/sparc/include/asm/
H A Dcompat.h105 unsigned int sem_otime; member in struct:compat_semid64_ds
/linux-master/arch/mips/include/asm/
H A Dcompat.h91 compat_ulong_t sem_otime; member in struct:compat_semid64_ds
/linux-master/arch/parisc/include/asm/
H A Dcompat.h83 unsigned int sem_otime; member in struct:compat_semid64_ds
/linux-master/include/asm-generic/
H A Dcompat.h125 compat_ulong_t sem_otime; member in struct:compat_semid64_ds

Completed in 292 milliseconds