Searched refs:security_sem_semop (Results 1 – 3 of 3) sorted by relevance
1927 int security_sem_semop(struct sem_array *sma, struct sembuf *sops,2631 static inline int security_sem_semop(struct sem_array *sma, in security_sem_semop() function
1084 int security_sem_semop(struct sem_array *sma, struct sembuf *sops, in security_sem_semop() function
1873 error = security_sem_semop(sma, sops, nsops, alter); in SYSCALL_DEFINE4()