Home
last modified time | relevance | path

Searched defs:shmid64_ds (Results 1 – 3 of 3) sorted by relevance

/external/kernel-headers/original/uapi/asm-mips/asm/
Dshmbuf.h17 struct shmid64_ds { struct
30 struct shmid64_ds { argument
31 struct ipc64_perm shm_perm; /* operation perms */
32 size_t shm_segsz; /* size of segment (bytes) */
33 unsigned long shm_atime; /* last attach time */
34 unsigned long shm_dtime; /* last detach time */
35 unsigned long shm_ctime; /* last change time */
36 __kernel_pid_t shm_cpid; /* pid of creator */
37 __kernel_pid_t shm_lpid; /* pid of last operator */
38 unsigned long shm_nattch; /* no. of current attaches */
[all …]
/external/kernel-headers/original/uapi/asm-generic/
Dshmbuf.h25 struct shmid64_ds { struct
26 struct ipc64_perm shm_perm; /* operation perms */
27 size_t shm_segsz; /* size of segment (bytes) */
29 __kernel_time_t shm_atime; /* last attach time */
30 __kernel_time_t shm_dtime; /* last detach time */
31 __kernel_time_t shm_ctime; /* last change time */
33 unsigned long shm_atime; /* last attach time */
34 unsigned long shm_atime_high;
35 unsigned long shm_dtime; /* last detach time */
36 unsigned long shm_dtime_high;
[all …]
/external/kernel-headers/original/uapi/asm-x86/asm/
Dshmbuf.h16 struct shmid64_ds { struct
17 struct ipc64_perm shm_perm; /* operation perms */
18 size_t shm_segsz; /* size of segment (bytes) */
19 __kernel_time_t shm_atime; /* last attach time */
20 __kernel_time_t shm_dtime; /* last detach time */
21 __kernel_time_t shm_ctime; /* last change time */
22 __kernel_pid_t shm_cpid; /* pid of creator */
23 __kernel_pid_t shm_lpid; /* pid of last operator */
24 __kernel_ulong_t shm_nattch; /* no. of current attaches */
25 __kernel_ulong_t __unused4;
[all …]