Searched defs:sops (Results 1 – 7 of 7) sorted by relevance
/linux-3.3/ipc/ |
D | sem.c | 108 struct sembuf *sops; /* array of pending operations */ member 394 static int try_atomic_semop (struct sem_array * sma, struct sembuf * sops, in try_atomic_semop() 667 static void do_smart_update(struct sem_array *sma, struct sembuf *sops, int nsops, in do_smart_update() 707 struct sembuf * sops = q->sops; in count_semncnt() local 726 struct sembuf * sops = q->sops; in count_semzcnt() local 1336 struct sembuf* sops = fast_sops, *sop; in SYSCALL_DEFINE4() local
|
/linux-3.3/arch/arm/kernel/ |
D | sys_oabi-compat.c | 309 struct sembuf *sops; in sys_oabi_semtimedop() local
|
/linux-3.3/security/ |
D | capability.c | 544 static int cap_sem_semop(struct sem_array *sma, struct sembuf *sops, in cap_sem_semop()
|
D | security.c | 949 int security_sem_semop(struct sem_array *sma, struct sembuf *sops, in security_sem_semop()
|
/linux-3.3/security/smack/ |
D | smack_lsm.c | 2357 static int smack_sem_semop(struct sem_array *sma, struct sembuf *sops, in smack_sem_semop()
|
/linux-3.3/include/linux/ |
D | security.h | 2467 struct sembuf *sops, unsigned nsops, in security_sem_semop()
|
/linux-3.3/security/selinux/ |
D | hooks.c | 5113 struct sembuf *sops, unsigned nsops, int alter) in selinux_sem_semop()
|