Home
last modified time | relevance | path

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

12

/linux-2.4.37.9/ipc/
Dshm.c34 unsigned long shm_nattch; member
105 shp->shm_nattch++; in shm_inc()
151 shp->shm_nattch--; in shm_close()
152 if(shp->shm_nattch == 0 && in shm_close()
215 shp->shm_nattch = 0; in newseg()
278 out.shm_nattch = in->shm_nattch; in copy_shmid_to_user()
457 tbuf.shm_nattch = shp->shm_nattch; in sys_shmctl()
514 if (shp->shm_nattch){ in sys_shmctl()
629 shp->shm_nattch++; in sys_shmat()
654 shp->shm_nattch--; in sys_shmat()
[all …]
/linux-2.4.37.9/arch/sparc64/solaris/
Dipc.c41 u32 shm_nattch; member
110 __get_user (s.shm_nattch, &(((struct solaris_shmid_ds *)A(arg3))->shm_nattch)) || in solaris_shmsys()
/linux-2.4.37.9/arch/parisc/kernel/
Dsys_parisc.c200 unsigned int shm_nattch; /* no. of current attaches */ member
228 tbuf.shm_nattch = sbuf->shm_nattch; in copyout_broken_shmid64()
/linux-2.4.37.9/include/asm-s390x/
Dshmbuf.h21 unsigned long shm_nattch; /* no. of current attaches */ member
/linux-2.4.37.9/include/asm-ia64/
Dshmbuf.h21 unsigned long shm_nattch; /* no. of current attaches */ member
/linux-2.4.37.9/include/asm-x86_64/
Dshmbuf.h21 unsigned long shm_nattch; /* no. of current attaches */ member
/linux-2.4.37.9/include/asm-ppc64/
Dshmbuf.h26 unsigned long shm_nattch; /* no. of current attaches */ member
/linux-2.4.37.9/include/asm-alpha/
Dshmbuf.h21 unsigned long shm_nattch; /* no. of current attaches */ member
/linux-2.4.37.9/include/asm-mips/
Dshmbuf.h21 unsigned long shm_nattch; /* no. of current attaches */ member
/linux-2.4.37.9/include/asm-mips64/
Dshmbuf.h21 unsigned long shm_nattch; /* no. of current attaches */ member
/linux-2.4.37.9/include/asm-sparc64/
Dshmbuf.h21 unsigned long shm_nattch; /* no. of current attaches */ member
/linux-2.4.37.9/include/asm-s390/
Dshmbuf.h25 unsigned long shm_nattch; /* no. of current attaches */ member
/linux-2.4.37.9/include/asm-sh/
Dshmbuf.h25 unsigned long shm_nattch; /* no. of current attaches */ member
/linux-2.4.37.9/include/asm-sh64/
Dshmbuf.h36 unsigned long shm_nattch; /* no. of current attaches */ member
/linux-2.4.37.9/include/asm-i386/
Dshmbuf.h25 unsigned long shm_nattch; /* no. of current attaches */ member
/linux-2.4.37.9/include/asm-m68k/
Dshmbuf.h25 unsigned long shm_nattch; /* no. of current attaches */ member
/linux-2.4.37.9/include/asm-cris/
Dshmbuf.h25 unsigned long shm_nattch; /* no. of current attaches */ member
/linux-2.4.37.9/include/asm-arm/
Dshmbuf.h25 unsigned long shm_nattch; /* no. of current attaches */ member
/linux-2.4.37.9/include/asm-sparc/
Dshmbuf.h25 unsigned long shm_nattch; /* no. of current attaches */ member
/linux-2.4.37.9/include/asm-ppc/
Dshmbuf.h20 unsigned long shm_nattch; /* no. of current attaches */ member
/linux-2.4.37.9/include/asm-parisc/
Dshmbuf.h34 unsigned int shm_nattch; /* no. of current attaches */ member
/linux-2.4.37.9/arch/x86_64/ia32/
Dipc32.c119 unsigned short shm_nattch; member
133 unsigned int shm_nattch; member
490 err2 |= __put_user(s64.shm_nattch, &up64->shm_nattch); in put_shmid64()
510 err2 |= __put_user(s64.shm_nattch, &up32->shm_nattch); in put_shmid64()
/linux-2.4.37.9/include/linux/
Dshm.h29 unsigned short shm_nattch; /* no. of current attaches */ member
/linux-2.4.37.9/arch/sparc64/kernel/
Dsys_sunos32.c1100 unsigned short shm_nattch; member
1117 __get_user(kern->shm_nattch, &user->shm_nattch)) in sunos_shmid_get()
1136 __put_user(kern->shm_nattch, &user->shm_nattch)) in sunos_shmid_put()
/linux-2.4.37.9/arch/mips64/kernel/
Dlinux32.c1746 unsigned short shm_nattch; member
1757 unsigned int shm_nattch; member
2115 err2 |= __put_user(s64.shm_nattch, &up64->shm_nattch); in do_sys32_shmctl()
2134 err2 |= __put_user(s64.shm_nattch, &up32->shm_nattch); in do_sys32_shmctl()

12