Searched refs:sem_nsems (Results 1 - 14 of 14) sorted by relevance

/linux-master/arch/mips/include/uapi/asm/
H A Dsembuf.h21 unsigned long sem_nsems; /* no. of semaphores in array */ member in struct:semid64_ds
30 unsigned long sem_nsems; /* no. of semaphores in array */ member in struct:semid64_ds
/linux-master/arch/powerpc/include/uapi/asm/
H A Dsembuf.h34 unsigned long sem_nsems; /* no. of semaphores in array */ member in struct:semid64_ds
/linux-master/arch/sparc/include/uapi/asm/
H A Dsembuf.h27 unsigned long sem_nsems; /* no. of semaphores in array */ member in struct:semid64_ds
/linux-master/arch/parisc/include/uapi/asm/
H A Dsembuf.h28 unsigned long sem_nsems; /* no. of semaphores in array */ member in struct:semid64_ds
/linux-master/include/uapi/asm-generic/
H A Dsembuf.h40 unsigned long sem_nsems; /* no. of semaphores in array */ member in struct:semid64_ds
/linux-master/arch/x86/include/uapi/asm/
H A Dsembuf.h31 __kernel_ulong_t sem_nsems; /* no. of semaphores in array */ member in struct:semid64_ds
/linux-master/arch/xtensa/include/uapi/asm/
H A Dsembuf.h40 unsigned long sem_nsems; /* no. of semaphores in array */ member in struct:semid64_ds
/linux-master/include/uapi/linux/
H A Dsem.h33 unsigned short sem_nsems; /* no. of semaphores in array */ member in struct:semid_ds
/linux-master/ipc/
H A Dsem.c122 int sem_nsems; /* no. of semaphores in array */ member in struct:sem_array
316 for (i = 0; i < sma->sem_nsems; i++) {
352 for (i = 0; i < sma->sem_nsems; i++) {
411 idx = array_index_nospec(sops->sem_num, sma->sem_nsems);
570 sma->sem_nsems = nsems;
596 if (params->u.nsems > sma->sem_nsems)
660 int idx = array_index_nospec(sop->sem_num, sma->sem_nsems);
741 int idx = array_index_nospec(sop->sem_num, sma->sem_nsems);
915 for (i = 0; i < sma->sem_nsems; i++) {
1045 for (i = 0; i < sma->sem_nsems;
1734 unsigned short sem_nsems; member in struct:compat_semid_ds
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dcompat.h69 compat_ulong_t sem_nsems; member in struct:compat_semid64_ds
/linux-master/arch/sparc/include/asm/
H A Dcompat.h108 u32 sem_nsems; member in struct:compat_semid64_ds
/linux-master/arch/mips/include/asm/
H A Dcompat.h93 compat_ulong_t sem_nsems; member in struct:compat_semid64_ds
/linux-master/arch/parisc/include/asm/
H A Dcompat.h86 compat_ulong_t sem_nsems; member in struct:compat_semid64_ds
/linux-master/include/asm-generic/
H A Dcompat.h129 compat_ulong_t sem_nsems; member in struct:compat_semid64_ds

Completed in 228 milliseconds