Searched refs: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() argument 252 for (sop = sops; sop < sops + nsops; sop++) { in try_atomic_semop() 323 error = try_atomic_semop(sma, q->sops, q->nsops, in update_queue() 358 int nsops = q->nsops; in count_semncnt() local 360 for (i = 0; i < nsops; i++) in count_semncnt() 376 int nsops = q->nsops; in count_semzcnt() local 378 for (i = 0; i < nsops; i++) in count_semzcnt() 836 asmlinkage long sys_semop (int semid, struct sembuf *tsops, unsigned nsops) in sys_semop() argument 838 return sys_semtimedop(semid, tsops, nsops, NULL); in sys_semop() 842 unsigned nsops, const struct timespec *timeout) in sys_semtimedop() argument [all …]
|
D | util.c | 357 asmlinkage long sys_semop (int semid, struct sembuf *sops, unsigned nsops) in sys_semop() argument 362 asmlinkage long sys_semtimedop(int semid, struct sembuf *sops, unsigned nsops, in sys_semtimedop() argument
|
/linux-2.4.37.9/include/linux/ |
D | sem.h | 110 int nsops; /* number of operations */ member 125 asmlinkage long sys_semop (int semid, struct sembuf *sops, unsigned nsops); 128 unsigned nsops, const struct timespec *timeout);
|