/linux-2.4.37.9/ipc/ |
D | sem.c | 146 sma->sem_nsems = nsems; in newary() 175 if (nsems > sma->sem_nsems) in sys_semget() 196 if(smanew != sma || sem_checkid(sma,semid) || sma->sem_nsems != nsems) { in sem_revalidate() 412 used_sems -= sma->sem_nsems; in freeary() 413 size = sizeof (*sma) + sma->sem_nsems * sizeof (struct sem); in freeary() 430 out.sem_nsems = in->sem_nsems; in copy_semid_to_user() 496 tbuf.sem_nsems = sma->sem_nsems; in semctl_nolock() 524 nsems = sma->sem_nsems; in semctl_main() 550 for (i = 0; i < sma->sem_nsems; i++) in semctl_main() 604 tbuf.sem_nsems = sma->sem_nsems; in semctl_main() [all …]
|
/linux-2.4.37.9/include/linux/ |
D | sem.h | 31 unsigned short sem_nsems; /* no. of semaphores in array */ member 96 unsigned long sem_nsems; /* no. of semaphores in array */ member
|
/linux-2.4.37.9/include/asm-s390x/ |
D | sembuf.h | 17 unsigned long sem_nsems; /* no. of semaphores in array */ member
|
/linux-2.4.37.9/include/asm-ia64/ |
D | sembuf.h | 17 unsigned long sem_nsems; /* no. of semaphores in array */ member
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | sembuf.h | 21 unsigned long sem_nsems; /* no. of semaphores in array */ member
|
/linux-2.4.37.9/include/asm-alpha/ |
D | sembuf.h | 17 unsigned long sem_nsems; /* no. of semaphores in array */ member
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | sembuf.h | 17 unsigned long sem_nsems; /* no. of semaphores in array */ member
|
/linux-2.4.37.9/include/asm-mips/ |
D | sembuf.h | 17 unsigned long sem_nsems; /* no. of semaphores in array */ member
|
/linux-2.4.37.9/include/asm-mips64/ |
D | sembuf.h | 17 unsigned long sem_nsems; /* no. of semaphores in array */ member
|
/linux-2.4.37.9/include/asm-sh64/ |
D | sembuf.h | 31 unsigned long sem_nsems; /* no. of semaphores in array */ member
|
/linux-2.4.37.9/include/asm-i386/ |
D | sembuf.h | 20 unsigned long sem_nsems; /* no. of semaphores in array */ member
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | sembuf.h | 20 unsigned long sem_nsems; /* no. of semaphores in array */ member
|
/linux-2.4.37.9/include/asm-ppc/ |
D | sembuf.h | 14 unsigned long sem_nsems; /* no. of semaphores in array */ member
|
/linux-2.4.37.9/include/asm-arm/ |
D | sembuf.h | 20 unsigned long sem_nsems; /* no. of semaphores in array */ member
|
/linux-2.4.37.9/include/asm-cris/ |
D | sembuf.h | 20 unsigned long sem_nsems; /* no. of semaphores in array */ member
|
/linux-2.4.37.9/include/asm-m68k/ |
D | sembuf.h | 20 unsigned long sem_nsems; /* no. of semaphores in array */ member
|
/linux-2.4.37.9/include/asm-s390/ |
D | sembuf.h | 20 unsigned long sem_nsems; /* no. of semaphores in array */ member
|
/linux-2.4.37.9/include/asm-sh/ |
D | sembuf.h | 20 unsigned long sem_nsems; /* no. of semaphores in array */ member
|
/linux-2.4.37.9/include/asm-sparc/ |
D | sembuf.h | 20 unsigned long sem_nsems; /* no. of semaphores in array */ member
|
/linux-2.4.37.9/include/asm-parisc/ |
D | sembuf.h | 24 unsigned int sem_nsems; /* no. of semaphores in array */ member
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | ipc32.c | 64 unsigned short sem_nsems; /* no. of semaphores in array */ member 73 unsigned int sem_nsems; member 211 err2 |= __put_user(s->sem_nsems, &usp64->sem_nsems); in put_semid() 230 err2 |= __put_user(s->sem_nsems, &usp32->sem_nsems); in put_semid()
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | linux32.c | 1692 unsigned short sem_nsems; /* no. of semaphores in array */ member 1699 unsigned int sem_nsems; member 1824 err2 |= __put_user(s.sem_nsems, &usp64->sem_nsems); in do_sys32_semctl() 1841 err2 |= __put_user(s.sem_nsems, &usp32->sem_nsems); in do_sys32_semctl()
|
/linux-2.4.37.9/arch/ia64/ia32/ |
D | sys_ia32.c | 2082 unsigned short sem_nsems; /* no. of semaphores in array */ member 2091 unsigned int sem_nsems; member 2265 err2 |= __put_user(s.sem_nsems, &usp64->sem_nsems); in semctl32() 2282 err2 |= __put_user(s.sem_nsems, &usp32->sem_nsems); in semctl32()
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | sys_ppc32.c | 2504 unsigned short sem_nsems; member 2513 u32 sem_nsems; member 2636 err2 |= __put_user(s64.sem_nsems, &usp->sem_nsems); in do_sys32_semctl() 2653 err2 |= __put_user(s.sem_nsems, &usp->sem_nsems); in do_sys32_semctl()
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | sys_sparc32.c | 337 unsigned short sem_nsems; /* no. of semaphores in array */ member 346 u32 sem_nsems; member 465 err2 |= __put_user (s.sem_nsems, &usp->sem_nsems); in do_sys32_semctl() 501 err2 |= __put_user (s.sem_nsems, &usp->sem_nsems); in do_sys32_semctl()
|