Home
last modified time | relevance | path

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

/linux-6.15/ipc/
H A Dsem.c136 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 Dsyscall.c30 return ksys_semtimedop(first, (struct sembuf __user *)ptr, in ksys_ipc()
/linux-6.15/include/uapi/linux/
H A Dsem.h40 struct sembuf { struct
/linux-6.15/include/uapi/asm-generic/
H A DKbuild22 mandatory-y += sembuf.h
/linux-6.15/include/linux/
H A Dsyscalls.h42 struct sembuf;
749 asmlinkage long sys_semtimedop(int semid, struct sembuf __user *sops,
752 asmlinkage long sys_semtimedop_time32(int semid, struct sembuf __user *sops,
755 asmlinkage long sys_semop(int semid, struct sembuf __user *sops,
1298 long ksys_semtimedop(int semid, struct sembuf __user *tsops,
1312 long compat_ksys_semtimedop(int semid, struct sembuf __user *tsems,
1315 long __do_semtimedop(int semid, struct sembuf *tsems, unsigned int nsops,
H A Dsecurity.h46 struct sembuf;
556 int security_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops,
1494 struct sembuf *sops, unsigned nsops, in security_sem_semop()
H A Dlsm_hook_defs.h285 LSM_HOOK(int, 0, sem_semop, struct kern_ipc_perm *perm, struct sembuf *sops,
/linux-6.15/arch/arm/kernel/
H A Dsys_oabi-compat.c343 struct sembuf *sops; in sys_oabi_semtimedop()
/linux-6.15/security/
H A Dsecurity.c4062 int security_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops, in security_sem_semop()
/linux-6.15/security/smack/
H A Dsmack_lsm.c3303 static int smack_sem_semop(struct kern_ipc_perm *isp, struct sembuf *sops, in smack_sem_semop()
/linux-6.15/security/selinux/
H A Dhooks.c6379 struct sembuf *sops, unsigned nsops, int alter) in selinux_sem_semop()