Searched defs:nsops (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/ipc/ |
D | sem.c | 245 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()
|
D | util.c | 357 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/ |
D | sem.h | 110 int nsops; /* number of operations */ member
|