Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/
H A Dbsd-mem.c61 __get_user(host_sd->shm_nattch, &target_sd->shm_nattch); in target_to_host_shmid_ds()
97 __put_user(host_sd->shm_nattch, &target_sd->shm_nattch); in host_to_target_shmid_ds()
H A Dsyscall_defs.h83 int32_t shm_nattch; /* number of current attaches */ member
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dshmbuf.h28 unsigned long shm_nattch; /* no. of current attaches */ member
41 unsigned long shm_nattch; /* no. of current attaches */ member
/openbmc/linux/ipc/
H A Dshm.c56 unsigned long shm_nattch; member
129 if (shp->shm_nattch) { in do_shm_rmid()
295 shp->shm_nattch++; in __shm_open()
357 return (shp->shm_nattch == 0) && in shm_may_destroy()
386 shp->shm_nattch--; in __shm_close()
778 shp->shm_nattch = 0; in newseg()
872 out.shm_nattch = in->shm_nattch; in copy_shmid_to_user()
1147 tbuf->shm_nattch = shp->shm_nattch; in shmctl_stat()
1328 unsigned short shm_nattch; member
1407 v.shm_nattch = in->shm_nattch; in copy_compat_shmid_to_user()
[all …]
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dshmbuf.h37 unsigned long shm_nattch; /* no. of current attaches */ member
/openbmc/linux/include/uapi/asm-generic/
H A Dshmbuf.h44 unsigned long shm_nattch; /* no. of current attaches */ member
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dshmbuf.h36 unsigned long shm_nattch; /* no. of current attaches */ member
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dshmbuf.h43 unsigned long shm_nattch; /* no. of current attaches */ member
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dshmbuf.h34 unsigned long shm_nattch; /* no. of current attaches */ member
/openbmc/qemu/linux-user/alpha/
H A Dtarget_structs.h43 abi_ulong shm_nattch; /* number of current attaches */ member
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dshmbuf.h28 __kernel_ulong_t shm_nattch; /* no. of current attaches */ member
/openbmc/qemu/linux-user/sparc/
H A Dtarget_structs.h50 abi_ulong shm_nattch; /* number of current attaches */ member
/openbmc/qemu/linux-user/generic/
H A Dtarget_structs.h53 abi_ulong shm_nattch; /* number of current attaches */ member
/openbmc/qemu/linux-user/mips/
H A Dtarget_structs.h43 abi_ulong shm_nattch; /* number of current attaches */ member
/openbmc/qemu/linux-user/hppa/
H A Dtarget_structs.h49 abi_ulong shm_nattch; /* number of current attaches */ member
/openbmc/qemu/linux-user/s390x/
H A Dtarget_structs.h58 abi_ulong shm_nattch; /* number of current attaches */ member
/openbmc/qemu/linux-user/ppc/
H A Dtarget_structs.h55 abi_ulong shm_nattch; /* number of current attaches */ member
/openbmc/qemu/linux-user/xtensa/
H A Dtarget_structs.h46 abi_ulong shm_nattch; /* number of current attaches */ member
/openbmc/linux/include/uapi/linux/
H A Dshm.h36 unsigned short shm_nattch; /* no. of current attaches */ member
/openbmc/linux/arch/powerpc/include/asm/
H A Dcompat.h103 compat_ulong_t shm_nattch; member
/openbmc/linux/arch/sparc/include/asm/
H A Dcompat.h141 unsigned int shm_nattch; member
/openbmc/linux/arch/parisc/include/asm/
H A Dcompat.h120 compat_ulong_t shm_nattch; member
/openbmc/linux/arch/mips/include/asm/
H A Dcompat.h138 compat_ulong_t shm_nattch; member
/openbmc/linux/include/asm-generic/
H A Dcompat.h162 compat_ulong_t shm_nattch; member
/openbmc/qemu/linux-user/
H A Dsyscall.c4389 __get_user(host_sd->shm_nattch, &target_sd->shm_nattch); in target_to_host_shmid_ds()
4409 __put_user(host_sd->shm_nattch, &target_sd->shm_nattch); in host_to_target_shmid_ds()