Searched refs:oabi_sembuf (Results 1 – 2 of 2) sorted by relevance
/linux/arch/arm/include/asm/ |
H A D | syscalls.h | 30 struct oabi_sembuf; 33 struct oabi_sembuf __user *tsops, 36 asmlinkage long sys_oabi_semop(int semid, struct oabi_sembuf __user *tsops,
|
/linux/arch/arm/kernel/ |
H A D | sys_oabi-compat.c | 327 struct oabi_sembuf { struct 338 struct oabi_sembuf __user *tsops, in sys_oabi_semtimedop() argument 357 struct oabi_sembuf osb; in sys_oabi_semtimedop() 383 asmlinkage long sys_oabi_semop(int semid, struct oabi_sembuf __user *tsops, in sys_oabi_semop() 395 (struct oabi_sembuf __user *)ptr, in sys_oabi_ipc() 399 (struct oabi_sembuf __user *)ptr, in sys_oabi_ipc() 408 struct oabi_sembuf __user *tsops, in sys_oabi_semtimedop() 415 asmlinkage long sys_oabi_semop(int semid, struct oabi_sembuf __user *tsops, in sys_oabi_semop()
|