Searched refs:sembuf (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/ipc/ |
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() 1985 long __do_semtimedop(int semid, struct sembuf *sops, in __do_semtimedop() 1991 struct sembuf *sop; in __do_semtimedop() 2227 struct sembuf fast_sops[SEMOPM_FAST]; in do_semtimedop() [all …]
|
A D | syscall.c | 30 return ksys_semtimedop(first, (struct sembuf __user *)ptr, in ksys_ipc()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | sem.h | 40 struct sembuf { struct
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | Kbuild | 18 generic-y += sembuf.h
|
/linux-6.3-rc2/include/uapi/asm-generic/ |
A D | Kbuild | 22 mandatory-y += sembuf.h
|
/linux-6.3-rc2/include/linux/ |
A D | syscalls.h | 42 struct sembuf; 823 asmlinkage long sys_semtimedop(int semid, struct sembuf __user *sops, 826 asmlinkage long sys_semtimedop_time32(int semid, struct sembuf __user *sops, 829 asmlinkage long sys_semop(int semid, struct sembuf __user *sops, 1365 long ksys_semtimedop(int semid, struct sembuf __user *tsops, 1379 long compat_ksys_semtimedop(int semid, struct sembuf __user *tsems, 1382 long __do_semtimedop(int semid, struct sembuf *tsems, unsigned int nsops,
|
A D | security.h | 40 struct sembuf; 471 int security_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops, 1335 struct sembuf *sops, unsigned nsops, in security_sem_semop()
|
A D | lsm_hook_defs.h | 259 LSM_HOOK(int, 0, sem_semop, struct kern_ipc_perm *perm, struct sembuf *sops,
|
/linux-6.3-rc2/arch/arm/kernel/ |
A D | sys_oabi-compat.c | 343 struct sembuf *sops; in sys_oabi_semtimedop()
|
/linux-6.3-rc2/Documentation/ia64/ |
A D | err_inject.rst | 414 struct sembuf lock; 425 struct sembuf unlock;
|
/linux-6.3-rc2/security/ |
A D | security.c | 2129 int security_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops, in security_sem_semop()
|
/linux-6.3-rc2/security/smack/ |
A D | smack_lsm.c | 3186 static int smack_sem_semop(struct kern_ipc_perm *isp, struct sembuf *sops, in smack_sem_semop()
|
/linux-6.3-rc2/security/selinux/ |
A D | hooks.c | 6310 struct sembuf *sops, unsigned nsops, int alter) in selinux_sem_semop()
|
Completed in 84 milliseconds