Home
last modified time | relevance | path

Searched defs:sops (Results 1 – 8 of 8) sorted by relevance

/linux-2.6.39/ipc/
Dsem.c348 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/
Dsem.h114 struct sembuf *sops; /* array of pending operations */ member
Dsecurity.h2484 struct sembuf *sops, unsigned nsops, in security_sem_semop()
/linux-2.6.39/arch/arm/kernel/
Dsys_oabi-compat.c309 struct sembuf *sops; in sys_oabi_semtimedop() local
/linux-2.6.39/security/
Dcapability.c545 static int cap_sem_semop(struct sem_array *sma, struct sembuf *sops, in cap_sem_semop()
Dsecurity.c922 int security_sem_semop(struct sem_array *sma, struct sembuf *sops, in security_sem_semop()
/linux-2.6.39/security/smack/
Dsmack_lsm.c2300 static int smack_sem_semop(struct sem_array *sma, struct sembuf *sops, in smack_sem_semop()
/linux-2.6.39/security/selinux/
Dhooks.c5115 struct sembuf *sops, unsigned nsops, int alter) in selinux_sem_semop()