/openbmc/linux/ipc/ |
H A D | sem.c | 136 struct sembuf *sops; /* array of pending operations */ 137 struct sembuf *blocking; /* the operation that blocked */ 650 struct sembuf *sop; in perform_atomic_semop_slow() 652 struct sembuf *sops; in perform_atomic_semop_slow() 722 struct sembuf *sop; in perform_atomic_semop() 724 struct sembuf *sops; in perform_atomic_semop() 1075 struct sembuf *sop = q->blocking; in check_qop() 1983 long __do_semtimedop(int semid, struct sembuf *sops, in __do_semtimedop() 1989 struct sembuf *sop; in __do_semtimedop() 2225 struct sembuf fast_sops[SEMOPM_FAST]; in do_semtimedop() [all …]
|
H A D | syscall.c | 30 return ksys_semtimedop(first, (struct sembuf __user *)ptr, in ksys_ipc()
|
/openbmc/openbmc-tools/adcapp/src/ |
H A D | EINTR_wrappers.h | 54 int sigwrap_semop(int semid, struct sembuf *sops, size_t nsops); 55 int sigwrap_semtimedop(int semid, struct sembuf *sops, size_t nsops, const struct timespec *timeou…
|
H A D | EINTR_wrappers.c | 97 int sigwrap_semop(int semid, struct sembuf *sops, size_t nsops) in sigwrap_semop() 110 int sigwrap_semtimedop(int semid, struct sembuf *sops, size_t nsops, const struct timespec *timeout)
|
/openbmc/openbmc-tools/pwmtachtool/src/ |
H A D | EINTR_wrappers.h | 54 int sigwrap_semop(int semid, struct sembuf *sops, size_t nsops); 55 int sigwrap_semtimedop(int semid, struct sembuf *sops, size_t nsops, const struct timespec *timeou…
|
H A D | EINTR_wrappers.c | 97 int sigwrap_semop(int semid, struct sembuf *sops, size_t nsops) in sigwrap_semop()
|
/openbmc/linux/include/uapi/linux/ |
H A D | sem.h | 40 struct sembuf { struct
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | Kbuild | 17 generic-y += sembuf.h
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | Kbuild | 22 mandatory-y += sembuf.h
|
/openbmc/linux/include/linux/ |
H A D | syscalls.h | 42 struct sembuf; 718 asmlinkage long sys_semtimedop(int semid, struct sembuf __user *sops, 721 asmlinkage long sys_semtimedop_time32(int semid, struct sembuf __user *sops, 724 asmlinkage long sys_semop(int semid, struct sembuf __user *sops, 1255 long ksys_semtimedop(int semid, struct sembuf __user *tsops, 1269 long compat_ksys_semtimedop(int semid, struct sembuf __user *tsems, 1272 long __do_semtimedop(int semid, struct sembuf *tsems, unsigned int nsops,
|
H A D | security.h | 40 struct sembuf; 472 int security_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops, 1339 struct sembuf *sops, unsigned nsops, in security_sem_semop()
|
H A D | lsm_hook_defs.h | 262 LSM_HOOK(int, 0, sem_semop, struct kern_ipc_perm *perm, struct sembuf *sops,
|
/openbmc/linux/arch/arm/kernel/ |
H A D | sys_oabi-compat.c | 345 struct sembuf *sops; in sys_oabi_semtimedop()
|
/openbmc/linux/Documentation/arch/ia64/ |
H A D | err_inject.rst | 414 struct sembuf lock; 425 struct sembuf unlock;
|
/openbmc/linux/security/ |
H A D | security.c | 3800 int security_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops, in security_sem_semop()
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 738 safe_syscall4(int, semtimedop, int, semid, struct sembuf *, tsops, in safe_syscall3() 4019 static inline abi_long target_to_host_sembuf(struct sembuf *host_sembuf, in target_to_host_sembuf() 4062 struct sembuf *sops; in do_semtimedop() 4083 sops = g_new(struct sembuf, nsops); in do_semtimedop()
|
/openbmc/linux/security/smack/ |
H A D | smack_lsm.c | 3278 static int smack_sem_semop(struct kern_ipc_perm *isp, struct sembuf *sops, in smack_sem_semop()
|
/openbmc/linux/security/selinux/ |
H A D | hooks.c | 6285 struct sembuf *sops, unsigned nsops, int alter) in selinux_sem_semop()
|
/openbmc/openbmc/poky/meta/lib/oeqa/files/ |
H A D | buildhistory_filelist2.txt | 1463 -rw-r--r-- root root 1550 ./usr/include/asm-generic/sembuf.h 1506 -rw-r--r-- root root 1045 ./usr/include/asm/sembuf.h
|
H A D | buildhistory_filelist1.txt | 1462 -rw-r--r-- root root 1550 ./usr/include/asm-generic/sembuf.h 1505 -rw-r--r-- root root 1045 ./usr/include/asm/sembuf.h
|