Home
last modified time | relevance | path

Searched refs:shm_dtime (Results 1 – 25 of 25) sorted by relevance

/openbmc/qemu/bsd-user/
H A Dbsd-mem.c63 __get_user(host_sd->shm_dtime, &target_sd->shm_dtime); in target_to_host_shmid_ds()
99 __put_user(host_sd->shm_dtime, &target_sd->shm_dtime); in host_to_target_shmid_ds()
H A Dsyscall_defs.h85 target_time_t shm_dtime; /* time of last shmdt() */ member
/openbmc/linux/include/uapi/asm-generic/
H A Dshmbuf.h32 long shm_dtime; /* last detach time */ member
37 unsigned long shm_dtime; /* last detach time */ member
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dshmbuf.h21 long shm_dtime; /* last detach time */ member
27 unsigned long shm_dtime; /* last detach time */ member
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dshmbuf.h22 long shm_dtime; /* last detach time */ member
28 unsigned long shm_dtime; /* last detach time */ member
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dshmbuf.h29 long shm_dtime; /* last detach time */ member
35 unsigned long shm_dtime; /* last detach time */ member
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dshmbuf.h24 long shm_dtime; /* last detach time */ member
37 unsigned long shm_dtime; /* last detach time */ member
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dshmbuf.h31 unsigned long shm_dtime; /* last detach time */ member
/openbmc/qemu/linux-user/alpha/
H A Dtarget_structs.h39 abi_ulong shm_dtime; /* time of last shmdt() */ member
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dshmbuf.h24 __kernel_long_t shm_dtime; /* last detach time */ member
/openbmc/qemu/linux-user/sparc/
H A Dtarget_structs.h45 int64_t shm_dtime; /* last detach time */ member
/openbmc/qemu/linux-user/generic/
H A Dtarget_structs.h43 abi_ulong shm_dtime; /* time of last shmdt() */ member
/openbmc/qemu/linux-user/mips/
H A Dtarget_structs.h39 abi_ulong shm_dtime; /* time of last shmdt() */ member
/openbmc/qemu/linux-user/s390x/
H A Dtarget_structs.h48 abi_ulong shm_dtime; /* time of last shmdt() */ member
/openbmc/qemu/linux-user/ppc/
H A Dtarget_structs.h44 abi_ulong shm_dtime; /* time of last shmdt() */ member
/openbmc/qemu/linux-user/hppa/
H A Dtarget_structs.h42 abi_ulong shm_dtime; /* time of last shmdt() */ member
/openbmc/qemu/linux-user/xtensa/
H A Dtarget_structs.h40 abi_long shm_dtime; /* time of last shmdt() */ member
/openbmc/linux/include/uapi/linux/
H A Dshm.h32 __kernel_old_time_t shm_dtime; /* last detach time */ member
/openbmc/linux/arch/powerpc/include/asm/
H A Dcompat.h96 unsigned int shm_dtime; member
/openbmc/linux/ipc/
H A Dshm.c868 out.shm_dtime = in->shm_dtime; in copy_shmid_to_user()
1138 tbuf->shm_dtime = shp->shm_dtim; in shmctl_stat()
1324 old_time32_t shm_dtime; member
1402 v.shm_dtime = lower_32_bits(in->shm_dtime); in copy_compat_shmid_to_user()
1403 v.shm_dtime_high = upper_32_bits(in->shm_dtime); in copy_compat_shmid_to_user()
1417 v.shm_dtime = in->shm_dtime; in copy_compat_shmid_to_user()
/openbmc/linux/arch/sparc/include/asm/
H A Dcompat.h135 unsigned int shm_dtime; member
/openbmc/linux/arch/parisc/include/asm/
H A Dcompat.h113 unsigned int shm_dtime; member
/openbmc/linux/arch/mips/include/asm/
H A Dcompat.h134 compat_ulong_t shm_dtime; member
/openbmc/linux/include/asm-generic/
H A Dcompat.h156 compat_ulong_t shm_dtime; member
/openbmc/qemu/linux-user/
H A Dsyscall.c4361 __get_user(host_sd->shm_dtime, &target_sd->shm_dtime); in target_to_host_shmid_ds()
4381 __put_user(host_sd->shm_dtime, &target_sd->shm_dtime); in host_to_target_shmid_ds()