Searched refs:sembuf (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/memfd/ |
| H A D | memfd_test.c | 1354 struct sembuf sembuf; in sysctl_nested_wait() local 1360 sembuf.sem_num = 0; in sysctl_nested_wait() 1361 sembuf.sem_flg = 0; in sysctl_nested_wait() 1362 sembuf.sem_op = 0; in sysctl_nested_wait() 1364 if (semop(sem, &sembuf, 1) < 0) { in sysctl_nested_wait() 1391 struct sembuf sembuf; in sysctl_nested_child() local 1431 sembuf.sem_op = -1; in sysctl_nested_child() 1432 sembuf in sysctl_nested_child() [all...] |
| /linux/include/uapi/linux/ |
| H A D | sem.h | 40 struct sembuf { struct
|
| /linux/include/uapi/asm-generic/ |
| H A D | Kbuild | 22 mandatory-y += sembuf.h
|
| /linux/tools/testing/selftests/mm/ |
| H A D | rmap.c | 30 struct sembuf sem_wait = {0, -1, 0}; 31 struct sembuf sem_signal = {0, 1, 0};
|
| /linux/ipc/ |
| H A D | syscall.c | 30 return ksys_semtimedop(first, (struct sembuf __user *)ptr, in ksys_ipc()
|
| /linux/arch/arm/kernel/ |
| H A D | sys_oabi-compat.c | 343 struct sembuf *sops; in sys_oabi_semtimedop()
|
| /linux/security/ |
| H A D | security.c | 3686 int security_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops,
|
| /linux/security/smack/ |
| H A D | smack_lsm.c | 3353 static int smack_sem_semop(struct kern_ipc_perm *isp, struct sembuf *sops, in smack_sem_semop()
|
| /linux/security/selinux/ |
| H A D | hooks.c | 6647 struct sembuf *sops, unsigned nsops, int alter) in selinux_sem_semop()
|