Searched refs:sembuf (Results 1 – 5 of 5) sorted by relevance
/include/uapi/linux/ |
D | sem.h | 40 struct sembuf { struct
|
/include/uapi/asm-generic/ |
D | Kbuild | 22 mandatory-y += sembuf.h
|
/include/linux/ |
D | syscalls.h | 42 struct sembuf; 811 asmlinkage long sys_semtimedop(int semid, struct sembuf __user *sops, 814 asmlinkage long sys_semtimedop_time32(int semid, struct sembuf __user *sops, 817 asmlinkage long sys_semop(int semid, struct sembuf __user *sops, 1354 long ksys_semtimedop(int semid, struct sembuf __user *tsops, 1368 long compat_ksys_semtimedop(int semid, struct sembuf __user *tsems,
|
D | security.h | 40 struct sembuf; 449 int security_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops, 1265 struct sembuf *sops, unsigned nsops, in security_sem_semop()
|
D | lsm_hook_defs.h | 246 LSM_HOOK(int, 0, sem_semop, struct kern_ipc_perm *perm, struct sembuf *sops,
|