Home
last modified time | relevance | path

Searched refs:sembuf (Results 1 – 9 of 9) sorted by relevance

/linux/tools/testing/selftests/memfd/
H A Dmemfd_test.c1354 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 Dsem.h40 struct sembuf { struct
/linux/include/uapi/asm-generic/
H A DKbuild22 mandatory-y += sembuf.h
/linux/tools/testing/selftests/mm/
H A Drmap.c30 struct sembuf sem_wait = {0, -1, 0};
31 struct sembuf sem_signal = {0, 1, 0};
/linux/ipc/
H A Dsyscall.c30 return ksys_semtimedop(first, (struct sembuf __user *)ptr, in ksys_ipc()
/linux/arch/arm/kernel/
H A Dsys_oabi-compat.c343 struct sembuf *sops; in sys_oabi_semtimedop()
/linux/security/
H A Dsecurity.c3686 int security_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops,
/linux/security/smack/
H A Dsmack_lsm.c3353 static int smack_sem_semop(struct kern_ipc_perm *isp, struct sembuf *sops, in smack_sem_semop()
/linux/security/selinux/
H A Dhooks.c6647 struct sembuf *sops, unsigned nsops, int alter) in selinux_sem_semop()