Searched defs:sops (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/ipc/ |
D | sem.c | 348 static int try_atomic_semop (struct sem_array * sma, struct sembuf * sops, in try_atomic_semop() 621 static void do_smart_update(struct sem_array *sma, struct sembuf *sops, int nsops, in do_smart_update() 661 struct sembuf * sops = q->sops; in count_semncnt() local 680 struct sembuf * sops = q->sops; in count_semzcnt() local 1296 struct sembuf* sops = fast_sops, *sop; in SYSCALL_DEFINE4() local
|
/linux-2.6.39/include/linux/ |
D | sem.h | 114 struct sembuf *sops; /* array of pending operations */ member
|
D | security.h | 2484 struct sembuf *sops, unsigned nsops, in security_sem_semop()
|
/linux-2.6.39/arch/arm/kernel/ |
D | sys_oabi-compat.c | 309 struct sembuf *sops; in sys_oabi_semtimedop() local
|
/linux-2.6.39/security/ |
D | capability.c | 545 static int cap_sem_semop(struct sem_array *sma, struct sembuf *sops, in cap_sem_semop()
|
D | security.c | 922 int security_sem_semop(struct sem_array *sma, struct sembuf *sops, in security_sem_semop()
|
/linux-2.6.39/security/smack/ |
D | smack_lsm.c | 2300 static int smack_sem_semop(struct sem_array *sma, struct sembuf *sops, in smack_sem_semop()
|
/linux-2.6.39/security/selinux/ |
D | hooks.c | 5115 struct sembuf *sops, unsigned nsops, int alter) in selinux_sem_semop()
|