Home
last modified time | relevance | path

Searched defs:nsops (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/ipc/
Dsem.c245 int nsops, struct sem_undo *un, int pid, in try_atomic_semop()
358 int nsops = q->nsops; in count_semncnt() local
376 int nsops = q->nsops; in count_semzcnt() local
836 asmlinkage long sys_semop (int semid, struct sembuf *tsops, unsigned nsops) in sys_semop()
842 unsigned nsops, const struct timespec *timeout) in sys_semtimedop()
Dutil.c357 asmlinkage long sys_semop (int semid, struct sembuf *sops, unsigned nsops) in sys_semop()
362 asmlinkage long sys_semtimedop(int semid, struct sembuf *sops, unsigned nsops, in sys_semtimedop()
/linux-2.4.37.9/include/linux/
Dsem.h110 int nsops; /* number of operations */ member