Searched refs:sembuf (Results 1 – 13 of 13) sorted by relevance
| /Linux-v6.1/ipc/ |
| D | sem.c | 136 struct sembuf *sops; /* array of pending operations */ 137 struct sembuf *blocking; /* the operation that blocked */ 389 static inline int sem_lock(struct sem_array *sma, struct sembuf *sops, in sem_lock() 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() 893 static int do_smart_wakeup_zero(struct sem_array *sma, struct sembuf *sops, in do_smart_wakeup_zero() 1005 static void set_semotime(struct sem_array *sma, struct sembuf *sops) in set_semotime() 1029 static void do_smart_update(struct sem_array *sma, struct sembuf *sops, int nsops, in do_smart_update() [all …]
|
| D | syscall.c | 30 return ksys_semtimedop(first, (struct sembuf __user *)ptr, in ksys_ipc()
|
| /Linux-v6.1/include/uapi/linux/ |
| D | sem.h | 40 struct sembuf { struct
|
| /Linux-v6.1/arch/loongarch/include/asm/ |
| D | Kbuild | 18 generic-y += sembuf.h
|
| /Linux-v6.1/include/uapi/asm-generic/ |
| D | Kbuild | 22 mandatory-y += sembuf.h
|
| /Linux-v6.1/include/linux/ |
| D | syscalls.h | 42 struct sembuf; 821 asmlinkage long sys_semtimedop(int semid, struct sembuf __user *sops, 824 asmlinkage long sys_semtimedop_time32(int semid, struct sembuf __user *sops, 827 asmlinkage long sys_semop(int semid, struct sembuf __user *sops, 1363 long ksys_semtimedop(int semid, struct sembuf __user *tsops, 1377 long compat_ksys_semtimedop(int semid, struct sembuf __user *tsems, 1380 long __do_semtimedop(int semid, struct sembuf *tsems, unsigned int nsops,
|
| D | security.h | 39 struct sembuf; 464 int security_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops, 1301 struct sembuf *sops, unsigned nsops, in security_sem_semop()
|
| D | lsm_hook_defs.h | 252 LSM_HOOK(int, 0, sem_semop, struct kern_ipc_perm *perm, struct sembuf *sops,
|
| /Linux-v6.1/arch/arm/kernel/ |
| D | sys_oabi-compat.c | 342 struct sembuf *sops; in sys_oabi_semtimedop()
|
| /Linux-v6.1/Documentation/ia64/ |
| D | err_inject.rst | 414 struct sembuf lock; 425 struct sembuf unlock;
|
| /Linux-v6.1/security/ |
| D | security.c | 2053 int security_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops, in security_sem_semop()
|
| /Linux-v6.1/security/smack/ |
| D | smack_lsm.c | 3118 static int smack_sem_semop(struct kern_ipc_perm *isp, struct sembuf *sops, in smack_sem_semop()
|
| /Linux-v6.1/security/selinux/ |
| D | hooks.c | 6292 struct sembuf *sops, unsigned nsops, int alter) in selinux_sem_semop()
|