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

/linux-master/include/linux/
H A Dsyscalls.h1289 long __do_semtimedop(int semid, struct sembuf *tsems, unsigned int nsops,
/linux-master/ipc/
H A Dsem.c1983 long __do_semtimedop(int semid, struct sembuf *sops, function
2247 ret = __do_semtimedop(semid, sops, nsops, timeout, ns);
/linux-master/arch/arm/kernel/
H A Dsys_oabi-compat.c376 err = __do_semtimedop(semid, sops, nsops, &ts, ns);
379 err = __do_semtimedop(semid, sops, nsops, NULL, ns);

Completed in 154 milliseconds