Home
last modified time | relevance | path

Searched defs:semid_ds32 (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/arch/x86_64/ia32/
Dipc32.c56 struct semid_ds32 { struct
57 struct ipc_perm32 sem_perm; /* permissions .. see ipc.h */
58 __kernel_time_t32 sem_otime; /* last semop time */
59 __kernel_time_t32 sem_ctime; /* last change time */
60 u32 sem_base; /* ptr to first semaphore in array */
61 u32 sem_pending; /* pending operations to be processed */
62 u32 sem_pending_last; /* last pending operation */
63 u32 undo; /* undo requests on this array */
64 unsigned short sem_nsems; /* no. of semaphores in array */
/linux-2.4.37.9/arch/mips64/kernel/
Dlinux32.c1684 struct semid_ds32 { struct
1685 struct ipc_perm32 sem_perm; /* permissions .. see ipc.h */
1686 __kernel_time_t32 sem_otime; /* last semop time */
1687 __kernel_time_t32 sem_ctime; /* last change time */
1688 u32 sem_base; /* ptr to first semaphore in array */
1689 u32 sem_pending; /* pending operations to be processed */
1690 u32 sem_pending_last; /* last pending operation */
1691 u32 undo; /* undo requests on this array */
1692 unsigned short sem_nsems; /* no. of semaphores in array */
/linux-2.4.37.9/arch/ppc64/kernel/
Dsys_ppc32.c2494 struct semid_ds32 { struct
2495 struct ipc_perm32 sem_perm;
2496 unsigned int _pad0;
2497 __kernel_time_t32 sem_otime;
2498 unsigned int _pad1;
2499 __kernel_time_t32 sem_ctime;
2500 u32 sem_base;
2501 u32 sem_pending;
2502 u32 sem_pending_last;
2503 u32 undo;
[all …]
/linux-2.4.37.9/arch/sparc64/kernel/
Dsys_sparc32.c329 struct semid_ds32 { struct
330 struct ipc_perm32 sem_perm; /* permissions .. see ipc.h */
331 __kernel_time_t32 sem_otime; /* last semop time */
332 __kernel_time_t32 sem_ctime; /* last change time */
333 u32 sem_base; /* ptr to first semaphore in array */
334 u32 sem_pending; /* pending operations to be processed */
335 u32 sem_pending_last; /* last pending operation */
336 u32 undo; /* undo requests on this array */
337 unsigned short sem_nsems; /* no. of semaphores in array */
/linux-2.4.37.9/arch/s390x/kernel/
Dlinux32.c319 struct semid_ds32 { struct
320 struct ipc_perm32 sem_perm; /* permissions .. see ipc.h */
321 __kernel_time_t32 sem_otime; /* last semop time */
322 __kernel_time_t32 sem_ctime; /* last change time */
323 u32 sem_base; /* ptr to first semaphore in array */
324 u32 sem_pending; /* pending operations to be processed */
325 u32 sem_pending_last; /* last pending operation */
326 u32 undo; /* undo requests on this array */
327 unsigned short sem_nsems; /* no. of semaphores in array */
/linux-2.4.37.9/arch/ia64/ia32/
Dsys_ia32.c2074 struct semid_ds32 { struct
2075 struct ipc_perm32 sem_perm; /* permissions .. see ipc.h */
2076 __kernel_time_t32 sem_otime; /* last semop time */
2077 __kernel_time_t32 sem_ctime; /* last change time */
2078 u32 sem_base; /* ptr to first semaphore in array */
2079 u32 sem_pending; /* pending operations to be processed */
2080 u32 sem_pending_last; /* last pending operation */
2081 u32 undo; /* undo requests on this array */
2082 unsigned short sem_nsems; /* no. of semaphores in array */