Searched refs:compat_ksys_semtimedop (Results 1 - 3 of 3) sorted by last modified time

/linux-master/include/linux/
H A Dsyscalls.h1286 long compat_ksys_semtimedop(int semid, struct sembuf __user *tsems,
/linux-master/ipc/
H A Dsem.c2275 long compat_ksys_semtimedop(int semid, struct sembuf __user *tsems, function
2292 return compat_ksys_semtimedop(semid, tsems, nsops, timeout);
H A Dsyscall.c37 return compat_ksys_semtimedop(first, ptr, second,
146 return compat_ksys_semtimedop(first, compat_ptr(ptr), second,

Completed in 615 milliseconds