Home
last modified time | relevance | path

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

/linux-3.3/ipc/
Dsem.c108 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/
Dsys_oabi-compat.c309 struct sembuf *sops; in sys_oabi_semtimedop() local
/linux-3.3/security/
Dcapability.c544 static int cap_sem_semop(struct sem_array *sma, struct sembuf *sops, in cap_sem_semop()
Dsecurity.c949 int security_sem_semop(struct sem_array *sma, struct sembuf *sops, in security_sem_semop()
/linux-3.3/security/smack/
Dsmack_lsm.c2357 static int smack_sem_semop(struct sem_array *sma, struct sembuf *sops, in smack_sem_semop()
/linux-3.3/include/linux/
Dsecurity.h2467 struct sembuf *sops, unsigned nsops, in security_sem_semop()
/linux-3.3/security/selinux/
Dhooks.c5113 struct sembuf *sops, unsigned nsops, int alter) in selinux_sem_semop()